diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-08-18 17:05:31 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 21:05:26 -0400 |
commit | b1139e353c7fc636bfe413f3296ba0284eb60c2e (patch) | |
tree | bba1f466c37a7bb0a4be0bb547643b7c67db691c /drivers/media | |
parent | faebb914399ecf8ecfd0e24b96ac90d7381f7e07 (diff) |
V4L/DVB (6040): Add IR support for Nova-T Stick
Working with Nova-T Stick (70001) with remote control model A415.
Untested with other dib0700m/dib0700p devices.
Signed-off-by: Darren Salt <linux@youmustbejoking.demon.co.uk>
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/dvb/dvb-usb/dib0700_devices.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/dib0700_devices.c b/drivers/media/dvb/dvb-usb/dib0700_devices.c index 0227e7fac3cf..063fb5095bda 100644 --- a/drivers/media/dvb/dvb-usb/dib0700_devices.c +++ b/drivers/media/dvb/dvb-usb/dib0700_devices.c | |||
@@ -887,7 +887,12 @@ struct dvb_usb_device_properties dib0700_devices[] = { | |||
887 | { &dib0700_usb_id_table[8], NULL }, | 887 | { &dib0700_usb_id_table[8], NULL }, |
888 | { NULL }, | 888 | { NULL }, |
889 | } | 889 | } |
890 | } | 890 | }, |
891 | |||
892 | .rc_interval = DEFAULT_RC_INTERVAL, | ||
893 | .rc_key_map = dib0700_rc_keys, | ||
894 | .rc_key_map_size = ARRAY_SIZE(dib0700_rc_keys), | ||
895 | .rc_query = dib0700_rc_query | ||
891 | }, { DIB0700_DEFAULT_DEVICE_PROPERTIES, | 896 | }, { DIB0700_DEFAULT_DEVICE_PROPERTIES, |
892 | 897 | ||
893 | .num_adapters = 2, | 898 | .num_adapters = 2, |