Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30017
b: refs/heads/master
c: c2eaa68
h: refs/heads/master
i:
  30015: 21b5adf
v: v3
  • Loading branch information
Ricardo Cerqueira authored and Mauro Carvalho Chehab committed Jun 25, 2006
1 parent 6046bac commit 6dc3787
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: 8ca4deb259f17a9a209030baa36aca39ec03ceaf
refs/heads/master: c2eaa68f7950ef51ce480766bc11eb8b3c20c90a
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/cx88/cx88-input.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ static void cx88_ir_handle_key(struct cx88_IR *ir)

auxgpio = cx_read(MO_GP1_IO);
/* Take out the parity part */
gpio+=(auxgpio & 0xef);
gpio+=(gpio & 0x7fd) + (auxgpio & 0xef);
} else
auxgpio = gpio;

Expand Down

0 comments on commit 6dc3787

Please sign in to comment.