summaryrefslogtreecommitdiff
path: root/sys/arch/arm/xscale/pxa27x_udc.c
AgeCommit message (Expand)Author
2007-06-14Move the inclusion of sys/timeout.h from usb_port.h to the drivers thatMarc Balmer
2007-06-10Remove the definition and use of the USBDEVNAME macro.Marc Balmer
2007-06-10Remove definitions and usage of usb_callout and related macros. These macrosMarc Balmer
2007-02-25add missing USBD_FORCE_SHORT_XFER checks, put back some code I had for aDale Rahn
2007-02-24move debug print into debug block.Dale Rahn
2007-02-24Add my copyright, since I took the skeleton driver and made it complete.Dale Rahn
2007-02-23Use the maxpacket len from the pipe, not hardcoded. properly dealDale Rahn
2007-02-15TX is working fine, turn off debug.Dale Rahn
2007-02-15Add a mapping for logical to physical endpoints, otherwise data tries toDale Rahn
2007-02-15Fix transmit packet termination. odd length and 64 byte multiple packetsDale Rahn
2007-02-13Add a delay for ep0 handling. Dunno why, but without debug prints it wouldDale Rahn
2007-02-13USB client mode with cdce function driver is coming along, RX and TX kinda work.Dale Rahn
2007-02-12Reduce debug.Dale Rahn
2007-02-12If SMAC is set in the correct register, it works much better, also setDale Rahn
2007-02-07Several improvements to the usb client code. Still not working.Dale Rahn
2006-11-28add needs-flag to allow pxaudc to compile without usbf (to get theUwe Stuehler
2006-11-25Initial USB device controller (UDC) and USB CDC Ethernet function supportUwe Stuehler
2005-03-30extra gunk to make ohci suspend and resume work on the zaurusDavid Gwynne
2005-02-21remove unused headerDavid Gwynne
2005-02-19set the gpios in the right placeDavid Gwynne
2005-02-18remove all the cruft i had in there while trying to figure this stuff outDavid Gwynne
2005-02-17a driver for the usb device controller. at the moment it only hardwires theDavid Gwynne