Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287230
b: refs/heads/master
c: 4936f97
h: refs/heads/master
v: v3
  • Loading branch information
Felipe Contreras authored and Dmitry Torokhov committed Feb 1, 2012
1 parent e07f9ae commit b305832
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: b18db3d91234c03ad080d317878c7c77672ba326
refs/heads/master: 4936f97cbb99c19680ea6a3cc0148ebe51f0eb68
4 changes: 1 addition & 3 deletions trunk/drivers/input/keyboard/twl4030_keypad.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
#include <linux/i2c/twl.h>
#include <linux/slab.h>


/*
* The TWL4030 family chips include a keypad controller that supports
* up to an 8x8 switch matrix. The controller can issue system wakeup
Expand Down Expand Up @@ -302,7 +301,7 @@ static int __devinit twl4030_kp_program(struct twl4030_keypad *kp)
if (twl4030_kpwrite_u8(kp, i, KEYP_DEB) < 0)
return -EIO;

/* Set timeout period to 100 ms */
/* Set timeout period to 200 ms */
i = KEYP_PERIOD_US(200000, PTV_PRESCALER);
if (twl4030_kpwrite_u8(kp, (i & 0xFF), KEYP_TIMEOUT_L) < 0)
return -EIO;
Expand Down Expand Up @@ -466,4 +465,3 @@ MODULE_AUTHOR("Texas Instruments");
MODULE_DESCRIPTION("TWL4030 Keypad Driver");
MODULE_LICENSE("GPL");
MODULE_ALIAS("platform:twl4030_keypad");

0 comments on commit b305832

Please sign in to comment.