summaryrefslogtreecommitdiff
path: root/xserver/config
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2011-09-21 17:42:04 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2011-09-21 17:42:04 +0000
commit05df62b5a78d8be8df74847c96479dea8ea6630c (patch)
treeb9d1b44293d648375d0aedbec96fb0f45991c336 /xserver/config
parentbfc4e191d41aecc76cfd6c6e8abef505179daa2a (diff)
Use the synaptics driver with ALPS touchpads
with and ok matthieu@
Diffstat (limited to 'xserver/config')
-rw-r--r--xserver/config/wscons.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xserver/config/wscons.c b/xserver/config/wscons.c
index 927b66056..0dfc613ec 100644
--- a/xserver/config/wscons.c
+++ b/xserver/config/wscons.c
@@ -249,6 +249,7 @@ wscons_add_pointers(void)
close(fd);
switch (wsmouse_type) {
case WSMOUSE_TYPE_SYNAPTICS:
+ case WSMOUSE_TYPE_ALPS:
wscons_add_pointer(devname, "synaptics",
ATTR_TOUCHPAD);
break;