summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ugold.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow uhidev child devices to claim selective report idsjcs2021-03-081-2/+2
* Fix typo in commentgnezdo2020-08-171-2/+2
* Add support for the "TEMPer1F_H1V1.5F" USB temperature and humiditystsp2017-10-051-2/+13
* Remove unneeded <sys/malloc.h> from Michael W. Bombardieri.mpi2017-01-091-2/+1
* 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/+3
* update author information of the copyright section.yuo2015-08-121-2/+2
* fix regressions introduced in my previous commmit, resulting injung2015-08-111-10/+24
* add support for newer PCsensor TEMPerHUM thermo- and hygrometers:jung2015-07-151-19/+169
* Change uhidev(4) set/get report functions in various way.mpi2014-12-111-3/+6
* Make sure to call uhidev_close() upon detach, plug another xfer leak.mpi2014-04-291-1/+4
* Modify the uhidev_*_report() methods to always take a report ID argumentmpi2014-04-151-3/+3
* Add a temporary hack to let a subdriver claim all the reportIDs ofmpi2014-03-191-1/+4
* Use the async version of uhidev_set_report(), there's no need to sleepmpi2013-11-041-2/+3
* need sys/device.hderaadt2013-09-061-1/+2
* ugold(4) is a driver for PCsensor's USB gold TEMPer temperaturesasano2013-09-051-0/+257