Commit 3ac693c4 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[media] em28xx: tell ir-kbd-i2c that WinTV uses an RC5 protocol

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent d40580e7
......@@ -483,6 +483,7 @@ static void em28xx_register_i2c_ir(struct em28xx *dev)
dev->init_data.ir_codes = RC_MAP_HAUPPAUGE;
dev->init_data.get_key = em28xx_get_key_em_haup;
dev->init_data.name = "WinTV USB2";
dev->init_data.type = RC_BIT_RC5;
break;
case EM2820_BOARD_LEADTEK_WINFAST_USBII_DELUXE:
dev->init_data.ir_codes = RC_MAP_WINFAST_USBII_DELUXE;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment