Re: [RFC PATCH 1/2] ir-nec-decoder: decode Apple's NEC remote variant

2010-10-29 Thread Andy Walls
On Thu, 2010-10-28 at 23:13 -0400, Jarod Wilson wrote: > Apple's remotes use an NEC-like protocol, but without checksumming. See > http://en.wikipedia.org/wiki/Apple_Remote for details. Since they always > send a specific vendor code, check for that, and bypass the checksum > check. Jarrod, This

[RFC PATCH 1/2] ir-nec-decoder: decode Apple's NEC remote variant

2010-10-28 Thread Jarod Wilson
Apple's remotes use an NEC-like protocol, but without checksumming. See http://en.wikipedia.org/wiki/Apple_Remote for details. Since they always send a specific vendor code, check for that, and bypass the checksum check. Signed-off-by: Jarod Wilson --- drivers/media/IR/ir-nec-decoder.c | 10 ++