summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authoranton <anton@cvs.openbsd.org>2018-01-02 17:39:35 +0000
committeranton <anton@cvs.openbsd.org>2018-01-02 17:39:35 +0000
commite8cc50eef5f056adfcbc39887cf888ee135a8f39 (patch)
treed189cffdb04fc6defdb692e924117f28cebeb96e /sbin
parent520d97cd3eded460ed3c6af8476b594c5834eb0d (diff)
Add missing mouse type. Reported by bit shifter on misc@; ok bru@
Diffstat (limited to 'sbin')
-rw-r--r--sbin/wsconsctl/util.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/wsconsctl/util.c b/sbin/wsconsctl/util.c
index 976bb7644c3..0aa4a4e04de 100644
--- a/sbin/wsconsctl/util.c
+++ b/sbin/wsconsctl/util.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: util.c,v 1.65 2017/09/02 22:09:32 phessler Exp $ */
+/* $OpenBSD: util.c,v 1.66 2018/01/02 17:39:34 anton Exp $ */
/* $NetBSD: util.c,v 1.8 2000/03/14 08:11:53 sato Exp $ */
/*-
@@ -94,6 +94,7 @@ static const struct nameint mstype_tab[] = {
{ WSMOUSE_TYPE_ALPS, "alps" },
{ WSMOUSE_TYPE_SGI, "sgi" },
{ WSMOUSE_TYPE_ELANTECH, "elantech" },
+ { WSMOUSE_TYPE_SYNAP_SBTN, "synaptics" },
};
static const struct nameint dpytype_tab[] = {