summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ubcmtp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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