aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb
diff options
context:
space:
mode:
authorArne Luehrs <arne.luehrs@googlemail.com>2009-01-20 23:37:20 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 11:42:28 -0400
commitc985a8dca3320a11550efc995d8bb40d1d739493 (patch)
tree6b174f4025a3c32a9350a1deb0a259e42ed68433 /drivers/media/dvb
parentc7181cfa6b8fa54ea4f3361e111afb60b095297a (diff)
V4L/DVB (10319): dib0700: enable IR receiver in Nova TD usb stick (52009)
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. Signed-off-by: Arne Luehrs <arne.luehrs@googlemail.com> Signed-off-by: Devin Heitmueller <dheitmueller@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r--drivers/media/dvb/dvb-usb/dib0700_devices.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/dib0700_devices.c b/drivers/media/dvb/dvb-usb/dib0700_devices.c
index 635d30a55078..a56b9ef3c03c 100644
--- a/drivers/media/dvb/dvb-usb/dib0700_devices.c
+++ b/drivers/media/dvb/dvb-usb/dib0700_devices.c
@@ -1683,7 +1683,11 @@ struct dvb_usb_device_properties dib0700_devices[] = {
1683 { &dib0700_usb_id_table[43], NULL }, 1683 { &dib0700_usb_id_table[43], NULL },
1684 { NULL }, 1684 { NULL },
1685 } 1685 }
1686 } 1686 },
1687 .rc_interval = DEFAULT_RC_INTERVAL,
1688 .rc_key_map = dib0700_rc_keys,
1689 .rc_key_map_size = ARRAY_SIZE(dib0700_rc_keys),
1690 .rc_query = dib0700_rc_query
1687 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES, 1691 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
1688 1692
1689 .num_adapters = 1, 1693 .num_adapters = 1,