diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-01-04 16:01:59 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-01-04 16:13:24 -0500 |
commit | 3ac693c40a08703f3c456d8f45940a48c1f8d93f (patch) | |
tree | 40c662fcf0bf192dd44249fb20ba7448e47ecb97 | |
parent | d40580e7c043cdfbf472e76052a4606fea16642d (diff) |
[media] em28xx: tell ir-kbd-i2c that WinTV uses an RC5 protocol
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/usb/em28xx/em28xx-input.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/em28xx/em28xx-input.c b/drivers/media/usb/em28xx/em28xx-input.c index ebbb0aa51dfa..5b3292c8310b 100644 --- a/drivers/media/usb/em28xx/em28xx-input.c +++ b/drivers/media/usb/em28xx/em28xx-input.c | |||
@@ -483,6 +483,7 @@ static void em28xx_register_i2c_ir(struct em28xx *dev) | |||
483 | dev->init_data.ir_codes = RC_MAP_HAUPPAUGE; | 483 | dev->init_data.ir_codes = RC_MAP_HAUPPAUGE; |
484 | dev->init_data.get_key = em28xx_get_key_em_haup; | 484 | dev->init_data.get_key = em28xx_get_key_em_haup; |
485 | dev->init_data.name = "WinTV USB2"; | 485 | dev->init_data.name = "WinTV USB2"; |
486 | dev->init_data.type = RC_BIT_RC5; | ||
486 | break; | 487 | break; |
487 | case EM2820_BOARD_LEADTEK_WINFAST_USBII_DELUXE: | 488 | case EM2820_BOARD_LEADTEK_WINFAST_USBII_DELUXE: |
488 | dev->init_data.ir_codes = RC_MAP_WINFAST_USBII_DELUXE; | 489 | dev->init_data.ir_codes = RC_MAP_WINFAST_USBII_DELUXE; |