summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/utrh.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* A pile of sizes to free(9). In test for a few days in snapshots.deraadt2017-04-081-2/+2
* Reduces the noise around the global ``ticks'' variable by renaming allmpi2016-03-191-6/+6
* 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
* Change uhidev(4) set/get report functions in various way.mpi2014-12-111-7/+7
* 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
* Modify the uhidev_*_report() methods to always take a report ID argumentmpi2014-04-151-4/+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
* Remove unnecessary activate functions and unused DPRINTFN macros.sthen2013-08-171-24/+4
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-3/+3
* proc.h is way too much header for usb to handle.tedu2013-03-281-2/+1
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-031-4/+1
* garbage collect "usb events". without /dev/usb there is no way to accessjakemsr2011-01-251-6/+1
* - use usb_lookup(), these should be the last drivers that rolled their ownjasper2010-12-191-6/+3
* remove dying flag in detach() function.yuo2010-09-241-3/+1
* use SENSOR_HUMIDITY instead of SENSOR_PERCENT.yuo2010-04-151-3/+18
* do not zero fields which are already zero; from cnstderaadt2010-02-181-6/+1
* fix tsleep parameteryuo2009-12-191-3/+3
* add utrh(4): USBRH temperature / humidity sensor driveryuo2009-12-181-0/+284