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
/
if_cdcef.c
Age
Commit message (
Expand
)
Author
2007-05-27
Some other missed bits.
Jonathan Gray
2007-05-27
Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.
Jonathan Gray
2007-05-21
Remove Ether_ifattach macro
Jonathan Gray
2007-02-26
Fix typo, allowing this to compile again. Committed over cdcef0
Chris Kuethe
2007-02-26
Make the buffer size more reasonable, drop packets that dont fit in buffer.
Dale Rahn
2007-02-24
Add myself to copyright since I took the skeleton driver and made it complete.
Dale Rahn
2007-02-23
Use FORCE_SHORT_XFER on tx, hardware driver doesn't use it yet, but will.
Dale Rahn
2007-02-15
Reorder endpoints so that endpoint numbers match, remove more debug.
Dale Rahn
2007-02-15
Dont hang completely on watchdog.
Dale Rahn
2007-02-15
It is not valid to have the input endpoint and output endpoint the same.
Dale Rahn
2007-02-15
USB host is not scanning for packets if attached but cdce is not up.
Dale Rahn
2007-02-13
USB client mode with cdce function driver is coming along, RX and TX kinda work.
Dale Rahn
2007-02-07
Several improvements to the usb client code. Still not working.
Dale Rahn
2006-11-25
Initial USB device controller (UDC) and USB CDC Ethernet function support
Uwe Stuehler