aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/trackpoint.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-11-02Input: trackpoint - handle sysfs errorsJeff Garzik1-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>
2006-08-04Input: trackpoint - activate protocol when resumingDmitry Torokhov1-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>
2006-02-15Input: trackpoint - enable devices connected to external portDmitry Torokhov1-6/+14
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
2005-09-04Input: rework psmouse attributes to reduce module sizeDmitry Torokhov1-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>
2005-08-08Input: psmouse - add support for IBM TrackPoint devices.Stephen Evanchik1-0/+297
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>