summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ubcmtp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix multitouch by properly reading multi-finger data on type4jcs2019-05-271-10/+15
* Validate the number of expected interfaces in *match() and claim themmpi2019-01-131-20/+17
* define WSMOUSE_TYPE_TOUCHPAD so non-elantech drivers can stopjcs2018-07-301-6/+6
* Set the weak variant of hysteresis as default.bru2017-06-061-7/+2
* improved coordinate filtersbru2017-05-081-2/+7
* A pile of sizes to free(9). In test for a few days in snapshots.deraadt2017-04-081-5/+5
* More debug goo to help tracking the use-after-free.mpi2017-03-171-1/+3
* Configure and apply the multitouch-tracking functions of wsmouse.bru2017-03-151-81/+51
* Add support for multitouch input to wsmouse.bru2016-03-301-24/+7
* Activate functions should in general return 0 for events they don't handle.kettenis2015-12-041-6/+5
* Add support for the touchpad found on the MacBooPro12,1.kettenis2015-11-301-13/+61
* when no fingers are down, send 0 for zjcs2015-06-171-2/+3
* fix compilation with UBCMTP_DEBUGjcs2015-06-171-2/+2
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-5/+5
* revert some HID changes that broke on older modelsjcs2014-02-061-5/+16
* simplify ubcmtp_matchjcs2014-01-221-11/+6
* add a missing argument to a debug printfjsg2014-01-221-2/+2
* call usbd_deactivate() for DVACT_DEACTIVATEjcs2014-01-201-4/+8
* add ubcmtp, a USB driver for Broadcom multitouch trackpads found onjcs2014-01-201-0/+874