diff options
author | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2009-04-27 17:47:41 +0200 |
---|---|---|
committer | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2009-04-27 17:47:41 +0200 |
commit | 691fd364dc741a8df339a1c3f74d941589ebaa99 (patch) | |
tree | 17aca55ad50553f58defacb24c377cd8777cf966 /recipes/linux/linux-omap-pm/touchscreen.patch | |
parent | 413cc98aa563c9e6104d1104d5b24987ab9d12f8 (diff) | |
parent | eee57a831f63162a5c40c7ed53805f8d78a058bf (diff) |
Merge branch 'org.openembedded.dev' of git://git.openembedded.net/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/linux/linux-omap-pm/touchscreen.patch')
-rw-r--r-- | recipes/linux/linux-omap-pm/touchscreen.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/recipes/linux/linux-omap-pm/touchscreen.patch b/recipes/linux/linux-omap-pm/touchscreen.patch deleted file mode 100644 index 2325c401e4..0000000000 --- a/recipes/linux/linux-omap-pm/touchscreen.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff --git a/arch/arm/mach-omap2/board-omap3evm.c b/arch/arm/mach-omap2/board-omap3evm.c -index d8109ae..f8ce669 100644 ---- a/arch/arm/mach-omap2/board-omap3evm.c -+++ b/arch/arm/mach-omap2/board-omap3evm.c -@@ -128,8 +128,16 @@ static int ads7846_get_pendown_state(void) - } - - struct ads7846_platform_data ads7846_config = { -+ .x_max = 0x0fff, -+ .y_max = 0x0fff, -+ .x_plate_ohms = 180, -+ .pressure_max = 255, -+ .debounce_max = 10, -+ .debounce_tol = 3, -+ .debounce_rep = 1, - .get_pendown_state = ads7846_get_pendown_state, - .keep_vref_on = 1, -+ .settle_delay_usecs = 150, - }; - - static struct omap2_mcspi_device_config ads7846_mcspi_config = { - |