----- Original Message -----

> For the em28xx driver: em28xx-input.c:
> em28xx_ir_work() is called every 100ms
>     calls em28xx_ir_handle_key()
>         - calls ir->get_key() which is em2874_polling_getkey() in case of 
> your device
>         - reports the detected key via rc_keydown() through the RC core

Confirmed: em28xx is failing to set the protocol to RC5, which means that 
em2874_polling_getkey() is using the "default" (UNKNOWN) case to interpret the 
scan codes.

Forcing em2874_polling_getkey() to use RC5 fixes the remote control for this 
device.

Cheers,
Chris

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to