mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
Input: tsc2007 - add device tree support.
Signed-off-by: Denis Carikli <denis@eukrea.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
parent
bd77c32194
commit
07f9e5cf8e
6 changed files with 180 additions and 46 deletions
|
@ -14,9 +14,9 @@ struct tsc2007_platform_data {
|
|||
int fuzzy;
|
||||
int fuzzz;
|
||||
|
||||
int (*get_pendown_state)(void);
|
||||
void (*clear_penirq)(void); /* If needed, clear 2nd level
|
||||
interrupt source */
|
||||
int (*get_pendown_state)(struct device *);
|
||||
/* If needed, clear 2nd level interrupt source */
|
||||
void (*clear_penirq)(void);
|
||||
int (*init_platform_hw)(void);
|
||||
void (*exit_platform_hw)(void);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue