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
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