summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uhidev.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* In revision 1.91 of uhidev.c, jcs@ made sure to only detach devicesanton2021-03-181-2/+1
* Allow uhidev child devices to claim selective report idsjcs2021-03-081-2/+4
* Add uhidev_unset_report_dev(), doing the opposite ofanton2021-02-111-1/+2
* Add uhidev_set_report_dev() allowing usb drivers to early on install aanton2021-02-041-1/+2
* Move HID->bus constant conversion for HID report types out of ihidevjcs2018-08-251-1/+2
* move UHID_* definitions back to usbhid.h where they were before thejcs2016-01-091-5/+1
* Move HID support files out of dev/usb into new dev/hid directoryjcs2016-01-081-1/+5
* Add an asynchronous version of uhidev_get_report(), from David Higgsmpi2015-01-091-1/+3
* Change uhidev(4) set/get report functions in various way.mpi2014-12-111-4/+4
* Change the usbd_*_report() family of functions to take a usbd_devicempi2014-04-241-1/+2
* Modify the uhidev_*_report() methods to always take a report ID argumentmpi2014-04-151-4/+4
* Add a temporary hack to let a subdriver claim all the reportIDs ofmpi2014-03-191-5/+5
* Remove debug leftover.mpi2014-03-151-2/+1
* Kill matchlvl usage throughout the usb stack.pirofti2013-11-191-2/+1
* Clean-up the HID environment.pirofti2013-11-151-1/+2
* Do not abuse the stack of the current process to prepend a report IDmpi2013-11-011-3/+3
* When deactivating child devices do not panic if their driver doesmpi2013-05-071-2/+1
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-8/+8
* Handle USB_GET_REPORT, USB_GET_REPORT_DESC, USB_GET_REPORT_ID andmiod2010-08-021-1/+6
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Move four #defines out of usb_port.h and to the places where they are used.mbalmer2007-06-141-1/+4
* Mechanical removal of USBBASEDEVICE. No binary change.mk2007-06-061-3/+3
* Last part of FreeBSD/NetBSD sepcific code removal.mbalmer2007-06-041-7/+1
* support for ucycom:jason2006-08-181-3/+10
* Remove last NRND NetBSDisms from tree.krw2006-03-071-7/+1
* sync with NetBSDnate2002-11-111-2/+10
* Sync hid stuff including ukbd, ums, and uhid with NetBSDnate2002-05-091-0/+91
* Meant to commit only ulpt and committed everything. Most things weren't readynate2002-05-071-91/+0
* Sync ulpt driver with NetBSDnate2002-05-071-0/+91