Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b1139e35 authored by Darren Salt's avatar Darren Salt Committed by Mauro Carvalho Chehab
Browse files

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: default avatarDarren Salt <linux@youmustbejoking.demon.co.uk>
Signed-off-by: default avatarPatrick Boettcher <pb@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent faebb914
Loading
Loading
Loading
Loading
+6 −1
Original line number Original line Diff line number Diff line
@@ -887,7 +887,12 @@ struct dvb_usb_device_properties dib0700_devices[] = {
				{ &dib0700_usb_id_table[8], NULL },
				{ &dib0700_usb_id_table[8], NULL },
				{ 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,
	}, { DIB0700_DEFAULT_DEVICE_PROPERTIES,


		.num_adapters = 2,
		.num_adapters = 2,