summaryrefslogtreecommitdiff
path: root/sys/dev/usb/input/atp.c
AgeCommit message (Expand)Author
2025-03-04usb: Kill left-over cdefs.h includesWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-12-07atp: Fix mismatch in array bounds.John Baldwin
2022-07-26Fix unused variable warning in usb's atp.cDimitry Andric
2022-05-06usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-07atp: Remove unused variable.John Baldwin
2021-08-25atp(4), wsp(4): Return correct priority from probe() method;Vladimir Kondratyev
2021-01-08hid: Chase for HID function name changes in existing USB HID driversVladimir Kondratyev
2021-01-08Factor-out hardware-independent part of USB HID support to new moduleVladimir Kondratyev
2020-09-01usb: clean up empty lines in .c and .h filesMateusz Guzik
2020-03-16atp: fix mouse attachment on PowerBook5,6 (G4)Alfredo Dal'Ava Junior
2020-02-15Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-12-11Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh
2015-01-05Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canHans Petter Selasky
2014-02-25Don't generate devd rules for WSP device ID's found in the ATP driver yet.Hans Petter Selasky
2014-02-24Fix compiler warning.Hans Petter Selasky
2014-02-24Update ATP driver:Hans Petter Selasky
2014-02-23Update ATP driver:Hans Petter Selasky
2012-04-02Fix compiler warnings, mostly signed issues,Hans Petter Selasky
2011-11-07Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten
2011-06-24- Move all USB device ID arrays into so-called sections,Hans Petter Selasky
2011-01-12sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming
2010-09-01Add missing MODULE_VERSION() definitions, this resolves problems aroundAndrew Thompson
2010-04-22Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadAndrew Thompson
2009-12-08Improve response to multi-touch taps.Rui Paulo
2009-11-29Early-generation touchpads do not send periodic calibration frames forNathan Whitehorn
2009-11-22Make the mode setting transfer asynchronous.Andrew Thompson
2009-11-10Add support for the touchpads found in later models of iBook andNathan Whitehorn
2009-11-09Driver for the Apple Touchpad present on MacBook (non-Pro & Pro).Rui Paulo