diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/synaptics.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/synaptics.h b/include/synaptics.h index 4d5a3f3..5b7764f 100644 --- a/include/synaptics.h +++ b/include/synaptics.h @@ -71,16 +71,4 @@ typedef struct _SynapticsSHM #define SBR_MIN 10 #define SBR_MAX 1000 -/* - * The x/y limits are taken from the Synaptics TouchPad interfacing Guide, - * section 2.3.2, which says that they should be valid regardless of the - * actual size of the sensor. - */ -#define XMIN_NOMINAL 1472 -#define XMAX_NOMINAL 5472 -#define YMIN_NOMINAL 1408 -#define YMAX_NOMINAL 4448 - -#define XMAX_VALID 6143 - #endif /* _SYNAPTICS_H_ */ |