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