summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uthum.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded <sys/malloc.h> from Michael W. Bombardieri.mpi2017-01-091-2/+1
* Reduces the noise around the global ``ticks'' variable by renamingmpi2016-03-191-8/+8
* 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-12/+16
* Modify the uhidev_*_report() methods to always take a report ID argumentmpi2014-04-151-6/+6
* 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
* Fix the message of uthum(4)'s calibration offset is incorrectsasano2013-09-281-5/+9
* Move reset commands from that attach path to an own function.mglocker2013-05-081-8/+20
* re-commit uthum_activate() removal, now that uhidev(4) can handle it.sthen2013-05-081-18/+2
* revert uthum_activate removal, it is needed in the detach path as found thesthen2013-05-041-2/+18
* - remove unused DPRINTFN, simple DPRINTF is enoughsthen2013-05-041-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
* remove dying flag in detach() function.yuo2010-09-241-3/+1
* some misc cleanup of dmesgderaadt2010-04-201-12/+14
* start the sensors off invalid... ok yuoderaadt2010-04-201-1/+2
* fix condition of retry counter.yuo2010-04-161-3/+3
* spacingderaadt2010-04-151-40/+40
* add yet another TEMPerHUM device identifier.yuo2010-04-151-1/+5
* use SENSOR_HUMIDITY instead of SENSOR_PERCENT.yuo2010-04-151-112/+568
* do not zero fields which are already zero; from cnstderaadt2010-02-181-6/+1
* change constant of convert formulra of SHT1X sensor to fityuo2010-02-171-3/+16
* delete unused variablederaadt2010-01-031-9/+2
* fix softc structure to fit as uhid sub device.yuo2009-12-171-3/+2
* various bits of knf; ok yuoderaadt2009-12-101-61/+50
* On any sensor the SENSOR_FINVALID flag indicates whether we are able toderaadt2009-11-291-7/+3
* Toggle SENSOR_FINVALID based on sensor data validityderaadt2009-11-241-4/+11
* Add uthum(4) device driver for TEMPerHUM USB temperature andyuo2009-11-231-0/+401