diff options
author | Enrico Scholz <enrico.scholz@sigma-chemnitz.de> | 2011-12-01 15:40:42 +0100 |
---|---|---|
committer | Justin Waters <justin.waters@timesys.com> | 2013-11-07 12:19:27 -0500 |
commit | ebe355526cfb3a0d9d47db2a1eb70bd094e8fd77 (patch) | |
tree | e1f42af15654a7f243c2d8354330db540cdd6a09 /include | |
parent | 86541d293a8d8b4bc1f1566906146dda771fe517 (diff) |
EDT-FT5x06: initial checkin of upstream FT5x06 patch
Signed-off-by: Christian Hemp <c.hemp@phytec.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/input/edt-ft5x06.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/linux/input/edt-ft5x06.h b/include/linux/input/edt-ft5x06.h new file mode 100644 index 000000000000..d7fd990a5978 --- /dev/null +++ b/include/linux/input/edt-ft5x06.h @@ -0,0 +1,16 @@ +#ifndef _EDT_FT5X06_H +#define _EDT_FT5X06_H + +/* + * Copyright (c) 2011 Simon Budig, <simon.budig@kernelconcepts.de> + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 as published by + * the Free Software Foundation. + */ + +struct edt_ft5x06_platform_data { + unsigned int reset_pin; +}; + +#endif /* _EDT_FT5X06_H */ |