diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-08-18 23:20:37 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-08-18 23:20:36 -0700 |
| commit | 55b1c1cae23c1ed9378716565a5df658d2bddaa4 (patch) | |
| tree | 5d0ba080b3d3e6b1965032a3eb0605658fef0e1b /include/linux | |
| parent | 0668f977d065e7cf63bb59ca3fd73daeda591c4f (diff) | |
| parent | 8ac5a9e361461e95b49001d9923e82cc0ae1a8bd (diff) | |
Merge "input: touchscreen: add option to ignore Focaltech family-id check"
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/input/ft5x06_ts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/input/ft5x06_ts.h b/include/linux/input/ft5x06_ts.h index 202ddeec09d6..1340737070f7 100644 --- a/include/linux/input/ft5x06_ts.h +++ b/include/linux/input/ft5x06_ts.h @@ -58,6 +58,7 @@ struct ft5x06_ts_platform_data { bool fw_vkey_support; bool no_force_update; bool i2c_pull_up; + bool ignore_id_check; int (*power_init)(bool); int (*power_on)(bool); }; |
