diff options
author | Patrick Boettcher <devnull@localhost> | 2004-12-06 08:04:07 +0000 |
---|---|---|
committer | Patrick Boettcher <devnull@localhost> | 2004-12-06 08:04:07 +0000 |
commit | ca11373ee66327573c4a133e613aa8b6b8f1cb7a (patch) | |
tree | ed92c7b0cb277753c6b322670f7b2a3eaa711d35 /linux/drivers/media/dvb/dibusb/Kconfig | |
parent | 7527fd90ac20b218e6714149e79787f6f4461a62 (diff) | |
download | mediapointer-dvb-s2-ca11373ee66327573c4a133e613aa8b6b8f1cb7a.tar.gz mediapointer-dvb-s2-ca11373ee66327573c4a133e613aa8b6b8f1cb7a.tar.bz2 |
added new usb ids
Diffstat (limited to 'linux/drivers/media/dvb/dibusb/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/dibusb/Kconfig | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/linux/drivers/media/dvb/dibusb/Kconfig b/linux/drivers/media/dvb/dibusb/Kconfig index 028980897..f0809d57c 100644 --- a/linux/drivers/media/dvb/dibusb/Kconfig +++ b/linux/drivers/media/dvb/dibusb/Kconfig @@ -33,19 +33,25 @@ config DVB_DIBUSB Say Y if you own such a device and want to use it. You should build it as a module. -config DVB_DIBUSB_MISDESIGNED_AN2235 - bool "Enable support for some Artec T1 device, which identifies as AN2235" +config DVB_DIBUSB_MISDESIGNED_DEVICES + bool "Enable support for some misdesigned (see help) devices, which identify with wrong IDs" depends on DVB_DIBUSB help - Somehow Artec forgot to program the eeprom for some of their T1 devices. So - comes that they identify with the default Vendor and Product ID of the Cypress - CY7C64613 (AN2235). + Somehow Artec/Ultima Electronic forgot to program the eeprom of some of their + USB1.1/USB2.0 devices. + So comes that they identify with the default Vendor and Product ID of the Cypress + CY7C64613 (AN2235) or Cypress FX2. - Say Y if your Artec device has 0x0574 as Vendor ID and 0x2235 as Product ID. + Affected device IDs: + 0x0574:0x2235 (Artec T1 USB1.1, cold) + 0x04b4:0x8613 (Artec T1 USB2.0, cold) + 0x0574:0x1002 (Artec T1 USB2.0, warm) + + Say Y if your device one of the mentioned IDs. config DVB_DIBCOM_DEBUG bool "Enable extended debug support for DiBcom USB device" depends on DVB_DIBUSB help Say Y if you want to enable debuging. See modinfo dvb-dibusb for - debug level. + debug levels. |