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