Skip to content

Commit

Permalink
Detection of configurable touch gestures
Browse files Browse the repository at this point in the history
  • Loading branch information
Tungstwenty committed Aug 13, 2012
1 parent a9096fd commit 9f57d9e
Show file tree
Hide file tree
Showing 3 changed files with 480 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/configs/siyah_defconfig
Expand Up @@ -1448,6 +1448,7 @@ CONFIG_INPUT_TOUCHSCREEN=y
# CONFIG_TOUCHSCREEN_AD7879 is not set
# CONFIG_TOUCHSCREEN_ATMEL_MXT is not set
CONFIG_TOUCHSCREEN_ATMEL_MXT224_U1=y
CONFIG_TOUCHSCREEN_GESTURES=y
# CONFIG_TOUCHSCREEN_ATMEL_MXT224_GRANDE is not set
# CONFIG_TOUCHSCREEN_ATMEL_MXT224_GC is not set
# CONFIG_TOUCHSCREEN_ATMEL_MXT1536E is not set
Expand Down
9 changes: 9 additions & 0 deletions drivers/input/touchscreen/Kconfig
Expand Up @@ -162,6 +162,15 @@ config TOUCHSCREEN_ATMEL_MXT224_U1
To compile this driver as a module, choose M here: the
module will be called atmel_mxt224_u1_ts.

config TOUCHSCREEN_GESTURES
bool "Enable detection of touch gestures"
depends on TOUCHSCREEN_ATMEL_MXT224_U1
---help---
This option enables the mxt224_u1 touchscreen device to
detect and report touch gestures.
Definition of the gesture paths and reporting of the
detections are available through sysfs entries.

config TOUCHSCREEN_ATMEL_MXT224_GRANDE
tristate "Atmel mXT I2C Touchscreen for GRANDE"
depends on I2C
Expand Down

0 comments on commit 9f57d9e

Please sign in to comment.