artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb529aa
)
Add missing mouse type. Reported by bit shifter on misc@; ok bru@
author
anton
<anton@openbsd.org>
Tue, 2 Jan 2018 17:39:34 +0000
(17:39 +0000)
committer
anton
<anton@openbsd.org>
Tue, 2 Jan 2018 17:39:34 +0000
(17:39 +0000)
sbin/wsconsctl/util.c
patch
|
blob
|
history
diff --git
a/sbin/wsconsctl/util.c
b/sbin/wsconsctl/util.c
index
976bb76
..
0aa4a4e
100644
(file)
--- a/
sbin/wsconsctl/util.c
+++ b/
sbin/wsconsctl/util.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: util.c,v 1.6
5 2017/09/02 22:09:32 phessler
Exp $ */
+/* $OpenBSD: util.c,v 1.6
6 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[] = {