diff options
author | James Hogan <james.hogan@imgtec.com> | 2012-02-20 13:13:54 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-03-08 18:16:21 +0400 |
commit | ec9ee8e2ddb11deaf2b8c8fc703a86a8f815e64f (patch) | |
tree | d1b42e7b4b55bbb03907a9946a5915a5d9beec5a /block/blk.h | |
parent | fd0f6851eb46512a6df2961923a0c24edc0a55b9 (diff) | |
download | linux-ec9ee8e2ddb11deaf2b8c8fc703a86a8f815e64f.tar.xz |
[media] media: ir-sony-decoder: 15bit function decode fix
The raw Sony IR decoder decodes 15bit messages slightly incorrectly.
To decode the function number, it shifts the bits right by 7 so that the
function is in bits 7:1, masks with 0xFD (0b11111101), and does an 8 bit
reverse so it ends up in bits 6:0. The mask should be 0xFE to correspond
with bits 7:1 (0b11111110).
The old mask had the effect of dropping the MSB of the function number
from bit 6, and leaving the LSB of the device number in bit 7.
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'block/blk.h')
0 files changed, 0 insertions, 0 deletions