index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
target
/
arm
/
usb-fw-pp502x.c
Age
Commit message (
Expand
)
Author
2008-04-07
Hopefully fix FS#8506 (OF cant be loaded on some PP targets). also hopefully ...
Jonathan Gordon
2008-03-26
Make the e200 bootloader able to load the OF again.
Barry Wardell
2008-03-21
Mostly revert r16723, since it causes problems on ipod (i.e. it doesn't seem ...
Frank Gevaerts
2008-03-20
differentiate between connected and powered in usb_detect()
Frank Gevaerts
2008-03-02
m:robe 100: add USB detection
Robert Kukla
2008-03-01
Minor cleanup and a clarification.
Jens Arnold
2008-03-01
remove the #ifdef CONFIG_CPU == PP5020 around DEV_INIT2 |= INIT_USB. It shoul...
Frank Gevaerts
2008-02-27
move the usb_core thread functionality to the main usb thread
Frank Gevaerts
2008-02-22
Make high speed work. Does not fix any other bugs yet, so still be careful ab...
Frank Gevaerts
2008-02-20
Major USB stack improvements. It now works at nearly the maximum speed for a ...
Frank Gevaerts
2008-02-19
FS#8588: disable USB device again when USB is disconnected on PortalPlayer ta...
Barry Wardell
2008-02-11
Major USB fixes by Frank Gevaerts. Still disabled in builds, #define USE_ROCK...
Björn Stenberg
2008-02-10
Commit FS#8379 by Andree Buschmann. Disables much of the remaining unneeded ...
Michael Giacomelli
2007-11-26
Enable reboot on USB-insert for e200, as it works when done c200-style
Daniel Stenberg
2007-11-26
Disabling usb reboot for Sansa E200 until system_reboot() is fixed.
Björn Stenberg
2007-11-23
Make usb_pin_detect() static.
Jens Arnold
2007-11-23
USB detect pin is GPIO D3 on Mini G2, and almost for sure also on G4 grayscal...
Jens Arnold
2007-11-23
Re-added USB charger detection and auto reboot on host connect.
Björn Stenberg
2007-11-23
Enable usbstack on ipods.
Björn Stenberg
2007-11-23
Bad fix, reverting.
Björn Stenberg
2007-11-23
Quick fix for ipod usb detect. (Charger detection coming later.)
Björn Stenberg
2007-11-22
New USB stack
Björn Stenberg
2007-11-05
Get rid of some more inl/outl. 0x70000084 seems to be GPO32_ENABLE.
Barry Wardell
2007-10-16
Improved H10 ADC driver. We now do things exactly as the OF does. This includ...
Barry Wardell
2007-09-28
Skip spindown and delay on flash targets
Björn Stenberg
2007-09-27
Sansa c200: fix system_reboot with some magic from the OF. Reboot to the OF w...
Mark Arigo
2007-09-05
try #2
Christian Gmeiner
2007-09-05
fix usb detection for usb stack
Christian Gmeiner
2007-09-04
get experimental usb stack compiling
Christian Gmeiner
2007-09-04
FS #7691 - improved USB detection on PP devices. This patch modifies the tar...
Dave Chapman
2007-08-28
Remove a warning when building the stack and add some comment in the ifdef hell
Peter D'Hoye
2007-08-27
Cosmetic changes only - tab, whitespace and brace policing
Dave Chapman
2007-08-27
Oops, arcotg_udc.h is also needed when HAVE_USBSTACK is enabled
Dave Chapman
2007-08-27
Repair the USB detection on ipods and H10s which was broken by commit 14470. ...
Dave Chapman
2007-08-27
green now?
Christian Gmeiner
2007-08-27
fix red and yellow - i hope and double content in some files.. dont ask how t...
Christian Gmeiner
2007-08-27
Usb Stack: only setup packet handling, and not enabled by default as there is...
Christian Gmeiner
2007-08-01
Firewire detection with reboot into diskmode for all iPods that support it (a...
Jens Arnold