1. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  2. 22e7bf3 My Devcon 2008 contribution: port for Philips GoGear HDD1630 (PP5022-based). Current status is that the bootloader works to load Rockbox, but dual boot does not work: it freezes after decrypting the OF. When Rockbox boots, it freezes somewhere between showing the logo and the main menu. And there's no driver for the touchpad. So lots of work left. by Mark Arigo · 16 years ago
  3. b4275d4 Philips GoGear SA9200 port. Working bootloader and normal builds, including sound. No touchpad now, buttons limited to using vol+/vol-/power for up/down/select. Rockbox USB is enabled since the OF is MTP only...read the warnings on the PortalPlayerUsb wiki page. by Mark Arigo · 16 years ago
  4. ba39a5c Added missing usb #includes to usb source files. by Bertrik Sikken · 16 years ago
  5. 9003dbe Make the inital connect problem go away on Gigabeat S. Would be nice if a better way were found but it works for me. Update the bootloader to have it work. by Michael Sevakis · 16 years ago
  6. 95f7b4d Hopefully fix FS#8506 (OF cant be loaded on some PP targets). also hopefully fixes usb detection for at least e200 by Jonathan Gordon · 17 years ago
  7. c724974 Make the e200 bootloader able to load the OF again. by Barry Wardell · 17 years ago
  8. bb02633 Mostly revert r16723, since it causes problems on ipod (i.e. it doesn't seem to detect a connection anymore) by Frank Gevaerts · 17 years ago
  9. a6108b9 differentiate between connected and powered in usb_detect() by Frank Gevaerts · 17 years ago
  10. ea92e4c m:robe 100: add USB detection by Robert Kukla · 17 years ago
  11. 9876d91 Minor cleanup and a clarification. by Jens Arnold · 17 years ago
  12. 7d81e7c remove the #ifdef CONFIG_CPU == PP5020 around DEV_INIT2 |= INIT_USB. It shouldn't be needed by Frank Gevaerts · 17 years ago
  13. 6e7fac7 move the usb_core thread functionality to the main usb thread by Frank Gevaerts · 17 years ago
  14. fcd6cf2 Make high speed work. Does not fix any other bugs yet, so still be careful about pressing buttons while connecting, or making screenshots. by Frank Gevaerts · 17 years ago
  15. 0742759 Major USB stack improvements. It now works at nearly the maximum speed for a full speed connection, and does seem stable. by Frank Gevaerts · 17 years ago
  16. c643b85 FS#8588: disable USB device again when USB is disconnected on PortalPlayer targets. Previously, the USB device was left on after USB disconnection causing extra battery drain. This alleviates this problem somewhat, although it seems like battery drain may still be higher after a USB disconnection, so we're still missing something. by Barry Wardell · 17 years ago
  17. 2f7cffa Major USB fixes by Frank Gevaerts. Still disabled in builds, #define USE_ROCKBOX_USB to test. by Björn Stenberg · 17 years ago
  18. 054447f Commit FS#8379 by Andree Buschmann. Disables much of the remaining unneeded hardware on PP50xx targets (Ipods, Sansa, H10s, etc) resulting in a large savings in power and consequent increase in battery life. Results vary from target to target and from codec to codec, but we now approach the OF runtime on several PP devices. For now, leave base CPU clock at 30MHz, although further savings is possible with some codecs if clock is reduced. Additionally, fix battery capacity on c200 and use my measurements to improve runtime estimation for Sandisk targets. by Michael Giacomelli · 17 years ago
  19. 5d2757a Enable reboot on USB-insert for e200, as it works when done c200-style by Daniel Stenberg · 17 years ago
  20. d1f22a4 Disabling usb reboot for Sansa E200 until system_reboot() is fixed. by Björn Stenberg · 17 years ago
  21. cb65426 Make usb_pin_detect() static. by Jens Arnold · 17 years ago
  22. d508ce0 USB detect pin is GPIO D3 on Mini G2, and almost for sure also on G4 grayscale, Color, and Mini G1. by Jens Arnold · 17 years ago
  23. 20dbc1b Re-added USB charger detection and auto reboot on host connect. by Björn Stenberg · 17 years ago
  24. 482e839 Enable usbstack on ipods. by Björn Stenberg · 17 years ago
  25. e8fd3dd Bad fix, reverting. by Björn Stenberg · 17 years ago
  26. 68b4403 Quick fix for ipod usb detect. (Charger detection coming later.) by Björn Stenberg · 17 years ago
  27. b4e5123 New USB stack by Björn Stenberg · 17 years ago
  28. 03dd35d Get rid of some more inl/outl. 0x70000084 seems to be GPO32_ENABLE. by Barry Wardell · 17 years ago
  29. 1d1a17c Improved H10 ADC driver. We now do things exactly as the OF does. This includes shifting the readings by 0x14 when PLL is enabled. Battery voltages and remote/scrollpad values adjusted accordingly. We also now wait for the ADC to indicate the conversion is complete before reading the data, so hopefully we will get more reliably steady readings. by Barry Wardell · 17 years ago
  30. b452fb6 Skip spindown and delay on flash targets by Björn Stenberg · 17 years ago
  31. 61a83c0 Sansa c200: fix system_reboot with some magic from the OF. Reboot to the OF when usb is inserted. by Mark Arigo · 17 years ago
  32. 2c30bd9 try #2 by Christian Gmeiner · 17 years ago
  33. 1a8f7c5 fix usb detection for usb stack by Christian Gmeiner · 17 years ago
  34. e267bc7 get experimental usb stack compiling by Christian Gmeiner · 17 years ago
  35. 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 · 17 years ago
  36. f2bf042 Remove a warning when building the stack and add some comment in the ifdef hell by Peter D'Hoye · 17 years ago
  37. 03745f4 Cosmetic changes only - tab, whitespace and brace policing by Dave Chapman · 17 years ago
  38. a6d52a8 Oops, arcotg_udc.h is also needed when HAVE_USBSTACK is enabled by Dave Chapman · 17 years ago
  39. 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 · 17 years ago
  40. 863ce44 green now? by Christian Gmeiner · 17 years ago
  41. f286bde fix red and yellow - i hope and double content in some files.. dont ask how this could happen by Christian Gmeiner · 17 years ago
  42. 8181a0c Usb Stack: only setup packet handling, and not enabled by default as there is a lot to do. by Christian Gmeiner · 17 years ago
  43. 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 · 17 years ago[Renamed (84%) from firmware/target/arm/usb-pp.c]
  44. 20a5926 build with -Wundef to make sure we have spelled the defines right in #if lines by Daniel Stenberg · 18 years ago
  45. 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
  46. 3a6d479 No functional changes, just reorganising code: by Barry Wardell · 18 years ago
  47. 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
  48. 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]
  49. 077ed49 Prevent the click of death when connecting an ipod to usb. by Miika Pekkarinen · 18 years ago
  50. d4945dc Move all iPod targets into the target tree. FS#5890 by Barry Wardell · 18 years ago