Age | Commit message (Expand) | Author | Files | Lines |
2003-07-22 | Setting the lowest mic gain no longer turns off the mic (bug #774349) | Linus Nielsen Feltzing | 2 | -5/+6 |
2003-07-20 | ide_power_enable for simulator added. | Mats Lidell | 1 | -0/+5 |
2003-07-20 | usb_detect for simulator added. | Mats Lidell | 1 | -0/+5 |
2003-07-19 | Another go at the disk-full FAT driver fix. Now it skips the reserved sectors... | Linus Nielsen Feltzing | 1 | -5/+3 |
2003-07-18 | report sleeping disk while not initialized, needed for changing before ata_in... | Jörg Hohensohn | 1 | -1/+2 |
2003-07-17 | Magnus Holmgren: Just realized one thing: doing AN0-3 last is slightly better... | Jörg Hohensohn | 1 | -3/+3 |
2003-07-17 | when rebooting, de-init such that the coldstart detection would kick in again... | Jörg Hohensohn | 1 | -0/+1 |
2003-07-17 | one more missing init, prevented powering down the disk | Jörg Hohensohn | 1 | -2/+3 |
2003-07-16 | Removed a compiler warning | Linus Nielsen Feltzing | 1 | -1/+0 |
2003-07-16 | Fixed a bug that included the reserved clusters 0 and 1 in the search for ava... | Linus Nielsen Feltzing | 1 | -2/+9 |
2003-07-16 | Patch 772577 by Magnus Holmgren: measure all ADC channels within adc_init(), ... | Jörg Hohensohn | 1 | -2/+37 |
2003-07-11 | Initalize last_disk_activity | Björn Stenberg | 1 | -0/+2 |
2003-07-11 | A more complete serial port setup | Linus Nielsen Feltzing | 1 | -1/+4 |
2003-07-10 | Fixed spindown bug: last_disk_activity was set 10 seconds into the future, wh... | Björn Stenberg | 1 | -4/+7 |
2003-07-10 | Added dependency to the tools dir, so it's automatically built with the rest.... | Björn Stenberg | 1 | -1/+4 |
2003-07-09 | Moved lcd default contrast knowledge from settings.c to lcd driver. Now lcd_i... | Björn Stenberg | 3 | -17/+32 |
2003-07-09 | Cold start fixes: master_slave_select() now checks for BSY as well as RDY (si... | Björn Stenberg | 1 | -8/+8 |
2003-07-09 | Removed warnings | Björn Stenberg | 1 | -8/+14 |
2003-07-09 | again different coldstart, ata_init() now has non-ambiguous return codes for ... | Jörg Hohensohn | 1 | -26/+34 |
2003-07-08 | better place and method for the spinup wait code, still I'd welcome comments ... | Jörg Hohensohn | 1 | -11/+14 |
2003-07-04 | Fix for incorrect genre default value, by Benjamin Metzler | Björn Stenberg | 1 | -1/+2 |
2003-07-03 | I needed a function to return the physical USB detect | Jörg Hohensohn | 2 | -4/+15 |
2003-07-03 | When starting from flash, we have to wait for the disk to get ready. (Quite a... | Jörg Hohensohn | 1 | -7/+17 |
2003-07-02 | Only recorders use PA11 for /PR. Players use it for the STOP button... | Björn Stenberg | 1 | -1/+1 |
2003-07-01 | Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlis... | Hardeep Sidhu | 1 | -1/+1 |
2003-07-01 | Another port init fixes the silent play problem, Rockbox is now ready for FLASH! | Jörg Hohensohn | 1 | -3/+3 |
2003-07-01 | The mono recording fix was braindead. | Linus Nielsen Feltzing | 1 | -8/+0 |
2003-06-30 | missing port init prevented recording with Rockbox from flash | Jörg Hohensohn | 1 | -0/+1 |
2003-06-30 | Mono recording with Line In now mixes the left and right channel. Fixes bug #... | Linus Nielsen Feltzing | 1 | -0/+9 |
2003-06-29 | * Added the plugin icon for the old lcd. | Kjell Ericson | 1 | -46/+46 |
2003-06-29 | Added plugin loader. Moved games, demos and the text viewer to loadable plugi... | Björn Stenberg | 2 | -6/+13 |
2003-06-29 | Added restart option to system exception screen (press ON) | Björn Stenberg | 1 | -1/+11 |
2003-06-29 | Added multiple inclusion protection | Björn Stenberg | 1 | -0/+4 |
2003-06-29 | Renamed flush() to fsync() to be more in line with POSIX/unix | Björn Stenberg | 3 | -5/+5 |
2003-06-26 | port inits for cold start ability | Jörg Hohensohn | 2 | -1/+8 |
2003-06-26 | init the LCD, needed for cold start (from flash) | Jörg Hohensohn | 1 | -0/+22 |
2003-06-25 | Default contrast is now autodetected on recorders | Linus Nielsen Feltzing | 1 | -0/+1 |
2003-06-25 | In flush_reload, don't reset swapwrite if we're still swapping current track.... | Hardeep Sidhu | 1 | -1/+6 |
2003-06-19 | Slightly better handling of disk-full situations | Linus Nielsen Feltzing | 3 | -4/+56 |
2003-06-19 | Now handles a full disk a little better, and it doesn't trust the fsinfo anymore | Linus Nielsen Feltzing | 1 | -8/+8 |
2003-06-09 | Report max 99% battery level during charging | Björn Stenberg | 1 | -0/+4 |
2003-06-06 | bug 749951, ooops. We made the number function too generic and forgot to | Daniel Stenberg | 1 | -4/+11 |
2003-06-05 | A bit faster update of Player simulator. | Kjell Ericson | 1 | -1/+0 |
2003-06-05 | Fixed silly typo | Björn Stenberg | 1 | -1/+1 |
2003-06-04 | Generalized id3v2 parsing code. Added support for the composer frame and free... | Björn Stenberg | 2 | -93/+167 |
2003-06-04 | Make simulator report 75% battery instead of 100% | Björn Stenberg | 1 | -2/+2 |
2003-06-03 | Even larger MP3 frame analysis buffer. Fixes bug #747969. | Linus Nielsen Feltzing | 1 | -1/+1 |
2003-06-03 | Small seek optimization -- begin seek at last read cluster if possible | Hardeep Sidhu | 2 | -4/+20 |
2003-05-30 | Better file system performance when recording by not using O_TRUNC | Linus Nielsen Feltzing | 1 | -1/+1 |
2003-05-27 | Since remote uses special button codes, there is no need to simulate release ... | Björn Stenberg | 1 | -1/+0 |