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
/
uticom.c
Age
Commit message (
Expand
)
Author
2017-04-08
A pile of sizes to free(9). In test for a few days in snapshots.
Theo de Raadt
2017-03-26
Add sizes to various free(9) calls. Fixing the simpler ones first.
Theo de Raadt
2016-05-24
Kill unused ioctl(2)s.
Martin Pieuchot
2016-01-08
Move HID support files out of dev/usb into new dev/hid directory
Joshua Stein
2015-12-11
Replace mountroothook_establish(9) by config_mountroot(9) a narrower API
Martin Pieuchot
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-07-12
Kill the last dumb DVACT_DEACTIVATE handlers.
Martin Pieuchot
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-03-07
Do not define per-driver DEBUG variable when USB_DEBUG is defined. It's
Martin Pieuchot
2013-11-15
Clean-up usbd_abort_pipe() usage.
Paul Irofti
2013-11-15
Sort-out activate functionality for ucom(4) and it's parents.
Paul Irofti
2013-11-07
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().
Paul Irofti
2013-04-15
Get rid of various 'typedef struct' definitions and use plain structure
Marcus Glocker
2013-04-12
Instead of using a wrapper around usbd_transfer() when submitting a
Martin Pieuchot
2011-08-17
match on MSP-FET430UIF JTAG, so it can be used with mspdebug
Jasper Lievisse Adriaanse
2011-07-03
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
Matthew Dempsky
2011-06-19
fix up unbalanced format strings
Jonathan Gray
2011-06-17
M_WAITOK cleanup of two cases:
Michael Knudsen
2011-04-05
binary vs logical or, found by clang
Jonathan Gray
2011-01-25
garbage collect "usb events". without /dev/usb there is no way to access
Jacob Meuser
2010-12-17
- attach to abbott stereo plug and fix it's firmware loading
Jasper Lievisse Adriaanse
2010-12-17
- attach to moxa uport110, from rivo nurges
Jasper Lievisse Adriaanse
2010-12-15
- the firmware download succeeded message should be wrapped in DPRINTF().
Jasper Lievisse Adriaanse
2010-12-15
- attach to the startech ICUSB232X, though only the first port can be used
Jasper Lievisse Adriaanse
2010-12-15
make this not panic on attach
Jonathan Gray
2010-12-03
missing ; in previous
Jacob Meuser
2010-11-20
__attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, and
Miod Vallat
2010-09-24
remove dying flag in detach() function.
Yojiro Uo
2009-10-13
Get rid of devact enum, substitute it with an int and coresponding defines.
Paul Irofti
2008-06-14
id tag.
Federico G. Schwindt
2007-11-23
kprintf -> printf, unbreaks USB_DEBUG
Marc Winiger
2007-11-16
driver for TI TUSB3410 usb serial, written by dxi@mail.ru and
Theo de Raadt