summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_cdcef.c
AgeCommit message (Expand)Author
2010-12-30backout previous. this is not a regular usb device driver, and thusJacob Meuser
2010-12-27* add cfattach activate functions and call usbd_deactivate() in theJacob Meuser
2010-06-29Interface drivers should use DV_IFNET, not DV_DULL.Matthew Dempsky
2008-12-07typos in comments: recieve -> receive.Matthieu Herrb
2008-11-29Fix damage done by brad@ and dlg@.Matthieu Herrb
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2007-11-25spelling fixes, from Martynas Venckus;Jason McIntyre
2007-11-13fix output after deraadts fixes in usb. prints attach and address info onDavid Gwynne
2007-10-11treat usb vendor/product names as a locator, and have usbd_print handle it,Theo de Raadt
2007-06-14Move the inclusion of sys/timeout.h from usb_port.h to the drivers thatMarc Balmer
2007-06-13Remove the definition and usage of the IF_INPUT macro which was definedMarc Balmer
2007-06-10Remove the definition and use of the USBDEVNAME macro.Marc Balmer
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