diff options
author | Jean-Francois Moine <moinejf@free.fr> | 2009-12-02 05:04:35 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-15 21:18:01 -0500 |
commit | c4322bfca8907109689eb6b244258bf52277f7dc (patch) | |
tree | a34aac0028fb0e0dd9a11a0e0c2b8614ee977694 /drivers/media/video/gspca/pac7302.c | |
parent | 28ffe77fe2faea6658870818fd0593f1a03cc018 (diff) |
V4L/DVB (13565): gspca - pac7302: One more webcam is upside-down by default.
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/pac7302.c')
-rw-r--r-- | drivers/media/video/gspca/pac7302.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/pac7302.c b/drivers/media/video/gspca/pac7302.c index b4049c0c687d..e128514733d9 100644 --- a/drivers/media/video/gspca/pac7302.c +++ b/drivers/media/video/gspca/pac7302.c | |||
@@ -1237,7 +1237,7 @@ static __devinitdata struct usb_device_id device_table[] = { | |||
1237 | {USB_DEVICE(0x093a, 0x2624), .driver_info = FL_VFLIP}, | 1237 | {USB_DEVICE(0x093a, 0x2624), .driver_info = FL_VFLIP}, |
1238 | {USB_DEVICE(0x093a, 0x2626)}, | 1238 | {USB_DEVICE(0x093a, 0x2626)}, |
1239 | {USB_DEVICE(0x093a, 0x2628)}, | 1239 | {USB_DEVICE(0x093a, 0x2628)}, |
1240 | {USB_DEVICE(0x093a, 0x2629)}, | 1240 | {USB_DEVICE(0x093a, 0x2629), .driver_info = FL_VFLIP}, |
1241 | {USB_DEVICE(0x093a, 0x262a)}, | 1241 | {USB_DEVICE(0x093a, 0x262a)}, |
1242 | {USB_DEVICE(0x093a, 0x262c)}, | 1242 | {USB_DEVICE(0x093a, 0x262c)}, |
1243 | {} | 1243 | {} |