summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uoaklux.c
AgeCommit message (Expand)Author
2016-01-09revert manual additions of hid.h now that usbhid.h brings it inJoshua Stein
2016-01-08Move HID support files out of dev/usb into new dev/hid directoryJoshua Stein
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-05-07Make sure to call uhidev_close() upon detach for every HID driver callingMartin Pieuchot
2014-03-19Add a temporary hack to let a subdriver claim all the reportIDs ofMartin Pieuchot
2014-03-07Do not define per-driver DEBUG variable when USB_DEBUG is defined. It'sMartin Pieuchot
2013-11-11Clean-up the activate routines from the uoak*(4) drivers.Paul Irofti
2013-04-15Get rid of various 'typedef struct' definitions and use plain structureMarcus Glocker
2013-03-28proc.h is way too much header for usb to handle.Ted Unangst
2012-10-19small cleanups and output prettyingTheo de Raadt
2012-09-20add device driver for Toradex OAK usb sensors:Yojiro Uo