]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r322695:
authorwulf <wulf@FreeBSD.org>
Thu, 19 Oct 2017 20:28:04 +0000 (20:28 +0000)
committerwulf <wulf@FreeBSD.org>
Thu, 19 Oct 2017 20:28:04 +0000 (20:28 +0000)
commit1159911e266a20c2159023c1b2707f92bd4a9787
treeb1c15ac63c3ea4447e73477dece01c315efb0ed5
parent811b1b972fae1f1340cb12ee91580ceec4fa5c49
MFC r322695:

Add support for generic MS Windows 7/8/10-compatible USB HID touchscreens
found in many laptops.

Reviewed by: hps, gonzo, bcr (manpages)
Approved by: gonzo (mentor)
Differential Revision: https://reviews.freebsd.org/D12017
share/man/man4/Makefile
share/man/man4/usb_quirk.4
share/man/man4/wmt.4 [new file with mode: 0644]
sys/conf/files
sys/dev/usb/input/wmt.c [new file with mode: 0644]
sys/dev/usb/quirk/usb_quirk.c
sys/dev/usb/quirk/usb_quirk.h
sys/dev/usb/usb_hid.c
sys/dev/usb/usbhid.h
sys/modules/usb/Makefile
sys/modules/usb/wmt/Makefile [new file with mode: 0644]