Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233250
b: refs/heads/master
c: cfaea56
h: refs/heads/master
v: v3
  • Loading branch information
Trilok Soni authored and Dmitry Torokhov committed Feb 11, 2011
1 parent 9f83531 commit ed74bfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 4b6d44344000ff3e62faf595e5f89fd8d9e52a94
refs/heads/master: cfaea56741360311d0dabcb6603fa78c2e3de155
4 changes: 2 additions & 2 deletions trunk/include/linux/input/matrix_keypad.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#include <linux/types.h>
#include <linux/input.h>

#define MATRIX_MAX_ROWS 16
#define MATRIX_MAX_COLS 16
#define MATRIX_MAX_ROWS 32
#define MATRIX_MAX_COLS 32

#define KEY(row, col, val) ((((row) & (MATRIX_MAX_ROWS - 1)) << 24) |\
(((col) & (MATRIX_MAX_COLS - 1)) << 16) |\
Expand Down

0 comments on commit ed74bfb

Please sign in to comment.