summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uthum.c
AgeCommit message (Expand)Author
2013-09-28Fix the message of uthum(4)'s calibration offset is incorrectsasano
2013-05-08Move reset commands from that attach path to an own function.Marcus Glocker
2013-05-08re-commit uthum_activate() removal, now that uhidev(4) can handle it.Stuart Henderson
2013-05-04revert uthum_activate removal, it is needed in the detach path as found theStuart Henderson
2013-05-04- remove unused DPRINTFN, simple DPRINTF is enoughStuart 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-09-24remove dying flag in detach() function.Yojiro Uo
2010-04-20some misc cleanup of dmesgTheo de Raadt
2010-04-20start the sensors off invalid... ok yuoTheo de Raadt
2010-04-16fix condition of retry counter.Yojiro Uo
2010-04-15spacingTheo de Raadt
2010-04-15add yet another TEMPerHUM device identifier.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
2010-02-17change constant of convert formulra of SHT1X sensor to fitYojiro Uo
2010-01-03delete unused variableTheo de Raadt
2009-12-17fix softc structure to fit as uhid sub device.Yojiro Uo
2009-12-10various bits of knf; ok yuoTheo de Raadt
2009-11-29On any sensor the SENSOR_FINVALID flag indicates whether we are able toTheo de Raadt
2009-11-24Toggle SENSOR_FINVALID based on sensor data validityTheo de Raadt
2009-11-23Add uthum(4) device driver for TEMPerHUM USB temperature andYojiro Uo