diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-09-12 14:42:25 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-09-12 14:42:25 -0700 |
| commit | 023310d9d6b2ab2bdb6d87dbdbacf30386dd357f (patch) | |
| tree | 41ebb32e9f16fccce284900253d9cc9e1a2b8b08 | |
| parent | 0ac10439ffa1dc7bb4db0559bd915cff557ad822 (diff) | |
| parent | 4bf592770b053af640d5218c27d6a00f5eed867a (diff) | |
Merge "input: touchpanel: enable protocol B for skuf CTP driver"
| -rw-r--r-- | drivers/input/touchscreen/gt9xx/gt9xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/gt9xx/gt9xx.h b/drivers/input/touchscreen/gt9xx/gt9xx.h index 632f269f798e..185927c6d2b5 100644 --- a/drivers/input/touchscreen/gt9xx/gt9xx.h +++ b/drivers/input/touchscreen/gt9xx/gt9xx.h @@ -104,7 +104,7 @@ extern u16 total_len; #define GTP_DRIVER_SEND_CFG 1 #define GTP_HAVE_TOUCH_KEY 1 #define GTP_POWER_CTRL_SLEEP 0 -#define GTP_ICS_SLOT_REPORT 0 +#define GTP_ICS_SLOT_REPORT 1 /* auto updated by .bin file as default */ #define GTP_AUTO_UPDATE 0 |
