diff options
author | Joshua Stein <jcs@cvs.openbsd.org> | 2018-08-25 20:31:32 +0000 |
---|---|---|
committer | Joshua Stein <jcs@cvs.openbsd.org> | 2018-08-25 20:31:32 +0000 |
commit | 8cb9e3890813321e9f15189a532440becd7cc550 (patch) | |
tree | de998f1d51300f702e6a0190c6c7b2d71e25e392 /sys/arch | |
parent | 592c03549987a57444acbb251ee7039fc9a9027d (diff) |
Add umt(4) for USB Windows Precision Touchpad devices
Based on imt(4)
Rename HIDMT_INPUT_MODE_MT to HIDMT_INPUT_MODE_MT_TOUCHPAD
ok deraadt
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index ba12d68d77d..67726159419 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.460 2018/08/22 15:38:46 mpi Exp $ +# $OpenBSD: GENERIC,v 1.461 2018/08/25 20:31:31 jcs Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -257,6 +257,8 @@ wsmouse* at ubcmtp? mux 0 uhidev* at uhub? # Human Interface Devices ums* at uhidev? # USB mouse wsmouse* at ums? mux 0 +umt* at uhidev? # USB multitouch touchpad +wsmouse* at umt? mux 0 uts* at uhub? # USB touchscreen wsmouse* at uts? mux 0 uwacom* at uhidev? # USB Wacom tablet |