----- 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

By the looks of things, it's not recognising the protocol: 
em2874_ir_change_protocol() is setting ir->rc_type to RC_BIT_UNKNOWN. Shouldn't 
it be using RC5 instead?

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