diff options
author | Jean-Francois Moine <moinejf@free.fr> | 2009-02-01 20:15:01 +0100 |
---|---|---|
committer | Jean-Francois Moine <moinejf@free.fr> | 2009-02-01 20:15:01 +0100 |
commit | 0b54c23674aba500f0f7dcb646b2db160813d2dc (patch) | |
tree | 3ba56e9164d98475af8ee3d642a3a3044a43a83b /linux | |
parent | 8e4ca258fea621ae40f8e7b33299147fda22c2c9 (diff) | |
download | mediapointer-dvb-s2-0b54c23674aba500f0f7dcb646b2db160813d2dc.tar.gz mediapointer-dvb-s2-0b54c23674aba500f0f7dcb646b2db160813d2dc.tar.bz2 |
gspca - vc032x: Bad revision for the webcam 041e:405b.
From: Jean-Francois Moine <moinejf@free.fr>
Priority: normal
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/video/gspca/vc032x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/gspca/vc032x.c b/linux/drivers/media/video/gspca/vc032x.c index 45ece4a45..4842664a2 100644 --- a/linux/drivers/media/video/gspca/vc032x.c +++ b/linux/drivers/media/video/gspca/vc032x.c @@ -2553,7 +2553,7 @@ static const struct sd_desc sd_desc = { /* -- module initialisation -- */ static const __devinitdata struct usb_device_id device_table[] = { - {USB_DEVICE(0x041e, 0x405b), .driver_info = BRIDGE_VC0321}, + {USB_DEVICE(0x041e, 0x405b), .driver_info = BRIDGE_VC0323}, {USB_DEVICE(0x046d, 0x0892), .driver_info = BRIDGE_VC0321}, {USB_DEVICE(0x046d, 0x0896), .driver_info = BRIDGE_VC0321}, {USB_DEVICE(0x046d, 0x0897), .driver_info = BRIDGE_VC0321}, |