Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
a576657011ec1f0268ad1b1902e27ac378cda3de
/
firmware
/
target
/
arm
/
usb-fw-pp502x.c
2c30bd9
try #2
by Christian Gmeiner
· 18 years ago
1a8f7c5
fix usb detection for usb stack
by Christian Gmeiner
· 18 years ago
e267bc7
get experimental usb stack compiling
by Christian Gmeiner
· 18 years ago
1672350
FS #7691 - improved USB detection on PP devices. This patch modifies the target-tree function usb_detect() on all targets from bool to int, returning USB_INSERTED or USB_EXTRACTED instead of true or false. This was done to enable the PP usb_detect() to check for USB_POWER (either a connection to a USB wall charger, or the user holding "charge mode" button) and return that as a third value.
by Dave Chapman
· 18 years ago
f2bf042
Remove a warning when building the stack and add some comment in the ifdef hell
by Peter D'Hoye
· 18 years ago
03745f4
Cosmetic changes only - tab, whitespace and brace policing
by Dave Chapman
· 18 years ago
a6d52a8
Oops, arcotg_udc.h is also needed when HAVE_USBSTACK is enabled
by Dave Chapman
· 18 years ago
9551ae9
Repair the USB detection on ipods and H10s which was broken by commit 14470. The intention is that when the experimental HAVE_USBSTACK is not defined, the old (pre-14470) code is run.
by Dave Chapman
· 18 years ago
863ce44
green now?
by Christian Gmeiner
· 18 years ago
f286bde
fix red and yellow - i hope and double content in some files.. dont ask how this could happen
by Christian Gmeiner
· 18 years ago
8181a0c
Usb Stack: only setup packet handling, and not enabled by default as there is a lot to do.
by Christian Gmeiner
· 18 years ago
cb896cd
Firewire detection with reboot into diskmode for all iPods that support it (all but Nano and Video). * Hack for compiling iPod G3 removed. * Code cleanup.
by Jens Arnold
· 18 years ago
[Renamed (84%) from firmware/target/arm/usb-pp.c]
20a5926
build with -Wundef to make sure we have spelled the defines right in #if lines
by Daniel Stenberg
· 18 years ago
139fb1a
Move dr_controller_setup() to usb_init_device() and add a call to dr_controller_stop() if we detect USB disconnection. This seems to improve reliability when connecting to Mac OS X - Rockbox previously killed its USB stack since the introduction of the new USB detection code.
by Dave Chapman
· 18 years ago
3a6d479
No functional changes, just reorganising code:
by Barry Wardell
· 18 years ago
4da04b7
Fix USB detection on ipods and other portalplayer targets - Rockbox now correctly distinguishes between a USB connection to a computer and a connection to a USB AC charger. Based on the experimental USB code in FS #6494 by Barry Wardell. Closes FS #4724.
by Dave Chapman
· 18 years ago
4b54302
Combine USB code for all PortalPlayer targets since they most likely all use the same USB hardware. Add register defines for the USB hardware addresses, based off the Freescale i.MX31 datasheet. Use usb_init() from the iPod code, but modified to use the new register defines rather than oul/inl on the hardware addresses.
by Barry Wardell
· 18 years ago
[Renamed (61%) from firmware/target/arm/ipod/usb-ipod.c]
077ed49
Prevent the click of death when connecting an ipod to usb.
by Miika Pekkarinen
· 18 years ago
d4945dc
Move all iPod targets into the target tree. FS#5890
by Barry Wardell
· 19 years ago