aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-usb/dvb-usb-ids.h
diff options
context:
space:
mode:
authorChris Pascoe <c.pascoe@itee.uq.edu.au>2007-11-20 01:34:11 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 16:02:37 -0500
commit702a67624e4bc9c7056418b576af928940b7dbb9 (patch)
tree2253278899e39f160d80ab386a03b77a474a749c /drivers/media/dvb/dvb-usb/dvb-usb-ids.h
parentc6e62a3a398d62e8ae366ac1465911db0ac7fc0b (diff)
V4L/DVB (6655): Add support for MT352-based DViCO FusionHDTV DVB-T NANO devices
There are at least three variants of the DViCO FusionHDTV DVB-T NANO that share the same USB device ID. The first (ZL10353 w/ firmware in ROM) is already supported; the latter two both require firmware and have either an MT352 or ZL10353 demodulator, and have a different IR receiver from the first. This introduces a new identify_state that can tell the difference between a "warm" device which is running the embedded firmware, and a "cold" device that needs us to upload firmware to it before it will work. We patch the uploaded device ID (like we do for other bluebird devices) to make it easy to identify the particular device variant when it reattaches. NB: These devices use a different firmware file from previous bluebird devices. You need a new firmware file to make this work. Signed-off-by: Chris Pascoe <c.pascoe@itee.uq.edu.au> 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.h1
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 53496985ddfd..c94d993a6eff 100644
--- a/drivers/media/dvb/dvb-usb/dvb-usb-ids.h
+++ b/drivers/media/dvb/dvb-usb/dvb-usb-ids.h
@@ -149,6 +149,7 @@
149#define USB_PID_DVICO_BLUEBIRD_DUAL_2_WARM 0xdb59 149#define USB_PID_DVICO_BLUEBIRD_DUAL_2_WARM 0xdb59
150#define USB_PID_DVICO_BLUEBIRD_DUAL_4 0xdb78 150#define USB_PID_DVICO_BLUEBIRD_DUAL_4 0xdb78
151#define USB_PID_DVICO_BLUEBIRD_DVB_T_NANO_2 0xdb70 151#define USB_PID_DVICO_BLUEBIRD_DVB_T_NANO_2 0xdb70
152#define USB_PID_DVICO_BLUEBIRD_DVB_T_NANO_2_NFW_WARM 0xdb71
152#define USB_PID_DIGITALNOW_BLUEBIRD_DUAL_1_COLD 0xdb54 153#define USB_PID_DIGITALNOW_BLUEBIRD_DUAL_1_COLD 0xdb54
153#define USB_PID_DIGITALNOW_BLUEBIRD_DUAL_1_WARM 0xdb55 154#define USB_PID_DIGITALNOW_BLUEBIRD_DUAL_1_WARM 0xdb55
154#define USB_PID_MEDION_MD95700 0x0932 155#define USB_PID_MEDION_MD95700 0x0932