aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/gspca/gspca.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/usb/gspca/gspca.h')
-rw-r--r--drivers/media/usb/gspca/gspca.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/gspca/gspca.h b/drivers/media/usb/gspca/gspca.h
index 300642dc1a17..f06253cd7469 100644
--- a/drivers/media/usb/gspca/gspca.h
+++ b/drivers/media/usb/gspca/gspca.h
@@ -205,6 +205,7 @@ struct gspca_dev {
205 char memory; /* memory type (V4L2_MEMORY_xxx) */ 205 char memory; /* memory type (V4L2_MEMORY_xxx) */
206 __u8 iface; /* USB interface number */ 206 __u8 iface; /* USB interface number */
207 __u8 alt; /* USB alternate setting */ 207 __u8 alt; /* USB alternate setting */
208 int xfer_ep; /* USB transfer endpoint address */
208 u8 audio; /* presence of audio device */ 209 u8 audio; /* presence of audio device */
209 210
210 /* (*) These variables are proteced by both usb_lock and queue_lock, 211 /* (*) These variables are proteced by both usb_lock and queue_lock,