summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uthum.c
AgeCommit message (Expand)Author
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