diff options
| author | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
|---|---|---|
| committer | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
| commit | c71c03bda1e86c9d5198c5d83f712e695c4f2a1e (patch) | |
| tree | ecb166cb3e2b7e2adb3b5e292245fefd23381ac8 /drivers/input/mouse/elantech.h | |
| parent | ea53c912f8a86a8567697115b6a0d8152beee5c8 (diff) | |
| parent | 6a00f206debf8a5c8899055726ad127dbeeed098 (diff) | |
Merge branch 'mpi-master' into wip-k-fmlpwip-k-fmlp
Conflicts:
litmus/sched_cedf.c
Diffstat (limited to 'drivers/input/mouse/elantech.h')
| -rw-r--r-- | drivers/input/mouse/elantech.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/input/mouse/elantech.h b/drivers/input/mouse/elantech.h index aa4aac5d2198..fabb2b99615c 100644 --- a/drivers/input/mouse/elantech.h +++ b/drivers/input/mouse/elantech.h | |||
| @@ -77,6 +77,11 @@ | |||
| 77 | #define ETP_YMIN_V2 ( 0 + ETP_EDGE_FUZZ_V2) | 77 | #define ETP_YMIN_V2 ( 0 + ETP_EDGE_FUZZ_V2) |
| 78 | #define ETP_YMAX_V2 ( 768 - ETP_EDGE_FUZZ_V2) | 78 | #define ETP_YMAX_V2 ( 768 - ETP_EDGE_FUZZ_V2) |
| 79 | 79 | ||
| 80 | #define ETP_PMIN_V2 0 | ||
| 81 | #define ETP_PMAX_V2 255 | ||
| 82 | #define ETP_WMIN_V2 0 | ||
| 83 | #define ETP_WMAX_V2 15 | ||
| 84 | |||
| 80 | /* | 85 | /* |
| 81 | * For two finger touches the coordinate of each finger gets reported | 86 | * For two finger touches the coordinate of each finger gets reported |
| 82 | * separately but with reduced resolution. | 87 | * separately but with reduced resolution. |
| @@ -102,6 +107,7 @@ struct elantech_data { | |||
| 102 | unsigned char capabilities; | 107 | unsigned char capabilities; |
| 103 | bool paritycheck; | 108 | bool paritycheck; |
| 104 | bool jumpy_cursor; | 109 | bool jumpy_cursor; |
| 110 | bool reports_pressure; | ||
| 105 | unsigned char hw_version; | 111 | unsigned char hw_version; |
| 106 | unsigned int fw_version; | 112 | unsigned int fw_version; |
| 107 | unsigned int single_finger_reports; | 113 | unsigned int single_finger_reports; |
