diff options
author | Jean-Francois Moine <moinejf@free.fr> | 2009-12-02 05:14:33 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-15 21:18:01 -0500 |
commit | 8c4ebae45f8fa189746656a71d8a0ed21d569344 (patch) | |
tree | 85f467b7ffa8452d62423d0c9c6790a4c828f6ac /drivers/media/video/gspca/gspca.h | |
parent | c4322bfca8907109689eb6b244258bf52277f7dc (diff) |
V4L/DVB (13566): gspca - main: New variable usb_err for USB exchanges.
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/gspca.h')
-rw-r--r-- | drivers/media/video/gspca/gspca.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/gspca.h b/drivers/media/video/gspca/gspca.h index a55c0a04ecf7..59c7941da999 100644 --- a/drivers/media/video/gspca/gspca.h +++ b/drivers/media/video/gspca/gspca.h | |||
@@ -180,6 +180,7 @@ struct gspca_dev { | |||
180 | struct mutex usb_lock; /* usb exchange protection */ | 180 | struct mutex usb_lock; /* usb exchange protection */ |
181 | struct mutex read_lock; /* read protection */ | 181 | struct mutex read_lock; /* read protection */ |
182 | struct mutex queue_lock; /* ISOC queue protection */ | 182 | struct mutex queue_lock; /* ISOC queue protection */ |
183 | int usb_err; /* USB error - protected by usb_lock */ | ||
183 | #ifdef CONFIG_PM | 184 | #ifdef CONFIG_PM |
184 | char frozen; /* suspend - resume */ | 185 | char frozen; /* suspend - resume */ |
185 | #endif | 186 | #endif |