diff options
Diffstat (limited to 'drivers/media/usb/tm6000/tm6000-input.c')
-rw-r--r-- | drivers/media/usb/tm6000/tm6000-input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/tm6000/tm6000-input.c b/drivers/media/usb/tm6000/tm6000-input.c index 8a519f51609a..26b2ebb62547 100644 --- a/drivers/media/usb/tm6000/tm6000-input.c +++ b/drivers/media/usb/tm6000/tm6000-input.c | |||
@@ -443,7 +443,7 @@ int tm6000_ir_init(struct tm6000_core *dev) | |||
443 | /* input setup */ | 443 | /* input setup */ |
444 | rc->allowed_protocols = RC_BIT_RC5 | RC_BIT_NEC; | 444 | rc->allowed_protocols = RC_BIT_RC5 | RC_BIT_NEC; |
445 | /* Neded, in order to support NEC remotes with 24 or 32 bits */ | 445 | /* Neded, in order to support NEC remotes with 24 or 32 bits */ |
446 | rc->scanmask = 0xffff; | 446 | rc->scancode_mask = 0xffff; |
447 | rc->priv = ir; | 447 | rc->priv = ir; |
448 | rc->change_protocol = tm6000_ir_change_protocol; | 448 | rc->change_protocol = tm6000_ir_change_protocol; |
449 | if (dev->int_in.endp) { | 449 | if (dev->int_in.endp) { |