diff options
author | Devin Heitmueller <dheitmueller@linuxtv.org> | 2009-01-20 23:37:20 -0500 |
---|---|---|
committer | Devin Heitmueller <dheitmueller@linuxtv.org> | 2009-01-20 23:37:20 -0500 |
commit | cb5519edc2f73b4d39f212db0bd33f91bf789168 (patch) | |
tree | ce31ddd87d455b5daa8d608ffa0b63e1283a605e /linux/drivers/media/dvb/dvb-usb | |
parent | 8b8d5d53029339f50706bc1a3b099cedae2abf6a (diff) | |
download | mediapointer-dvb-s2-cb5519edc2f73b4d39f212db0bd33f91bf789168.tar.gz mediapointer-dvb-s2-cb5519edc2f73b4d39f212db0bd33f91bf789168.tar.bz2 |
dib0700: enable IR receiver in Nova TD usb stick (52009)
From: Arne Luehrs <arne.luehrs@googlemail.com>
Adds the IR data structure to the configuration datastructure of the
Hauppauge WinTV Nova-TD USB stick (52009)
Provided remote control is the same as theone provided with the Nova-T500
Card.
Priority: normal
Signed-off-by: Arne Luehrs <arne.luehrs@googlemail.com>
Signed-off-by: Devin Heitmueller <dheitmueller@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb')
-rw-r--r-- | linux/drivers/media/dvb/dvb-usb/dib0700_devices.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c b/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c index 635d30a55..a56b9ef3c 100644 --- a/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c +++ b/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c @@ -1683,7 +1683,11 @@ struct dvb_usb_device_properties dib0700_devices[] = { { &dib0700_usb_id_table[43], NULL }, { NULL }, } - } + }, + .rc_interval = DEFAULT_RC_INTERVAL, + .rc_key_map = dib0700_rc_keys, + .rc_key_map_size = ARRAY_SIZE(dib0700_rc_keys), + .rc_query = dib0700_rc_query }, { DIB0700_DEFAULT_DEVICE_PROPERTIES, .num_adapters = 1, |