diff options
author | Malcolm Priestley <tvboxspy@gmail.com> | 2011-12-12 15:53:00 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-01-05 19:30:03 -0200 |
commit | 53844c4fc7912fef2f56c1b3f851b30c8ebd1d8a (patch) | |
tree | 72d351d9bed9fa3c5914a7d547bcc058e6b6bbde /drivers/media/dvb/dvb-usb/dvb-usb-ids.h | |
parent | 6cb393c82255c448a92754f2a2a6b715bd9418dc (diff) | |
download | linux-53844c4fc7912fef2f56c1b3f851b30c8ebd1d8a.tar.gz linux-53844c4fc7912fef2f56c1b3f851b30c8ebd1d8a.tar.bz2 linux-53844c4fc7912fef2f56c1b3f851b30c8ebd1d8a.zip |
[media] it913x add support for IT9135 9006 devices
Support for IT1935 9006 devices.
9006 have version 2 type chip.
9006 devices should use dvb-usb-it9135-02.fw firmware.
On the device tested the tuner id was set to 0 which meant
the driver used tuner id 0x38. The device functioned normally.
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/dvb-usb-ids.h')
-rw-r--r-- | drivers/media/dvb/dvb-usb/dvb-usb-ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-usb/dvb-usb-ids.h b/drivers/media/dvb/dvb-usb/dvb-usb-ids.h index 3cce13bb5242..d390ddaa5a53 100644 --- a/drivers/media/dvb/dvb-usb/dvb-usb-ids.h +++ b/drivers/media/dvb/dvb-usb/dvb-usb-ids.h @@ -132,6 +132,7 @@ #define USB_PID_INTEL_CE9500 0x9500 #define USB_PID_ITETECH_IT9135 0x9135 #define USB_PID_ITETECH_IT9135_9005 0x9005 +#define USB_PID_ITETECH_IT9135_9006 0x9006 #define USB_PID_KWORLD_399U 0xe399 #define USB_PID_KWORLD_399U_2 0xe400 #define USB_PID_KWORLD_395U 0xe396 |