Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168497
b: refs/heads/master
c: 902805d
h: refs/heads/master
i:
  168495: a59a063
v: v3
  • Loading branch information
Ondrej Zajicek authored and Eric Miao committed Nov 3, 2009
1 parent 669cb56 commit 140e3a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 5e0fa3f63eda875cbe23be37d64a16c65a577209
refs/heads/master: 902805dbdae016653768f7139d7b3ab36a20cc6d
8 changes: 4 additions & 4 deletions trunk/arch/arm/mach-pxa/palmtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,10 +292,10 @@ const static unsigned int palmtc_keypad_col_gpios[] = {

static struct matrix_keypad_platform_data palmtc_keypad_platform_data = {
.keymap_data = &palmtc_keymap_data,
.col_gpios = palmtc_keypad_row_gpios,
.num_col_gpios = 12,
.row_gpios = palmtc_keypad_col_gpios,
.num_row_gpios = 4,
.row_gpios = palmtc_keypad_row_gpios,
.num_row_gpios = ARRAY_SIZE(palmtc_keypad_row_gpios),
.col_gpios = palmtc_keypad_col_gpios,
.num_col_gpios = ARRAY_SIZE(palmtc_keypad_col_gpios),
.active_low = 1,

.debounce_ms = 20,
Expand Down

0 comments on commit 140e3a3

Please sign in to comment.