diff options
author | 2011-04-07 15:06:32 +0000 | |
---|---|---|
committer | 2011-04-07 15:06:32 +0000 | |
commit | ae1d192f2c93879ade86416e118c6aaa16dc02ef (patch) | |
tree | 107a2c42996729241228e1195e8dec3a95e44f0a | |
parent | tweak previous; (diff) | |
download | wireguard-openbsd-ae1d192f2c93879ade86416e118c6aaa16dc02ef.tar.xz wireguard-openbsd-ae1d192f2c93879ade86416e118c6aaa16dc02ef.zip |
Prepare to add support Synaptics touchpads
ok miod@
-rw-r--r-- | sys/dev/wscons/wsconsio.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/wscons/wsconsio.h b/sys/dev/wscons/wsconsio.h index 882b1343691..85cdd7326ee 100644 --- a/sys/dev/wscons/wsconsio.h +++ b/sys/dev/wscons/wsconsio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: wsconsio.h,v 1.61 2010/07/01 02:33:05 maja Exp $ */ +/* $OpenBSD: wsconsio.h,v 1.62 2011/04/07 15:06:32 shadchin Exp $ */ /* $NetBSD: wsconsio.h,v 1.74 2005/04/28 07:15:44 martin Exp $ */ /* @@ -208,6 +208,7 @@ struct wskbd_map_data { #define WSMOUSE_TYPE_DOMAIN 12 /* Apollo Domain */ #define WSMOUSE_TYPE_BLUETOOTH 13 /* Bluetooth mouse */ #define WSMOUSE_TYPE_SUN 14 /* SUN serial mouse */ +#define WSMOUSE_TYPE_SYNAPTICS 15 /* Synaptics touchpad */ /* Set resolution. Not applicable to all mouse types. */ #define WSMOUSEIO_SRES _IOW('W', 33, u_int) |