-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 294036 b: refs/heads/master c: 0f1142a h: refs/heads/master v: v3
- Loading branch information
Felipe Balbi
authored and
Dmitry Torokhov
committed
Mar 17, 2012
1 parent
fb89db7
commit fab7552
Showing
7 changed files
with
17 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 043916608c4b309e98a1650520ed4e88ec5e9123 | ||
refs/heads/master: 0f1142a514e101076bc01de2f93b242693d0f16f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,6 @@ | ||
#ifndef ARCH_ARM_PLAT_OMAP4_KEYPAD_H | ||
#define ARCH_ARM_PLAT_OMAP4_KEYPAD_H | ||
|
||
#include <linux/input/matrix_keypad.h> | ||
|
||
struct omap4_keypad_platform_data { | ||
const struct matrix_keymap_data *keymap_data; | ||
|
||
u8 rows; | ||
u8 cols; | ||
}; | ||
|
||
extern int omap4_keyboard_init(struct omap4_keypad_platform_data *, | ||
struct omap_board_data *); | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#ifndef __LINUX_INPUT_OMAP4_KEYPAD_H | ||
#define __LINUX_INPUT_OMAP4_KEYPAD_H | ||
|
||
#include <linux/input/matrix_keypad.h> | ||
|
||
struct omap4_keypad_platform_data { | ||
const struct matrix_keymap_data *keymap_data; | ||
|
||
u8 rows; | ||
u8 cols; | ||
}; | ||
|
||
#endif /* __LINUX_INPUT_OMAP4_KEYPAD_H */ |