diff options
author | Peter Osterlund <petero2@telia.com> | 2004-04-27 21:15:55 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:02:18 +0200 |
commit | d793d20748e38f83fddabcf077312dd7608b0be5 (patch) | |
tree | cc41efc5533ffecd8d627ca9b45fcf83086b4283 /linux_input.h | |
parent | a2bf6b124bce0839dfb682161a0cb69f1cca6444 (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.h | 1 |
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_ */ |