summaryrefslogtreecommitdiff
path: root/src/synaptics.c
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2014-07-12 15:43:55 +0200
committerMatthieu Herrb <matthieu@herrb.eu>2024-08-02 08:35:27 +0200
commit5b12f7b4d8993eb16342e33c98f533a5344c1abd (patch)
tree5297e1daf545ec53397635561fa94f687de3ebcd /src/synaptics.c
parentc3ca682a027262cf8659611c94899e25e5e2f1bc (diff)
OpenBSD wsconscomm support from shadchin@HEADobsd
Diffstat (limited to 'src/synaptics.c')
-rw-r--r--src/synaptics.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/synaptics.c b/src/synaptics.c
index 02adc0d..fcc3c20 100644
--- a/src/synaptics.c
+++ b/src/synaptics.c
@@ -149,6 +149,9 @@ static const struct {
{ "psaux", &psaux_proto_operations },
{ "alps", &alps_proto_operations },
#endif
+#ifdef BUILD_WSCONSCOMM
+ { "wscons", &wscons_proto_operations },
+#endif
{ NULL, NULL }
};