diff options
Diffstat (limited to 'drivers/media/dvb/dvb-usb/nova-t-usb2.c')
-rw-r--r-- | drivers/media/dvb/dvb-usb/nova-t-usb2.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/drivers/media/dvb/dvb-usb/nova-t-usb2.c b/drivers/media/dvb/dvb-usb/nova-t-usb2.c index b48e217ef884..181f36a12e2a 100644 --- a/drivers/media/dvb/dvb-usb/nova-t-usb2.c +++ b/drivers/media/dvb/dvb-usb/nova-t-usb2.c | |||
@@ -195,10 +195,12 @@ static struct dvb_usb_device_properties nova_t_properties = { | |||
195 | .power_ctrl = dibusb2_0_power_ctrl, | 195 | .power_ctrl = dibusb2_0_power_ctrl, |
196 | .read_mac_address = nova_t_read_mac_address, | 196 | .read_mac_address = nova_t_read_mac_address, |
197 | 197 | ||
198 | .rc_interval = 100, | 198 | .rc.legacy = { |
199 | .rc_key_map = ir_codes_haupp_table, | 199 | .rc_interval = 100, |
200 | .rc_key_map_size = ARRAY_SIZE(ir_codes_haupp_table), | 200 | .rc_key_map = ir_codes_haupp_table, |
201 | .rc_query = nova_t_rc_query, | 201 | .rc_key_map_size = ARRAY_SIZE(ir_codes_haupp_table), |
202 | .rc_query = nova_t_rc_query, | ||
203 | }, | ||
202 | 204 | ||
203 | .i2c_algo = &dibusb_i2c_algo, | 205 | .i2c_algo = &dibusb_i2c_algo, |
204 | 206 | ||