History log of /netbsd/sys/arch/zaurus/dev/zusb.c (Results 1 – 6 of 6)
Revision Date Author Comments
# 79ef0777 19-Jul-2011 dyoung <dyoung@NetBSD.org>

Change <machine/bus.h> to <sys/bus.h> throughout.

Split bus.h -> bus_{defs,funcs}.h.


# 09beb475 19-Jun-2011 nonaka <nonaka@NetBSD.org>

more support SL-C1000.


# 1a686006 29-Jan-2009 nonaka <nonaka@NetBSD.org>

- device_t/softc split.
- use aprint_* function.


# 371e3e95 28-Jan-2009 nonaka <nonaka@NetBSD.org>

device_t/softc split.


# 4c493dae 28-Jan-2009 nonaka <nonaka@NetBSD.org>

don't print cable detect messages.


# ed87ed8b 31-Mar-2008 chris <chris@NetBSD.org>

Add zusb device for powering on the USB port. Also configure USB port 2
via the client USB on the pxa270, as it appears USB port 2 is the
externally routed port.

The linux driver was used as docume

Add zusb device for powering on the USB port. Also configure USB port 2
via the client USB on the pxa270, as it appears USB port 2 is the
externally routed port.

The linux driver was used as documentation for GPIO pins and port
settings.

Note that this only seems to work for one boot, a reboot loses for some
reason, perhaps something in the USB client area needs to be configured.

XXX: perhaps we should make zusb a device that attached/detaches the USB
USB host or client device depending on the plugged in cable.

show more ...