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