index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
utwitch.c
Age
Commit message (
Expand
)
Author
2021-11-15
In preparation for once again trying the resolve the claim multiple
Anton Lindqvist
2021-03-08
Allow uhidev child devices to claim selective report ids
Joshua Stein
2020-02-25
Prevent buffer overflows by not assuming the report length, given by
Martin Pieuchot
2020-02-13
replace incorrect function name in error message with __func__
Jasper Lievisse Adriaanse
2019-11-30
utwitch(4): tsleep(9) -> tsleep_nsec(9); ok jca@
cheloha
2017-04-08
A pile of sizes to free(9). In test for a few days in snapshots.
Theo de Raadt
2016-01-09
revert manual additions of hid.h now that usbhid.h brings it in
Joshua Stein
2016-01-08
Move HID support files out of dev/usb into new dev/hid directory
Joshua Stein
2014-12-11
Change uhidev(4) set/get report functions in various way.
Martin Pieuchot
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-05-07
Make sure to call uhidev_close() upon detach for every HID driver calling
Martin Pieuchot
2014-04-15
Modify the uhidev_*_report() methods to always take a report ID argument
Martin Pieuchot
2014-03-19
Add a temporary hack to let a subdriver claim all the reportIDs of
Martin Pieuchot
2014-03-07
Do not define per-driver DEBUG variable when USB_DEBUG is defined. It's
Martin Pieuchot
2013-08-17
Remove unnecessary activate functions and unused DPRINTFN macros.
Stuart Henderson
2013-04-15
Get rid of various 'typedef struct' definitions and use plain structure
Marcus Glocker
2013-03-28
proc.h is way too much header for usb to handle.
Ted Unangst
2011-07-03
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
Matthew Dempsky
2011-03-02
- change recieved -> received in comments, as well as two unused defines
Jasper Lievisse Adriaanse
2011-01-25
garbage collect "usb events". without /dev/usb there is no way to access
Jacob Meuser
2010-12-19
- use usb_lookup(), these should be the last drivers that rolled their own
Jasper Lievisse Adriaanse
2010-09-23
rename uyurex(4) to utwitch(4)
Yojiro Uo