index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
uthum.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unneeded <sys/malloc.h> from Michael W. Bombardieri.
mpi
2017-01-09
1
-2
/
+1
*
Reduces the noise around the global ``ticks'' variable by renaming
mpi
2016-03-19
1
-8
/
+8
*
revert manual additions of hid.h now that usbhid.h brings it in
jcs
2016-01-09
1
-3
/
+1
*
Move HID support files out of dev/usb into new dev/hid directory
jcs
2016-01-08
1
-2
/
+3
*
Change uhidev(4) set/get report functions in various way.
mpi
2014-12-11
1
-12
/
+16
*
Modify the uhidev_*_report() methods to always take a report ID argument
mpi
2014-04-15
1
-6
/
+6
*
Add a temporary hack to let a subdriver claim all the reportIDs of
mpi
2014-03-19
1
-3
/
+5
*
Do not define per-driver DEBUG variable when USB_DEBUG is defined. It's
mpi
2014-03-07
1
-5
/
+1
*
Fix the message of uthum(4)'s calibration offset is incorrect
sasano
2013-09-28
1
-5
/
+9
*
Move reset commands from that attach path to an own function.
mglocker
2013-05-08
1
-8
/
+20
*
re-commit uthum_activate() removal, now that uhidev(4) can handle it.
sthen
2013-05-08
1
-18
/
+2
*
revert uthum_activate removal, it is needed in the detach path as found the
sthen
2013-05-04
1
-2
/
+18
*
- remove unused DPRINTFN, simple DPRINTF is enough
sthen
2013-05-04
1
-24
/
+4
*
Get rid of various 'typedef struct' definitions and use plain structure
mglocker
2013-04-15
1
-3
/
+3
*
proc.h is way too much header for usb to handle.
tedu
2013-03-28
1
-2
/
+1
*
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
matthew
2011-07-03
1
-4
/
+1
*
garbage collect "usb events". without /dev/usb there is no way to access
jakemsr
2011-01-25
1
-6
/
+1
*
remove dying flag in detach() function.
yuo
2010-09-24
1
-3
/
+1
*
some misc cleanup of dmesg
deraadt
2010-04-20
1
-12
/
+14
*
start the sensors off invalid... ok yuo
deraadt
2010-04-20
1
-1
/
+2
*
fix condition of retry counter.
yuo
2010-04-16
1
-3
/
+3
*
spacing
deraadt
2010-04-15
1
-40
/
+40
*
add yet another TEMPerHUM device identifier.
yuo
2010-04-15
1
-1
/
+5
*
use SENSOR_HUMIDITY instead of SENSOR_PERCENT.
yuo
2010-04-15
1
-112
/
+568
*
do not zero fields which are already zero; from cnst
deraadt
2010-02-18
1
-6
/
+1
*
change constant of convert formulra of SHT1X sensor to fit
yuo
2010-02-17
1
-3
/
+16
*
delete unused variable
deraadt
2010-01-03
1
-9
/
+2
*
fix softc structure to fit as uhid sub device.
yuo
2009-12-17
1
-3
/
+2
*
various bits of knf; ok yuo
deraadt
2009-12-10
1
-61
/
+50
*
On any sensor the SENSOR_FINVALID flag indicates whether we are able to
deraadt
2009-11-29
1
-7
/
+3
*
Toggle SENSOR_FINVALID based on sensor data validity
deraadt
2009-11-24
1
-4
/
+11
*
Add uthum(4) device driver for TEMPerHUM USB temperature and
yuo
2009-11-23
1
-0
/
+401