summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbhid.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh
2022-10-07usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned"...Hans Petter Selasky
2021-01-08hid: Chase for HID function name changes in existing USB HID driversVladimir Kondratyev
2021-01-08hid: Import functions and constants required by new subsystemVladimir Kondratyev
2021-01-08Factor-out hardware-independent part of USB HID support to new moduleVladimir Kondratyev
2021-01-08Allow HID report descriptor parser to return more then 1 usage per itemVladimir Kondratyev
2020-11-18Fix build of USB bootloader code by adding checks for _STANDALONE being defined.Hans Petter Selasky
2020-05-06usbhid: add several missing usages from Digitizer pageAndriy Gapon
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-08-19Add support for generic MS Windows 7/8/10-compatible USB HID touchscreensVladimir Kondratyev
2013-01-30Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky
2013-01-10Fix detection of Razer Copperhead as a USB mouse.Hans Petter Selasky
2012-04-02Fix compiler warnings, mostly signed issues,Hans Petter Selasky
2011-07-04Make the USB keyboard driver more HID compliant.Hans Petter Selasky
2010-05-12Support getting signed and unsigned HID data.Andrew Thompson
2010-05-12Enable support for mouse panning wheels.Andrew Thompson
2009-06-23- Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson
2009-06-15Fix _USB2_* refernces in the header protection defines.Andrew Thompson
2009-05-28s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson
2009-05-27Add support for the Apple MacBook Pro keyboardAndrew Thompson
2009-02-23Move the new USB stack into its new home.Andrew Thompson
2009-02-23Move usb to a graveyard location under sys/legacy/dev, it is intended that theAndrew Thompson
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-12-12Add support for USB Microsoft IntellimouseJulian Elischer
2002-01-02Sync usb.h with NetBSD, apart from usb_device_info.speed, whichJosef Karthauser
2000-10-16Sync with NetBSD:Nick Hibma
2000-07-06Properly fix world.Nick Hibma
2000-07-06Fix buildworld.Ollivier Robert
2000-07-05Use the packed attribute for the descriptor on the wireNick Hibma
2000-05-14Change Lennart's e-mail address.Nick Hibma
1999-11-17Synchronisation with NetBSD as of 1999/11/16:Nick Hibma
1999-10-07Major synchronisation with the NetBSD USB stack:Nick Hibma
1999-01-22Textual changesNick Hibma
1999-01-07Major synchronisation with NetBSD USB codeNick Hibma
1998-12-14Added Id to all filesNick Hibma
1998-11-26Initial commit of ported NetBSD USB stackNick Hibma