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
/
uchcom.c
Age
Commit message (
Expand
)
Author
2020-07-31
Nuke all occurrences of usbd_abort_pipe() if it gets called right
Marcus Glocker
2017-04-08
A pile of sizes to free(9). In test for a few days in snapshots.
Theo de Raadt
2017-04-06
Unify a few attach-time patterns between usb *com drivers, and remove
Theo de Raadt
2016-09-02
Avoid calling usbd_set_config_index() in *_attach() and let the stack
Martin Pieuchot
2015-04-14
Make sure we close the interrupt pipe when the device is detached.
Martin Pieuchot
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-07-12
tedu another bunch of DVACT_DEACTIVATE handlers that do nothing but set
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-16
It seems that there is new and old revision of CH340.
sasano
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
2011-07-03
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
Matthew Dempsky
2011-01-25
garbage collect "usb events". without /dev/usb there is no way to access
Jacob Meuser
2010-12-17
- use nitems()
Jasper Lievisse Adriaanse
2010-12-17
- use usb_lookup() instead of handrolled macro
Jasper Lievisse Adriaanse
2010-09-24
remove dying flag in detach() function.
Yojiro Uo
2010-02-20
Match on new CH341A in uchcom and correctly name the CH340 device,
Jonathan Gray
2009-10-13
Get rid of devact enum, substitute it with an int and coresponding defines.
Paul Irofti
2009-08-02
Never return nonzero in a device activate method invoked with DVACT_ACTIVATE,
Miod Vallat
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2008-06-20
Another uchcom product found in the Linux driver.
Jonathan Gray
2008-04-11
ditch c99 style struct initialisers that should have been removed.
Jonathan Gray
2007-10-11
treat usb vendor/product names as a locator, and have usbd_print handle it,
Theo de Raadt
2007-09-09
Properly prefix all functions with driver name.
Jonathan Gray
2007-09-08
Wrap DPRINTFN() macro up in do { } while(0).
Jonathan Gray
2007-09-08
Driver for WinChipHead CH341/340 USB serial adapters.
Jonathan Gray