Input: psmouse - add support for IBM TrackPoint devices.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
Stephen Evanchik
2005-08-08 01:26:18 -05:00
committed by Dmitry Torokhov
parent 6fc32179de
commit 541e316aed
5 changed files with 460 additions and 2 deletions

View File

@@ -78,6 +78,7 @@ enum psmouse_type {
PSMOUSE_SYNAPTICS,
PSMOUSE_ALPS,
PSMOUSE_LIFEBOOK,
PSMOUSE_TRACKPOINT,
PSMOUSE_AUTO /* This one should always be last */
};