diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2007-07-30 11:49:04 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 21:03:44 -0400 |
commit | 01373a5c97ced83d4cb520f7e56c80454a198bfb (patch) | |
tree | 4423207d7f0c50de6fa3672943c07ff49d5da773 /drivers/media/dvb/dvb-usb/dvb-usb-ids.h | |
parent | b6884a17fc70e979ef34e4b5560988b522bb50a0 (diff) |
V4L/DVB (5955): Add support for DiB7070-based devices
This changeset adds support for DiB7070P-based devices by adding the
dib0070-driver and putting the appropriate layouts into
dib0700_devices.c
It also includes a new firmware for the dib0700 which is necessary to
make the DiB7070-boards work and it also should fix the i2c-problems
on some boards.
Signed-off-by: Jean-Philippe Sibers <jpsibers@dibcom.fr>
Signed-off-by: Patrick Boettcher <pboettcher@dibcom.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/dvb-usb-ids.h')
-rw-r--r-- | drivers/media/dvb/dvb-usb/dvb-usb-ids.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/drivers/media/dvb/dvb-usb/dvb-usb-ids.h b/drivers/media/dvb/dvb-usb/dvb-usb-ids.h index 5657ad8beaac..dae605bbd0f9 100644 --- a/drivers/media/dvb/dvb-usb/dvb-usb-ids.h +++ b/drivers/media/dvb/dvb-usb/dvb-usb-ids.h | |||
@@ -68,6 +68,8 @@ | |||
68 | #define USB_PID_DIBCOM_STK7700P 0x1e14 | 68 | #define USB_PID_DIBCOM_STK7700P 0x1e14 |
69 | #define USB_PID_DIBCOM_STK7700P_PC 0x1e78 | 69 | #define USB_PID_DIBCOM_STK7700P_PC 0x1e78 |
70 | #define USB_PID_DIBCOM_STK7700D 0x1ef0 | 70 | #define USB_PID_DIBCOM_STK7700D 0x1ef0 |
71 | #define USB_PID_DIBCOM_STK7070P 0x1ebc | ||
72 | #define USB_PID_DIBCOM_STK7070PD 0x1ebe | ||
71 | #define USB_PID_DIBCOM_ANCHOR_2135_COLD 0x2131 | 73 | #define USB_PID_DIBCOM_ANCHOR_2135_COLD 0x2131 |
72 | #define USB_PID_DPOSH_M9206_COLD 0x9206 | 74 | #define USB_PID_DPOSH_M9206_COLD 0x9206 |
73 | #define USB_PID_DPOSH_M9206_WARM 0xa090 | 75 | #define USB_PID_DPOSH_M9206_WARM 0xa090 |
@@ -122,6 +124,11 @@ | |||
122 | #define USB_PID_AVERMEDIA_VOLAR_2 0xb808 | 124 | #define USB_PID_AVERMEDIA_VOLAR_2 0xb808 |
123 | #define USB_PID_TERRATEC_CINERGY_DT_XS_DIVERSITY 0x005a | 125 | #define USB_PID_TERRATEC_CINERGY_DT_XS_DIVERSITY 0x005a |
124 | #define USB_PID_PINNACLE_PCTV2000E 0x022c | 126 | #define USB_PID_PINNACLE_PCTV2000E 0x022c |
127 | #define USB_PID_PINNACLE_PCTV_DVB_T_FLASH 0x0228 | ||
128 | #define USB_PID_PINNACLE_PCTV_DUAL_DIVERSITY_DVB_T 0x0229 | ||
129 | #define USB_PID_PCTV_200E 0x020e | ||
130 | #define USB_PID_PCTV_400E 0x020f | ||
131 | #define USB_PID_PCTV_450E 0x0222 | ||
125 | #define USB_PID_NEBULA_DIGITV 0x0201 | 132 | #define USB_PID_NEBULA_DIGITV 0x0201 |
126 | #define USB_PID_DVICO_BLUEBIRD_LGDT 0xd820 | 133 | #define USB_PID_DVICO_BLUEBIRD_LGDT 0xd820 |
127 | #define USB_PID_DVICO_BLUEBIRD_LG064F_COLD 0xd500 | 134 | #define USB_PID_DVICO_BLUEBIRD_LG064F_COLD 0xd500 |
@@ -141,9 +148,6 @@ | |||
141 | #define USB_PID_MSI_MEGASKY580_55801 0x5581 | 148 | #define USB_PID_MSI_MEGASKY580_55801 0x5581 |
142 | #define USB_PID_KYE_DVB_T_COLD 0x701e | 149 | #define USB_PID_KYE_DVB_T_COLD 0x701e |
143 | #define USB_PID_KYE_DVB_T_WARM 0x701f | 150 | #define USB_PID_KYE_DVB_T_WARM 0x701f |
144 | #define USB_PID_PCTV_200E 0x020e | ||
145 | #define USB_PID_PCTV_400E 0x020f | ||
146 | #define USB_PID_PCTV_450E 0x0222 | ||
147 | #define USB_PID_LITEON_DVB_T_COLD 0xf000 | 151 | #define USB_PID_LITEON_DVB_T_COLD 0xf000 |
148 | #define USB_PID_LITEON_DVB_T_WARM 0xf001 | 152 | #define USB_PID_LITEON_DVB_T_WARM 0xf001 |
149 | #define USB_PID_DIGIVOX_MINI_SL_COLD 0xe360 | 153 | #define USB_PID_DIGIVOX_MINI_SL_COLD 0xe360 |