Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295034
b: refs/heads/master
c: ec9ee8e
h: refs/heads/master
v: v3
  • Loading branch information
James Hogan authored and Mauro Carvalho Chehab committed Mar 8, 2012
1 parent 6fb160c commit 7aea310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fd0f6851eb46512a6df2961923a0c24edc0a55b9
refs/heads/master: ec9ee8e2ddb11deaf2b8c8fc703a86a8f815e64f
2 changes: 1 addition & 1 deletion trunk/drivers/media/rc/ir-sony-decoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ static int ir_sony_decode(struct rc_dev *dev, struct ir_raw_event ev)
case 15:
device = bitrev8((data->bits >> 0) & 0xFF);
subdevice = 0;
function = bitrev8((data->bits >> 7) & 0xFD);
function = bitrev8((data->bits >> 7) & 0xFE);
break;
case 20:
device = bitrev8((data->bits >> 5) & 0xF8);
Expand Down

0 comments on commit 7aea310

Please sign in to comment.