summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uthum.c
AgeCommit message (Expand)Author
2021-06-13Fix envsys detach paths.mlelstv
2020-03-14revert the 0x% -> %# change for fixed width formats pointed out by uwe.christos
2020-03-13PR/55068: sc.dying: Fix printf formats:christos
2020-01-01Fix buffer overflows. sc_{o,f}len are controlled by the USB device. Bymaxv
2019-12-01localifymaxv
2019-05-05remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.hmrg
2019-02-07tsleep -> kpauseskrll
2017-12-10Factor out bus-independant HID code so that it can be shared by USB, bluetoothbouyer
2016-11-25+#include "opt_usb.h"skrll
2016-07-11KNF. No functional change.msaitoh
2016-04-23Merge nick-nhusbskrll
2013-01-05fix debug variables.christos
2013-01-05- need opt_usb.h if depending on USB_DEBUGchristos
2011-12-23Revert previous due to active usbmp branch(es).jakllsch
2011-12-22Adjust-away inconsistent and trailing whitespace.jakllsch
2010-11-03Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),dyoung
2010-03-12Match an additional `SHT1x' signature when attaching.jdc
2010-03-07s/delay/need_delay/ to get rid of shadowed variable warning (somejdc
2010-03-06fix the relative humidity sensorcnst
2010-02-24print end of line before getting the descriptor as it sleepsplunky
2010-02-06Add uthum driver, ported from openbsdtonio