mirror of
https://github.com/patjak/facetimehd.git
synced 2026-04-09 19:10:01 +02:00
Merge branch 'my_fixes' of git://github.com/sschnelle/facetimehd
This commit is contained in:
@@ -305,9 +305,11 @@ static int fthd_v4l2_ioctl_enum_input(struct file *filp, void *priv,
|
||||
if (input->index != 0)
|
||||
return -EINVAL;
|
||||
|
||||
memset(input, 0, sizeof(*input));
|
||||
strcpy(input->name, "Camera");
|
||||
input->type = V4L2_INPUT_TYPE_CAMERA;
|
||||
input->std = 0;
|
||||
strcpy(input->name, "Apple Facetime HD");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user