Merge "input: it7258_ts_i2c: add low power mode support in suspend state"

This commit is contained in:
Linux Build Service Account 2016-08-02 06:42:37 -07:00 committed by Gerrit - the friendly Code Review server
commit 412270ed6e
2 changed files with 698 additions and 287 deletions

View file

@ -24,6 +24,13 @@ Optional properties:
- ite,wakeup : boolean, use this to support touch-to-wake feature. - ite,wakeup : boolean, use this to support touch-to-wake feature.
- ite,palm-detect-en : boolean, use this to send palm-detect-keycode when - ite,palm-detect-en : boolean, use this to send palm-detect-keycode when
palm is detected. palm is detected.
- ite,fw-name : Specify firmware file name in /etc/firmware
- ite,cfg-name : Specify config file name in /etc/firmware
- ite,panel-coords : touch panel min x, min y, max x and
max y resolution
- ite,display-coords : display min x, min y, max x and
max y resolution
- ite,num-fingers : number of fingers supported by the touch controller
Required properties palm-detect-en feature: Required properties palm-detect-en feature:
- ite,palm-detect-keycode : The keycode that is required to be sent when - ite,palm-detect-keycode : The keycode that is required to be sent when
@ -43,5 +50,10 @@ Example:
ite,wakeup; ite,wakeup;
ite,palm-detect-en; ite,palm-detect-en;
ite,palm-detect-keycode = <142>; ite,palm-detect-keycode = <142>;
ite,fw-name = "ite7260_fw.bin";
ite,cfg-name = "ite7260_cfg.bin";
ite,panel-coords = <0 0 320 320>;
ite,display-coords = <0 0 320 320>;
ite,num-fingers = <2>;
}; };
}; };

File diff suppressed because it is too large Load diff