summaryrefslogtreecommitdiff
path: root/sys/dev/usb/utrh.c
AgeCommit message (Expand)Author
2020-02-25Prevent buffer overflows by not assuming the report length, given byMartin Pieuchot
2019-11-12Convert tsleep(9) that wait for a multiple of `hz' to tsleep_nsec(9).Martin Pieuchot
2017-04-08A pile of sizes to free(9). In test for a few days in snapshots.Theo de Raadt
2016-03-19Reduces the noise around the global ``ticks'' variable by renaming allMartin Pieuchot
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
2014-12-11Change uhidev(4) set/get report functions in various way.Martin Pieuchot
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-04-15Modify the uhidev_*_report() methods to always take a report ID argumentMartin 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-08-17Remove unnecessary activate functions and unused DPRINTFN macros.Stuart Henderson
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
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2011-01-25garbage collect "usb events". without /dev/usb there is no way to accessJacob Meuser
2010-12-19- use usb_lookup(), these should be the last drivers that rolled their ownJasper Lievisse Adriaanse
2010-09-24remove dying flag in detach() function.Yojiro Uo
2010-04-15use SENSOR_HUMIDITY instead of SENSOR_PERCENT.Yojiro Uo
2010-02-18do not zero fields which are already zero; from cnstTheo de Raadt
2009-12-19fix tsleep parameterYojiro Uo
2009-12-18add utrh(4): USBRH temperature / humidity sensor driverYojiro Uo