aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/synaptics_usb.c
Commit message (Collapse)AuthorAge
* Input: synaptics_usb - Remove TrackPoint name trailing whitespaceBob Ross2012-07-06
| | | | | | | | | | | | The USB TrackPoint name string contains a space at the trailing end that can cause confusion/difficulty when creating udev rules. Example: "Synaptics Inc. Composite TouchPad / TrackPoint (Stick) " This patch removes the trailing space. Signed-off-by: Bob Ross <pigiron@gmx.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
* Input: synaptics_usb - switch to module_usb_driver()Dmitry Torokhov2012-03-17
| | | | Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
* Input: add Synaptics USB device driverJan Steinhoff2012-02-03
This patch adds a driver for Synaptics USB touchpad or pointing stick devices. These USB devices emulate an USB mouse by default, so one can also use the usbhid driver. However, in combination with special user space drivers this kernel driver allows one to customize the behaviour of the device. An extended version of this driver with support for the cPad background display can be found at <http://jan-steinhoff.de/linux/synaptics-usb.html>. Signed-off-by: Jan Steinhoff <mail@jan-steinhoff.de> Acked-by: Jiri Kosina <jkosina@suse.cz> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>