diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/dvb/dvb-usb/az6027.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb/dvb-usb/az6027.c b/drivers/media/dvb/dvb-usb/az6027.c index 30fd046d9d0d..e8d5d0508cb0 100644 --- a/drivers/media/dvb/dvb-usb/az6027.c +++ b/drivers/media/dvb/dvb-usb/az6027.c | |||
@@ -387,8 +387,8 @@ static int az6027_streaming_ctrl(struct dvb_usb_adapter *adap, int onoff) | |||
387 | 387 | ||
388 | /* keys for the enclosed remote control */ | 388 | /* keys for the enclosed remote control */ |
389 | static struct dvb_usb_rc_key az6027_rc_keys[] = { | 389 | static struct dvb_usb_rc_key az6027_rc_keys[] = { |
390 | { 0x00, 0x01, KEY_1 }, | 390 | { 0x0001, KEY_1 }, |
391 | { 0x00, 0x02, KEY_2 }, | 391 | { 0x0002, KEY_2 }, |
392 | }; | 392 | }; |
393 | 393 | ||
394 | /* remote control stuff (does not work with my box) */ | 394 | /* remote control stuff (does not work with my box) */ |