aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/input/atp.c
Commit message (Expand)AuthorAgeFilesLines
* usb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-5/+0
* atp: fix mouse attachment on PowerBook5,6 (G4)Alfredo Dal'Ava Junior2020-03-161-5/+9
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki2020-02-151-3/+6
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh2015-12-111-0/+2
* Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canHans Petter Selasky2015-01-051-8/+8
* Don't generate devd rules for WSP device ID's found in the ATP driver yet.Hans Petter Selasky2014-02-251-1/+2
* Fix compiler warning.Hans Petter Selasky2014-02-241-5/+0
* Update ATP driver:Hans Petter Selasky2014-02-241-10/+29
* Update ATP driver:Hans Petter Selasky2014-02-231-1120/+1511
* Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-021-13/+14
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* - Move all USB device ID arrays into so-called sections,Hans Petter Selasky2011-06-241-1/+1
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-3/+3
* Add missing MODULE_VERSION() definitions, this resolves problems aroundAndrew Thompson2010-09-011-0/+1
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadAndrew Thompson2010-04-221-6/+6
* Improve response to multi-touch taps.Rui Paulo2009-12-081-47/+116
* Early-generation touchpads do not send periodic calibration frames forNathan Whitehorn2009-11-291-0/+15
* Make the mode setting transfer asynchronous.Andrew Thompson2009-11-221-21/+46
* Add support for the touchpads found in later models of iBook andNathan Whitehorn2009-11-101-21/+89
* Driver for the Apple Touchpad present on MacBook (non-Pro & Pro).Rui Paulo2009-11-091-0/+2047