diff options
author | Jean-Francois Moine <moinejf@free.fr> | 2008-11-22 08:53:31 +0100 |
---|---|---|
committer | Jean-Francois Moine <moinejf@free.fr> | 2008-11-22 08:53:31 +0100 |
commit | 45bad1b774b960e44eaf6b907d207ddb7645db09 (patch) | |
tree | 2f409be5ba767c7ec90ea5d415b40b08509b7806 /linux/drivers/media/video/sn9c102/sn9c102_devtable.h | |
parent | 76a743d6289354b95a4d27c4a376d257203ebfd7 (diff) | |
download | mediapointer-dvb-s2-45bad1b774b960e44eaf6b907d207ddb7645db09.tar.gz mediapointer-dvb-s2-45bad1b774b960e44eaf6b907d207ddb7645db09.tar.bz2 |
gspca: Let gspca handle the webcams 045e:00f5 & 00f7 instead of sn9c102.
From: Jean-Francois Moine <moinejf@free.fr>
Priority: normal
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Diffstat (limited to 'linux/drivers/media/video/sn9c102/sn9c102_devtable.h')
-rw-r--r-- | linux/drivers/media/video/sn9c102/sn9c102_devtable.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/video/sn9c102/sn9c102_devtable.h b/linux/drivers/media/video/sn9c102/sn9c102_devtable.h index b0d9d9589..8cb3457e7 100644 --- a/linux/drivers/media/video/sn9c102/sn9c102_devtable.h +++ b/linux/drivers/media/video/sn9c102/sn9c102_devtable.h @@ -93,8 +93,10 @@ static const struct usb_device_id sn9c102_id_table[] = { { SN9C102_USB_DEVICE(0x0c45, 0x60bc, BRIDGE_SN9C103), }, { SN9C102_USB_DEVICE(0x0c45, 0x60be, BRIDGE_SN9C103), }, /* SN9C105 */ +#if !defined CONFIG_USB_GSPCA && !defined CONFIG_USB_GSPCA_MODULE { SN9C102_USB_DEVICE(0x045e, 0x00f5, BRIDGE_SN9C105), }, { SN9C102_USB_DEVICE(0x045e, 0x00f7, BRIDGE_SN9C105), }, +#endif { SN9C102_USB_DEVICE(0x0471, 0x0327, BRIDGE_SN9C105), }, #if !defined CONFIG_USB_GSPCA && !defined CONFIG_USB_GSPCA_MODULE { SN9C102_USB_DEVICE(0x0471, 0x0328, BRIDGE_SN9C105), }, |