summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ugold.c
AgeCommit message (Expand)Author
2020-08-17Fix typo in commentgnezdo
2017-10-05Add support for the "TEMPer1F_H1V1.5F" USB temperature and humidityStefan Sperling
2017-01-09Remove unneeded <sys/malloc.h> from Michael W. Bombardieri.Martin 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
2015-08-12update author information of the copyright section.Yojiro Uo
2015-08-11fix regressions introduced in my previous commmit, resulting inJoerg Jung
2015-07-15add support for newer PCsensor TEMPerHUM thermo- and hygrometers:Joerg Jung
2014-12-11Change uhidev(4) set/get report functions in various way.Martin Pieuchot
2014-04-29Make sure to call uhidev_close() upon detach, plug another xfer leak.Martin 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
2013-11-04Use the async version of uhidev_set_report(), there's no need to sleepMartin Pieuchot
2013-09-06need sys/device.hTheo de Raadt
2013-09-05ugold(4) is a driver for PCsensor's USB gold TEMPer temperaturesasano