diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2017-02-09 11:34:08 -0800 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2017-02-09 13:01:32 -0800 |
commit | bf23cfc34317dcc10d5a52f27affb1c4dcc60a98 (patch) | |
tree | 88cf5a9cf3e8f131ce523899cfd342e9295a6ce2 /drivers/input/mouse/synaptics.h | |
parent | 19ba1eb15a2a9b7298d1d984043025ab9496fbfb (diff) | |
download | linux-bf23cfc34317dcc10d5a52f27affb1c4dcc60a98.tar.bz2 |
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 |