diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-02-04 16:08:41 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-03-05 21:41:10 +0400 |
commit | 89ea47069cc536f6ae6f428c89bcb960fea3eaff (patch) | |
tree | e542497423b096e283605fe6a31aca83b765222e /drivers/media/usb/stkwebcam/stk-webcam.h | |
parent | 10351adc6ac9251863ec6d90436e3ad277d178e0 (diff) | |
download | linux-89ea47069cc536f6ae6f428c89bcb960fea3eaff.tar.xz |
[media] stk-webcam: add support for control events and prio handling
Also correct the first_init static: this should be part of the stk_camera struct.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Tested-by: Arvydas Sidorenko <asido4@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb/stkwebcam/stk-webcam.h')
-rw-r--r-- | drivers/media/usb/stkwebcam/stk-webcam.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/stkwebcam/stk-webcam.h b/drivers/media/usb/stkwebcam/stk-webcam.h index 901f0df21bc7..2156320487d8 100644 --- a/drivers/media/usb/stkwebcam/stk-webcam.h +++ b/drivers/media/usb/stkwebcam/stk-webcam.h @@ -99,6 +99,7 @@ struct stk_camera { struct usb_interface *interface; int webcam_model; struct file *owner; + int first_init; u8 isoc_ep; |