aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbhid.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-121-1/+1
* usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned"...Hans Petter Selasky2022-10-071-1/+1
* hid: Chase for HID function name changes in existing USB HID driversVladimir Kondratyev2021-01-071-0/+2
* hid: Import functions and constants required by new subsystemVladimir Kondratyev2021-01-071-0/+20
* Factor-out hardware-independent part of USB HID support to new moduleVladimir Kondratyev2021-01-071-210/+2
* Allow HID report descriptor parser to return more then 1 usage per itemVladimir Kondratyev2021-01-071-1/+7
* Fix build of USB bootloader code by adding checks for _STANDALONE being defined.Hans Petter Selasky2020-11-181-3/+3
* usbhid: add several missing usages from Digitizer pageAndriy Gapon2020-05-061-0/+3
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add support for generic MS Windows 7/8/10-compatible USB HID touchscreensVladimir Kondratyev2017-08-191-0/+23
* Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky2013-01-301-0/+2
* Fix detection of Razer Copperhead as a USB mouse.Hans Petter Selasky2013-01-101-0/+2
* Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-021-2/+2
* Make the USB keyboard driver more HID compliant.Hans Petter Selasky2011-07-041-0/+2
* Support getting signed and unsigned HID data.Andrew Thompson2010-05-121-1/+3
* Enable support for mouse panning wheels.Andrew Thompson2010-05-121-0/+3
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-0/+63
* Fix _USB2_* refernces in the header protection defines.Andrew Thompson2009-06-151-3/+3
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-1/+1
* Add support for the Apple MacBook Pro keyboardAndrew Thompson2009-05-271-0/+1
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+175
* Move usb to a graveyard location under sys/legacy/dev, it is intended that theAndrew Thompson2009-02-231-185/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Add support for USB Microsoft IntellimouseJulian Elischer2004-12-121-0/+1
* Sync usb.h with NetBSD, apart from usb_device_info.speed, whichJosef Karthauser2002-01-021-4/+0
* Sync with NetBSD:Nick Hibma2000-10-161-1/+29
* Properly fix world.Nick Hibma2000-07-061-0/+2
* Fix buildworld.Ollivier Robert2000-07-061-0/+2
* Use the packed attribute for the descriptor on the wireNick Hibma2000-07-051-2/+2
* Change Lennart's e-mail address.Nick Hibma2000-05-141-1/+1
* Synchronisation with NetBSD as of 1999/11/16:Nick Hibma1999-11-171-1/+1
* Major synchronisation with the NetBSD USB stack:Nick Hibma1999-10-071-2/+23
* Textual changesNick Hibma1999-01-221-1/+1
* Major synchronisation with NetBSD USB codeNick Hibma1999-01-071-3/+4
* Added Id to all filesNick Hibma1998-12-141-0/+1
* Initial commit of ported NetBSD USB stackNick Hibma1998-11-261-0/+133