From 5b12f7b4d8993eb16342e33c98f533a5344c1abd Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sat, 12 Jul 2014 15:43:55 +0200 Subject: OpenBSD wsconscomm support from shadchin@ --- src/synaptics.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/synaptics.c') diff --git a/src/synaptics.c b/src/synaptics.c index 02adc0d..fcc3c20 100644 --- a/src/synaptics.c +++ b/src/synaptics.c @@ -148,6 +148,9 @@ static const struct { #ifdef BUILD_PS2COMM { "psaux", &psaux_proto_operations }, { "alps", &alps_proto_operations }, +#endif +#ifdef BUILD_WSCONSCOMM + { "wscons", &wscons_proto_operations }, #endif { NULL, NULL } }; -- cgit v1.2.3