diff options
Diffstat (limited to 'src/synaptics.c')
-rw-r--r-- | src/synaptics.c | 3 |
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 } }; |