Here is the rest of the patch for the Kworld remote support.
Hopefully I got all the formatting correct this time.
Signed-off-by: Franklin Meng
diff -r 14021dfc00f3 linux/drivers/media/video/em28xx/em28xx-cards.c
--- a/linux/drivers/media/video/em28xx/em28xx-cards.c Thu Feb 11 23:11:30
20
Franklin Meng wrote:
> Mauro,
>
> I tried out the ir_type change to the code and when I set it to IR_TYPE_NEC,
> I see messages in the log indicating that the key was not recognized. Using
> IR_TYPE_OTHER seems to work ok.
>
> My guess is that if I modify the keycodes IR_TYPE_NEC will work as
IR_TYPE_OTHER? That seems like the most straight forward approach
with the least amount of changes.
Thanks,
Franklin Meng
--- On Mon, 2/8/10, Mauro Carvalho Chehab wrote:
> From: Mauro Carvalho Chehab
> Subject: Re: [Patch] Kworld 315U remote support
> To: "Franklin Meng"
>
Franklin Meng wrote:
> This patch adds remote support for the Kworld 315U device
>
> Note: I believe I got most of the mappings correct. Though the
> source and shutdown button probably could be mapped to something
> better.
>
> To be done: Still need to get the Kworld analog patch resubmitted
This patch adds remote support for the Kworld 315U device
Note: I believe I got most of the mappings correct. Though the
source and shutdown button probably could be mapped to something
better.
To be done: Still need to get the Kworld analog patch resubmitted.
There are still some stuff I want