Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126841
b: refs/heads/master
c: dde4ac0
h: refs/heads/master
i:
  126839: cb035e4
v: v3
  • Loading branch information
Peter Ujfalusi authored and Dmitry Torokhov committed Oct 29, 2008
1 parent fd3f308 commit 0c737c7
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: 3cf35049d8b2ccab62bbb8991ad1322ff2276840
refs/heads/master: dde4ac07263161264d089c7556d0295487787b77
2 changes: 1 addition & 1 deletion trunk/drivers/input/keyboard/omap-keypad.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ static void omap_kp_scan_keypad(struct omap_kp *omap_kp, unsigned char *state)
/* read the keypad status */
for (col = 0; col < omap_kp->cols; col++) {
set_col_gpio_val(omap_kp, ~(1 << col));
state[col] = ~(get_row_gpio_val(omap_kp)) & 0x3f;
state[col] = ~(get_row_gpio_val(omap_kp)) & 0xff;
}
set_col_gpio_val(omap_kp, 0);

Expand Down

0 comments on commit 0c737c7

Please sign in to comment.