summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uoakv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow uhidev child devices to claim selective report idsjcs2021-03-081-2/+2
* A pile of sizes to free(9). In test for a few days in snapshots.deraadt2017-04-081-2/+2
* revert manual additions of hid.h now that usbhid.h brings it injcs2016-01-091-3/+1
* Move HID support files out of dev/usb into new dev/hid directoryjcs2016-01-081-2/+4
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
* Make sure to call uhidev_close() upon detach for every HID driver callingmpi2014-05-071-1/+4
* Add a temporary hack to let a subdriver claim all the reportIDs ofmpi2014-03-191-3/+5
* Do not define per-driver DEBUG variable when USB_DEBUG is defined. It'smpi2014-03-071-5/+1
* Clean-up the activate routines from the uoak*(4) drivers.pirofti2013-11-111-19/+1
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-2/+2
* proc.h is way too much header for usb to handle.tedu2013-03-281-2/+1
* small cleanups and output prettyingderaadt2012-10-191-20/+17
* add device driver for Toradex OAK usb sensors:yuo2012-09-201-0/+360