diff options
author | Chris Pascoe <c.pascoe@itee.uq.edu.au> | 2007-11-20 10:57:10 +1000 |
---|---|---|
committer | Chris Pascoe <c.pascoe@itee.uq.edu.au> | 2007-11-20 10:57:10 +1000 |
commit | b06a1f3b7be5d6512cb3036b89a607b5f8b17203 (patch) | |
tree | 1512b96ce3f90f2c0cdfadae0fd31a840bfc99e8 /linux/drivers/media/dvb/dvb-usb/cxusb.h | |
parent | 94aad442d566ae9023c273dceb3abe7c7a709c01 (diff) | |
download | mediapointer-dvb-s2-b06a1f3b7be5d6512cb3036b89a607b5f8b17203.tar.gz mediapointer-dvb-s2-b06a1f3b7be5d6512cb3036b89a607b5f8b17203.tar.bz2 |
Add support for the DViCO FusionHDTV Dual Digital 4.
From: Chris Pascoe <c.pascoe@itee.uq.edu.au>
Add support for DViCO's Dual Digital 4 with xc3028 tuner, zl10353 DVB-T
demodulator and a new-style I2C IR remote control receiver.
This would not have been possible without the work of and advice from
Mike Krufky, who originally got the Dual Digital 4 and second-gen DVB-T
NANO devices working with the out-of-tree XC3028 driver.
I converted it to use the in-tree XC3028 driver (after making it suitable
for our use), and added the IR remote control support based on his advice.
NB: a firmware package is required to use this device.
Signed-off-by: Chris Pascoe <c.pascoe@itee.uq.edu.au>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb/cxusb.h')
-rw-r--r-- | linux/drivers/media/dvb/dvb-usb/cxusb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/cxusb.h b/linux/drivers/media/dvb/dvb-usb/cxusb.h index 79ca7abb8..4768a2c35 100644 --- a/linux/drivers/media/dvb/dvb-usb/cxusb.h +++ b/linux/drivers/media/dvb/dvb-usb/cxusb.h @@ -5,6 +5,8 @@ #include "dvb-usb.h" /* usb commands - some of it are guesses, don't have a reference yet */ +#define CMD_BLUEBIRD_GPIO_RW 0x05 + #define CMD_I2C_WRITE 0x08 #define CMD_I2C_READ 0x09 |