summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/stkwebcam/stk-webcam.h
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2013-02-04 09:08:41 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-03-05 14:41:10 -0300
commit89ea47069cc536f6ae6f428c89bcb960fea3eaff (patch)
treee542497423b096e283605fe6a31aca83b765222e /drivers/media/usb/stkwebcam/stk-webcam.h
parent10351adc6ac9251863ec6d90436e3ad277d178e0 (diff)
downloadlinux-stable-89ea47069cc536f6ae6f428c89bcb960fea3eaff.tar.gz
linux-stable-89ea47069cc536f6ae6f428c89bcb960fea3eaff.tar.bz2
linux-stable-89ea47069cc536f6ae6f428c89bcb960fea3eaff.zip
[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.h1
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;