diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2017-02-09 20:34:08 +0100 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2017-02-09 22:01:32 +0100 |
commit | bf23cfc34317dcc10d5a52f27affb1c4dcc60a98 (patch) | |
tree | 88cf5a9cf3e8f131ce523899cfd342e9295a6ce2 /drivers/input/mouse/synaptics.h | |
parent | Input: psmouse - add a custom serio protocol to send extra information (diff) | |
download | linux-bf23cfc34317dcc10d5a52f27affb1c4dcc60a98.tar.xz linux-bf23cfc34317dcc10d5a52f27affb1c4dcc60a98.zip |
Input: synaptics - use SERIO_OOB_DATA to handle trackstick buttons
Instead of using custom method of "passing" extended buttons from the
touchpad to trackstick, let's switch to the newly introduced SERIO_OOB_DATA
channel.
Tested-By: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/mouse/synaptics.h')
-rw-r--r-- | drivers/input/mouse/synaptics.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/mouse/synaptics.h b/drivers/input/mouse/synaptics.h index 56faa7ec4434..116ae2546ace 100644 --- a/drivers/input/mouse/synaptics.h +++ b/drivers/input/mouse/synaptics.h @@ -183,7 +183,6 @@ struct synaptics_data { bool disable_gesture; /* disable gestures */ struct serio *pt_port; /* Pass-through serio port */ - unsigned char pt_buttons; /* Pass-through buttons */ /* * Last received Advanced Gesture Mode (AGM) packet. An AGM packet |