Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346959
b: refs/heads/master
c: 92aab96
h: refs/heads/master
i:
  346957: 5b53fca
  346955: 0be5221
  346951: f4d612f
  346943: a64cb9b
v: v3
  • Loading branch information
Andreas Pretzsch authored and Dmitry Torokhov committed Nov 25, 2012
1 parent fc524ba commit da81719
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 52ad48a0ce25d4d44ce82b7e28a35eb69598e5f1
refs/heads/master: 92aab96034c2cdf11eb61a6b14409c2da8e5158d
3 changes: 2 additions & 1 deletion trunk/drivers/input/keyboard/imx_keypad.c
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,8 @@ static void imx_keypad_inhibit(struct imx_keypad *keypad)
writew(reg_val, keypad->mmio_base + KPSR);

/* Colums as open drain and disable all rows */
writew(0xff00, keypad->mmio_base + KPCR);
reg_val = (keypad->cols_en_mask & 0xff) << 8;
writew(reg_val, keypad->mmio_base + KPCR);
}

static void imx_keypad_close(struct input_dev *dev)
Expand Down

0 comments on commit da81719

Please sign in to comment.