summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_hid.c
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
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
2021-01-08hid_locate: do not ignore constant items.Vladimir Kondratyev
2020-09-01usb: clean up empty lines in .c and .h filesMateusz Guzik
2020-06-05USB HID descriptors may push/pop the current state to allowHans Petter Selasky
2019-09-07Some newer HID devices have descriptors that are larger than 1k. BumpWarner Losh
2018-07-21Raise "Report Count" value limit in HID descriptor parser.Vladimir Kondratyev
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
2016-05-02dev/usb: minor spelling fixes in comments.Pedro F. Giffuni
2016-02-23Be more verbose when truncating number of HID items.Hans Petter Selasky
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-05-16HID Report ID is unsigned value, so clear the rest of bits from possibleAlexander Motin
2012-04-02Fix compiler warnings, mostly signed issues,Hans Petter Selasky
2011-07-04Make the USB keyboard driver more HID compliant.Hans Petter Selasky
2011-01-11Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin
2010-05-12Support getting signed and unsigned HID data.Andrew Thompson
2010-03-03The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl
2009-11-26Remove overuse of exclamation marks in kernel printfs, there mere fact aAndrew Thompson
2009-07-30USB CORE - Improve HID parsingAlfred Perlstein
2009-06-23- Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson
2009-06-15s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson
2009-05-30Revert the size_t part of the last commit for the moment, this blows up theAndrew Thompson
2009-05-29s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson
2009-05-28s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson
2009-05-21Don't clear last usage when a new HID item is found, it improves parsing ofAndrew Thompson
2009-05-13Make sure collections have the usage field set.Andrew Thompson
2009-04-05MFp4 //depot/projects/usb@159995Andrew Thompson
2009-03-20MFp4 //depot/projects/usb @159431,159437,159438Andrew Thompson
2009-03-20MFp4 //depot/projects/usb @159430Andrew Thompson
2009-03-13HID usage minimum can be equal to the maximum.Andrew Thompson
2009-03-12MFp4 //depot/projects/usb 159004,159053,159091Andrew Thompson
2009-03-10Make sure HID has a default usage, this fixes recent mouse problems.Andrew Thompson
2009-03-08MFp4 //depot/projects/usb@158868Andrew Thompson
2009-02-24MFp4 //depot/projects/usb; 157814, 157863, 157868Andrew Thompson
2009-02-23Move the new USB stack into its new home.Andrew Thompson