summaryrefslogtreecommitdiff
path: root/linux_input.h
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2004-04-27 21:15:55 +0200
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:02:18 +0200
commitd793d20748e38f83fddabcf077312dd7608b0be5 (patch)
treecc41efc5533ffecd8d627ca9b45fcf83086b4283 /linux_input.h
parenta2bf6b124bce0839dfb682161a0cb69f1cca6444 (diff)
Fixed detection of ALPS touchpads when using a 2.6 linux
kernel. Reported by stage.nexvision <stage.nexvision@laposte.net>.
Diffstat (limited to 'linux_input.h')
-rw-r--r--linux_input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux_input.h b/linux_input.h
index 73f2b75..a638f9f 100644
--- a/linux_input.h
+++ b/linux_input.h
@@ -64,6 +64,7 @@ struct input_id {
#define BUS_I8042 0x11
#define PSMOUSE_SYNAPTICS 7
+#define PSMOUSE_ALPS 8
#endif /* _LINUX_INPUT_H_ */