summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/trackpoint.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Input: trackpoint - handle sysfs errorsJeff Garzik2006-11-031-2/+10
| | | | | | | Also use kzalloc instead of kcalloc since we are allocating single object. Signed-off-by: Jeff Garzik <jeff@garzik.org> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
* Input: trackpoint - activate protocol when resumingDmitry Torokhov2006-08-051-18/+34
| | | | | | | Trackpoint driver was not sending the magic knock sequence upon resume causing incorrect device behavior after resuming from disk. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
* Input: trackpoint - enable devices connected to external portDmitry Torokhov2006-02-151-6/+14
| | | | Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
* Input: rework psmouse attributes to reduce module sizeDmitry Torokhov2005-09-041-88/+95
| | | | | | | | | Rearrange attribute code to use generic show and set handlers instead of replicating them for every attribute; switch to using attribute_group instead of creating all attributes manually. All this saves about 4K. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
* Input: psmouse - add support for IBM TrackPoint devices.Stephen Evanchik2005-08-081-0/+297
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>