1. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 17 years ago
  2. aab0686 fix typo by Marcoen Hirschberg · 17 years ago
  3. b2ce7e2 set the s5l8700 i2c define to a unique number by Marcoen Hirschberg · 17 years ago
  4. 1d04485 remove leftover debug stuff by Marcoen Hirschberg · 17 years ago
  5. 7b10ef9 initial Meizu M6SL port (take 2) by Marcoen Hirschberg · 17 years ago
  6. 7135f2d make mrobe100 touchstrip driver less sensitive by checking for the finger bit. Also little cleanup in driver. by Dominik Wenger · 17 years ago
  7. 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 · 17 years ago
  8. 39aaa2f D2: Small optimisation to the PCM FIQ (only stack registers when necessary). by Rob Purchase · 17 years ago
  9. 38b02f3 D2: Make the nand driver's sanity checks a little more... sane. This should allow booting on a few older D2's. by Rob Purchase · 17 years ago
  10. ed95be9 D2: Editing config.h wasn't enough to fully disable IRAM - also disable it in *.lds for a crash fix and further 100% increase in codec performance. by Rob Purchase · 17 years ago
  11. e7a31c1 Disable IRAM usage on TCC780x, giving at least a 2x speedup in codecs and elsewhere. To be re-instated only when the issue is fully understood. by Rob Purchase · 17 years ago
  12. 3ca42e4 D2: Take notice of the hold button. by Rob Purchase · 17 years ago
  13. 9aa7ceb Fix the D2 click/popping every second. Lesson from PCM-driver 101: don't disable FIQs unless you really, really need to. by Rob Purchase · 17 years ago
  14. bdbdb97 FS#9051 - remove LCD margins... use viewports if you need them... by Jonathan Gordon · 17 years ago
  15. e62aa9e Oops, fix red. by Rob Purchase · 17 years ago
  16. d6159ea Initial D2 sound playback support (known issues to follow on the CowonD2Info wiki page). by Rob Purchase · 17 years ago
  17. b362b7f Hopefully update the keywords. Thanks bluebrother. by Marc Guay · 17 years ago
  18. 1ccc3e7 Forgot the export/config file. by Marc Guay · 17 years ago
  19. b93667b Add the Sansa c100 as a build target with basic drivers. by Marc Guay · 17 years ago
  20. 3d40144 Commit FS#9076, unification of PCF-initialization for iPod Video and nano. The nano's runtime will increase by about 45min. by Andree Buschmann · 17 years ago
  21. 538a387 Blind-add some code from ipodlinux that hopefully fixes the colour problem on iPod Photo reported on the forums. by Jens Arnold · 17 years ago
  22. 0efad8d D2: Configure NAND GPIO lines /before/ attempting to use them. Should fix 16Gb support. by Rob Purchase · 17 years ago
  23. bca9703 D2: Fixes for 16Gb models with four NAND banks: update MAX_BANKS, configure the chip select GPIO as output and use a couple of #defines to tidy things up. by Rob Purchase · 17 years ago
  24. 51d6d40 Update the LV24020 FM driver so that it can be used on the D2. Register read/write and chip_id detection works now. by Rob Purchase · 17 years ago
  25. 6d9f55e corrected sign of error return value by Frank Gevaerts · 17 years ago
  26. 27ad822 add usb_allowed_current() function, so powermanagement code can know when it's allowed to charge from usb by Frank Gevaerts · 17 years ago
  27. fa5bd07 Oops. Lost sync on a few instances and 'HI' registers. by Michael Sevakis · 17 years ago
  28. 191320c Rename CPU/COP_INT_CLR to CPU/COP_INT_DIS since it's really a 'write one to disable' register and hasn't anything to do with acknowledging interrupts-- that's handled at the module level. by Michael Sevakis · 17 years ago
  29. 606d9d0 Reinstate the awful ATA hack that has no proper reason to exist for iPod 5.5g 60GB and/or 80GB. by Michael Sevakis · 17 years ago
  30. 3f7f5d7 D2: Stop panic screen from crashing instantly (seems this has been broken for a while). by Rob Purchase · 17 years ago
  31. 023cd57 Commit FS#9024 - apply proper line-in gain for h10's radio by Przemyslaw Holubowski with one change: make "0x1e" "0x1f" since that's actually +12dB. by Michael Sevakis · 17 years ago
  32. 9ba4864 Simplify the button handling code on the Gigabeat F/X a bit for the side buttons. Plugins should be updated with this revision, or the buttons in plugins will not operate properly. by Karl Kurbjun · 17 years ago
  33. d52bea8 Fix FS #8840 for irivers by slowing down the driver some more. Signal quality is obviously varying a lot among the iriver remotes. Speed is now around halfway between pre-r16832 and r17006 when boosted. by Jens Arnold · 17 years ago
  34. c541e04 Gigabeat F/X: by Michael Sevakis · 17 years ago
  35. f76122f Accept FS #9052 by Alexander Levin with a fix by me. Changes HAS_BUTTONBAR into HAVE_BUTTONBAR to bring it in line with the other defines by Peter D'Hoye · 17 years ago
  36. 43f0770 move the HAS_BUTTONBAR define to the config-<target>.h files by Jonathan Gordon · 17 years ago
  37. 07bfba2 Add the ADC_ACCESSORY channel on the ipod, to allow for accessory detection once we figure that out. by Linus Nielsen Feltzing · 17 years ago
  38. 0f7f5f2 Fix yellow. by Michael Sevakis · 17 years ago
  39. adf2e4c Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when the lcd is enabled and the image is refreshed so overlayed drawing can also be refreshed. Chiefly mpegplayer needs this so it can redraw the YUV data after the backlight is turned on while paused or when using 'Set Start Time'. by Michael Sevakis · 17 years ago
  40. 705e703 Increased MAX_SYS_EVENTS from 10 to 16, since there are potentially more than 10 events that can registered. Should fix FS#9039 - *PANIC* event line full (reproduceable). by Bertrik Sikken · 17 years ago
  41. 825d89f Accept FS #9021 by James Vasile and apply the fix to the other drivers that have the same issue. by Peter D'Hoye · 17 years ago
  42. 69f4ffe Fix a comment since it was very wrong. by Michael Sevakis · 17 years ago
  43. d892214 Gigabeat S: Add charge current and battery temp readout in power management and display in the battery screen. Thermistor data was obtained experimentally from one pulled off a dead board and appears basically correct when read back on a working device (which requires letting it settle to ambient temperature - a long wait so not easy to do). Sending me more thermistors would help improve accuracy *fingers crossed that it's close enough*. :-) This commit does NOT add charging but is a step towards implementing it. by Michael Sevakis · 17 years ago
  44. 4a6190d Hopefully fix FS #8840 for iAudio M3, M5 and X5. Reduce greyscale update frequency on M3 in order to reduce CPU load (was >50% before, but this fix would have made it even worse). by Jens Arnold · 17 years ago
  45. 5e97323 Make life easier for people working on new ports (audio drivers are normally one of the last things written), and revert r17511. Also take the opportunity to use more typical dummy values for VOLUME_MIN and VOLUME_MAX. by Dave Chapman · 17 years ago
  46. 03de6c6 TCC78x NAND driver: Split the initial bank scan into two passes (appears to improve block translation reliability). Also some cleanups for readability, eg remove chip vs. bank ambiguity and remove leftover debug code. by Rob Purchase · 17 years ago
  47. 804bb8e Correct an oopsy when finishing off the MC13783 header. No wonder ADC readings seemed a wee odd. by Michael Sevakis · 17 years ago
  48. c0f7eb9 FS #8680. MOD codec by Rainer Sinsch. by Thom Johansen · 17 years ago
  49. c78bb5a Oops. Forgot to put the pmic thread stack size back to normal. by Michael Sevakis · 17 years ago
  50. a9c20f5 Gigabeat S: by Michael Sevakis · 17 years ago
  51. 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 · 17 years ago
  52. 4c99f9a Contrast settings for the gigabeat F/X by Karl Kurbjun · 17 years ago
  53. 7a4d160 Make some functions static, point to the wiki, and comit the code to invert the screen, but don't enable. by Karl Kurbjun · 17 years ago
  54. 869fbfc Made events table static and moved MAX_SYS_EVENTS from events.c to events.h to make it private. by Bertrik Sikken · 17 years ago
  55. cb1b388 Get a good start on cleaning up powermgmt.c by Michael Sevakis · 17 years ago
  56. 3590456 Enable Gigabeat F/X LCD flipscreen by Karl Kurbjun · 17 years ago
  57. 551319c fix a comment typo by Dominik Riebeling · 17 years ago
  58. ad04e9d Spelling fixes. by Bertrik Sikken · 17 years ago
  59. c67a7b1 "fix" usb detection on mr500.. by fix I mean tell it we havnt implemented that yet properly. by Jonathan Gordon · 17 years ago
  60. 5716f73 remove a stupid infinite loop which stopped the mr500 booting by Jonathan Gordon · 17 years ago
  61. be28f84 Refine meg-fx pad changes. Actually watch the other <dir>+ lines and ignore them if center is detected but sill allow the combo if one really means to do that. by Michael Sevakis · 17 years ago
  62. d587247 Actually remove the ata lock hack code for that had been used for iPod Video 60/80. It has been disabled for awhile anyway and the problem that nescessitated it really appears resolved. by Michael Sevakis · 17 years ago
  63. c8c0f45 Forgot this also by Maurus Cuelenaere · 17 years ago
  64. affa4f6 Use OF's firmware loading mechanism instead of Rockbox's. by Maurus Cuelenaere · 17 years ago
  65. ab46e46 Greyscale ipods: Use a somewhat darker shade for lightgrey, improving appearance. by Jens Arnold · 17 years ago
  66. 7d67df9 Commit Davide Gentile's patch to make the Gigabeat F/X pad less finicky. by Michael Sevakis · 17 years ago
  67. ac67d70 Add beginning of DSP code (done by Catalin Patulea), but don't enable it by Maurus Cuelenaere · 17 years ago
  68. 7a8fc3f 1) Put USB in IRAM 2) Use defines from usb_drv.h by Maurus Cuelenaere · 17 years ago
  69. 2ea6da1 fix some problems with missing HAVE_RECORDING checks #2 by Christian Gmeiner · 17 years ago
  70. 56fceac fix some problems with missing HAVE_RECORDING checks by Christian Gmeiner · 17 years ago
  71. 112656b simplify this #if statement too by Christian Gmeiner · 17 years ago
  72. dfa28e6 fix FS#8992 - hope all sound bass/treble problems are gone now by Christian Gmeiner · 17 years ago
  73. 48f3eed simplify #if statement by Christian Gmeiner · 17 years ago
  74. 59357d4 add AUDIOHW_CAP for bass cutoff and treble cut off and fix a wrong ifdef for simulator. by Christian Gmeiner · 17 years ago
  75. 95d76f2 Cleanup some .h files in the imx31 target branch - #include guard style, headers, obsolete prototypes, etc. by Michael Sevakis · 17 years ago
  76. 3c102ff Fix a couple mistakes. Forgot to add a few definitions. by Michael Sevakis · 17 years ago
  77. cda664b MC13783 (Gigabeat S PMIC): Complete the header file. Distinguish status, sense and mask bit defines to avoid conflicts within the definitions. Much care taken but give a double check before making new use of anything. by Michael Sevakis · 17 years ago
  78. 3cec5e2 Check for a supported partition type before trying to mount a partition. This will reduce the risk of irregular mounts, e.g. due to stray FAT boot sectors when probing the logical sector size on iPod Video. by Jens Arnold · 17 years ago
  79. 1ea884b 1) Add ZVM60GB and ZV simulator builds (ZVM60GB sim equals to ZVM30GB) by Maurus Cuelenaere · 17 years ago
  80. 8085689 Forgot about the buttonlights. Removing for now since this will not work properly if the buttonlights are set to a time longer than the backlight. by Karl Kurbjun · 17 years ago
  81. 6450de3 Save around a hundred uA - not much, but why not? - No functional change for users. by Karl Kurbjun · 17 years ago
  82. 05e8488 Introduce PRESCALER_CAP and move some driver specific code to the correct place. by Christian Gmeiner · 17 years ago
  83. 955d889 Oops. Left a couple things in a bad state when using fading. by Michael Sevakis · 17 years ago
  84. 4b07cc1 Fail with an error and kick suspect looking default values. by Christian Gmeiner · 17 years ago
  85. 4cf9066 Fix yellows and reds. by Maurus Cuelenaere · 17 years ago
  86. 41b235d Fix red. No bother with lcd power management calls in bootloader. by Michael Sevakis · 17 years ago
  87. 009cebe Straigten-out lcd sleeping on Gigabeat F/X. Add a service function to backlight.c to handle lcd sleep timer. Make HAVE_LCD_SLEEP useable without a setting and use HAVE_LCD_SLEEP_SETTING when a setting is available in addition to HCD_HAVE_SLEEP. If a setting isn't used, the target must define the timeout to be used in the config. by Michael Sevakis · 17 years ago
  88. bdc6e62 1) Enable USBOTG for ZVM 60GB, even if the driver isn't implemented yet, by Maurus Cuelenaere · 17 years ago
  89. e031db4 1) Use a separate config-<target>.h for Zen Vision(:M) (60GB) by Maurus Cuelenaere · 17 years ago
  90. 727a805 1) Split ZVM into 30GB and 60GB 2) Clean up config 3) Add scramble description by Maurus Cuelenaere · 17 years ago
  91. 403abb9 Add svn:kewords and svn:eol-style properties. Fix a comment in as3514.c. by Michael Sevakis · 17 years ago
  92. 449a7a6 Cleanup some unneeded debug code. by Karl Kurbjun · 17 years ago
  93. 6e322c8 Reduce power consumed on the F/X by as much as 12% when the LCD is disabled. Timing is tighter on the SPI interface, if the screen does not come up let me know and we can space it out more - Works on the devices I tested. There will be a brief time (around 15ms) that the screen is all white after coming back on. by Karl Kurbjun · 17 years ago
  94. 50ad342 Gigabeat S system setup changes. Unaligned loads/stores on. Mixed-endian support on. VIC on early. by Michael Sevakis · 17 years ago
  95. 6148a94 Commit Zen Vision key patches by Falafel by Maurus Cuelenaere · 17 years ago
  96. 785e776 add BALANCE_CAP and CLIPPING_CAP and move some mas35xx code into audio driver mas35xx.c by Christian Gmeiner · 17 years ago
  97. 3e743ec Preparing for the Philips SA9200 part 2. Since the SA9200 doesn't have a microsd card (no hotswap), use HAVE_ATA_SD for the Sansa flash driver so we don't rely on HAVE_HOTSWAP in some places. by Mark Arigo · 17 years ago
  98. 7656748 Preparing for the Philips SA9200 part 1. Move the Sansa ADC & ATA drivers up one level. by Mark Arigo · 17 years ago
  99. 93b280a Add (preliminary) Zen Vision support. by Maurus Cuelenaere · 17 years ago
  100. 207fc5c hopefully fix problems with setting bass/treble on wm8751 tragets (mrobe100,...) by Christian Gmeiner · 17 years ago