commit | e42b6646a8298fe06a33a0f68dab661335f5db6e | [log] [tgz] |
---|---|---|
author | Peter Hutterer <peter.hutterer@who-t.net> | Thu Nov 20 15:24:42 2008 -0500 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Thu Nov 20 17:08:39 2008 -0500 |
tree | 1c24969f34b1ffc52c1578d4bf52b60fd611d6d7 | |
parent | cec87e38e92cdfe86678ca2a5c29c38d05127601 [diff] |
Input: synaptics - report multi-taps only if supported by the device According to Section 2.4.4 of the Synaptics TouchPad Interfacing Guide, bit 2 specifies if multi-finger detection is provided by the touchpad. Thus, only set BTN_TOOL_DOUBLETAP and BTN_TOOL_TRIPLETAP if the device actually supports it. Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>