Add umt(4) for USB Windows Precision Touchpad devices
authorjcs <jcs@openbsd.org>
Sat, 25 Aug 2018 20:31:31 +0000 (20:31 +0000)
committerjcs <jcs@openbsd.org>
Sat, 25 Aug 2018 20:31:31 +0000 (20:31 +0000)
commit737d705b8780db06a36e2cfc49360998fb7264ee
tree039ab9e0d09fdada813fd8bf86f651330b095ae9
parent79a6303f160ffbce84e4e404e84639a75e331173
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
share/man/man4/Makefile
share/man/man4/uhidev.4
share/man/man4/umt.4 [new file with mode: 0644]
share/man/man4/usb.4
sys/arch/amd64/conf/GENERIC
sys/dev/hid/hidmt.c
sys/dev/hid/hidmtvar.h
sys/dev/i2c/imt.c
sys/dev/usb/files.usb
sys/dev/usb/umt.c [new file with mode: 0644]