index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-22
Working Bootloader for mini2440.
Dominik Wenger
8
-3
/
+1652
2009-10-22
Code cleanup in dsp.c and misc.c, some comments
Jeffrey Goode
1
-0
/
+3
2009-10-21
Add a "Flushing storage buffers" message to ROLO if it needs to do that.
Michael Sparmann
1
-6
/
+11
2009-10-21
storage_flush() should be done before disabling interrupts in ROLO.
Michael Sparmann
1
-3
/
+7
2009-10-21
Fix yellow
Michael Sparmann
1
-2
/
+3
2009-10-21
Fix red
Michael Sparmann
1
-0
/
+2
2009-10-21
Add iPod Nano 2G µsec timer, and use it in the clickwheel driver.
Michael Sparmann
2
-13
/
+2
2009-10-21
iPod Nano 2G: "Fix" the latest PCM issues, channel swap and vinyl popping. Th...
Michael Sparmann
2
-8
/
+11
2009-10-21
Fix another bunch of iPod Nano 2G FTL bugs. It seems to work fine for me now,...
Michael Sparmann
2
-25
/
+55
2009-10-20
Convert lcd_activation callbacks to use the event system to allow for multipl...
Thomas Martitz
25
-84
/
+28
2009-10-20
Correct wrong usage of event callbacks all over the place. It's not supposed ...
Thomas Martitz
4
-12
/
+10
2009-10-20
D2: Remove the hardcoded driver-level touchscreen calibration, since it's don...
Rob Purchase
1
-33
/
+3
2009-10-20
D2 should have HAVE_USB_POWER defined.
Rob Purchase
2
-0
/
+6
2009-10-20
Cleanup and expand D2 charger detection (not yet implemented for D2+).
Rob Purchase
1
-2
/
+20
2009-10-20
Fixed a bunch of iPod Nano 2G FTL bugs.
Michael Sparmann
1
-10
/
+16
2009-10-20
Don't selecu any usb class drivers for a simulator build
Frank Gevaerts
1
-0
/
+2
2009-10-20
Fix some iPod Nano 2G config defines to make USB HID work.
Michael Sparmann
2
-9
/
+13
2009-10-20
Fix red
Michael Sparmann
1
-3
/
+4
2009-10-20
iPod Nano 2G USB support based on the S3C6400X datasheet. Disabled by default...
Michael Sparmann
7
-60
/
+790
2009-10-20
Use strlcpy instead of a memset&strcpy combo. Guarantees \0-terminaltion and ...
Thomas Martitz
1
-2
/
+1
2009-10-19
Fix a scrolling bug with centered drawing and too long lines.
Thomas Martitz
1
-0
/
+2
2009-10-19
Make RoLo work on PP5002. * Rename CACHE_CTL flag values on PP5002 for consis...
Jens Arnold
4
-13
/
+17
2009-10-19
Fix rolo for AMS Sansa and simplify a few #ifdefs.
Thomas Martitz
1
-7
/
+5
2009-10-19
Initial mini2440 port.
Dominik Wenger
20
-184
/
+1182
2009-10-19
Change control handling to start expecting host packets before sending data t...
Frank Gevaerts
4
-36
/
+33
2009-10-19
AMS Sansa: Adjust SD Card frequency to Identification frequency at beginning...
Jack Halpin
1
-14
/
+31
2009-10-19
AMS Sansa: Add voltage defines to pl180.h. No functional changes.
Jack Halpin
1
-0
/
+17
2009-10-18
S5l8700: fix some CLCD controller register names
Bertrik Sikken
1
-5
/
+5
2009-10-18
Use wrap-safe TIME_BEFORE/TIME_AFTER macros to compare times with current_tim...
Bertrik Sikken
4
-4
/
+4
2009-10-18
Split ARMv6 code from mmu-arm.S
Rafaël Carré
3
-138
/
+157
2009-10-18
iPod Nano 2G storage performance improved by not copying around buffers unnec...
Michael Sparmann
2
-84
/
+95
2009-10-17
Add dcache cleaning to the S5L870x PCM driver.
Michael Sparmann
1
-1
/
+3
2009-10-17
Fix S5L870x cache coherency functions. They were split into a different file,...
Michael Sparmann
5
-6
/
+140
2009-10-17
Implement iPod Nano 2G nand_get_info()
Michael Sparmann
2
-1
/
+12
2009-10-17
Adjust iPod Nano 2G CPU speed to 192MHz, which measurements show it to be. Ti...
Michael Sparmann
3
-5
/
+6
2009-10-17
fix red
Nils Wallménius
1
-2
/
+1
2009-10-17
Revise r23225 a bit, removing the debug_printf function and implementing more...
Nils Wallménius
11
-197
/
+170
2009-10-17
USB HID: Add mouse mode to h10
Tomer Shalev
2
-0
/
+2
2009-10-17
USB HID: Use different context for each mode; Use constant for each action;
Tomer Shalev
3
-2
/
+1
2009-10-16
Fix logic error in D2+ touchscreen driver.
Rob Purchase
1
-3
/
+3
2009-10-16
AMS Sansa: Lower ADC checkvalue for voltage scaling to 1.175V as some player...
Jack Halpin
1
-3
/
+3
2009-10-16
Gigabeat S: Add support for dumping the flash from debug menu
Torne Wuff
1
-1
/
+1
2009-10-15
Touchscreen support for newer Cowon D2+ hardware revisions (using TSC200x tou...
Rob Purchase
8
-137
/
+369
2009-10-15
AMS Sansa: FS#10669 Reimplement Voltage scaling.
Jack Halpin
2
-4
/
+24
2009-10-15
Sansa Fuze & e200v2 : do not enable USBSTACK in the bootloader
Rafaël Carré
3
-0
/
+14
2009-10-15
Sansa AMS USB driver : still not working
Rafaël Carré
2
-26
/
+26
2009-10-15
Sansa AMS SD driver: cleanup defines and comments
Rafaël Carré
1
-50
/
+16
2009-10-13
Changes to make the Nano2G sim build. It is still missing a UI-ipodnano2g.bmp
Dave Chapman
1
-0
/
+2
2009-10-13
The Nano2G also qualifies for HAVE_WHEEL_POSITION
Dave Chapman
1
-0
/
+3
2009-10-13
Add HAVE_SCROLLWHEEL for the Nano2G, as they have a scrollwheel.
Dave Chapman
1
-0
/
+3
[next]