diff options
author | Peter Osterlund <petero2@telia.com> | 2003-05-02 12:20:47 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:00:54 +0200 |
commit | 3db42d5b33662dbda6f0dde6cdb34748a254884f (patch) | |
tree | e712d95e54820008215c5927c5b5445da18061c9 /synaptics.h | |
parent | 6c239a6988d0742f71aa5dd2205659f48196facc (diff) |
Merged 6 button support from 0.11.3, but only activate it
for firmware version 5.8 and later. (Everything from 0.11.3 is now
merged.)
Diffstat (limited to 'synaptics.h')
-rw-r--r-- | synaptics.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/synaptics.h b/synaptics.h index e9f9c53..facf242 100644 --- a/synaptics.h +++ b/synaptics.h @@ -18,7 +18,7 @@ typedef struct _SynapticsSHM unsigned long int model_id; /* Model-ID */ unsigned long int capabilities; /* Capabilities */ unsigned long int identity; /* Identification */ - Bool isSynaptics; /* Synaptics touchpad aktiv */ + Bool isSynaptics; /* Synaptics touchpad active */ /* Parameter data */ int left_edge, right_edge, top_edge, bottom_edge; @@ -70,7 +70,8 @@ typedef struct _SynapticsPrivateRec unsigned long int model_id; /* Model-ID */ unsigned long int capabilities; /* Capabilities */ unsigned long int identity; /* Identification */ - Bool isSynaptics; /* Synaptics touchpad aktiv */ + Bool isSynaptics; /* Synaptics touchpad active */ + Bool six_buttons; /* */ /* Data for normal processing */ XISBuffer *buffer; |