Age | Commit message (Expand) | Author |
2009-10-28 | The Onda VX777 has only one button, add it to the keymap. | Maurus Cuelenaere |
2009-10-28 | make the mini2440 simulator compile. | Dominik Wenger |
2009-10-27 | remove accidentally commited spaces. | Dominik Wenger |
2009-10-27 | Initial touchscreen support for mini2440. Based on D2 touchscreen driver | Dominik Wenger |
2009-10-26 | Fix iPod Nano 2G UI sluggishness (thanks to JdGordon for spotting this) | Michael Sparmann |
2009-10-26 | Many more drivers for mini2440. Now the main binary compiles and runs. | Dominik Wenger |
2009-10-26 | AMS Sansa: Change some #defines in debug-as3525 from "(SANSA_E200V2) || defin... | Jack Halpin |
2009-10-26 | fix an off-by-one error in lcd_update_rect() | Michael Chicoine |
2009-10-26 | Revert r23350 "AMS Sansa: Assume IDECLK is MCLK for the internal SD Disk." | Jack Halpin |
2009-10-26 | Save one branch for archs without conditional execution (e.g. coldfire). | Jens Arnold |
2009-10-26 | Make current_vp static and importings from Gigabeat F/X/S lcd drivers as they... | Thomas Martitz |
2009-10-26 | Color targets: Ported assembler optimised transparent bitmap drawing from Gig... | Jens Arnold |
2009-10-25 | AMS Sansa: Assume IDECLK is MCLK for the internal SD Disk. Reduce IDECLK to... | Jack Halpin |
2009-10-25 | Fix ipod nano 2g bootloader link problem, caused by my previous commit | Bertrik Sikken |
2009-10-25 | Meizu M6 SP: make bootloader compile and run again | Bertrik Sikken |
2009-10-25 | Meizu M6 SP: update lcd driver, it is now possible to display a rockbox logo ... | Bertrik Sikken |
2009-10-25 | Little bit of const correctness | Nils Wallménius |
2009-10-25 | power-meizu.c: fix usage of USB_TR name | Bertrik Sikken |
2009-10-25 | Add define for SD_SET_CLR_CARD_DETECT 42 /* acmd42 */ to sd.h for use with ... | Jack Halpin |
2009-10-24 | Adjust the iPod Nano 2G CPU clock freq again, this time to an exact value. Al... | Michael Sparmann |
2009-10-24 | Plumb an iPod Nano 2G battery leak that started spilling as soon as USB was u... | Michael Sparmann |
2009-10-24 | Add #ifdef HAVE_MULTIDRIVE to HS timings switch for uSD cards. | Jack Halpin |
2009-10-24 | Speed up lcd_update_rect by ~2.5% by counting towards 0 in the loop. | Thomas Martitz |
2009-10-24 | Hide yellow | Michael Sparmann |
2009-10-23 | Fix red | Michael Sparmann |
2009-10-23 | Implement iPod Nano 2G storage active indicator | Michael Sparmann |
2009-10-23 | Finally a click, pop and other distortion free PCM driver for that fishy buff... | Michael Sparmann |
2009-10-23 | Revert disabling of USB HID while in charging mode (introduced by r23322), in | Tomer Shalev |
2009-10-23 | FS#10704 - Make a configuration option to disable USB HID | Tomer Shalev |
2009-10-22 | Working Bootloader for mini2440. | Dominik Wenger |
2009-10-22 | Code cleanup in dsp.c and misc.c, some comments | Jeffrey Goode |
2009-10-21 | Add a "Flushing storage buffers" message to ROLO if it needs to do that. | Michael Sparmann |
2009-10-21 | storage_flush() should be done before disabling interrupts in ROLO. | Michael Sparmann |
2009-10-21 | Fix yellow | Michael Sparmann |
2009-10-21 | Fix red | Michael Sparmann |
2009-10-21 | Add iPod Nano 2G µsec timer, and use it in the clickwheel driver. | Michael Sparmann |
2009-10-21 | iPod Nano 2G: "Fix" the latest PCM issues, channel swap and vinyl popping. Th... | Michael Sparmann |
2009-10-21 | Fix another bunch of iPod Nano 2G FTL bugs. It seems to work fine for me now,... | Michael Sparmann |
2009-10-20 | Convert lcd_activation callbacks to use the event system to allow for multipl... | Thomas Martitz |
2009-10-20 | Correct wrong usage of event callbacks all over the place. It's not supposed ... | Thomas Martitz |
2009-10-20 | D2: Remove the hardcoded driver-level touchscreen calibration, since it's don... | Rob Purchase |
2009-10-20 | D2 should have HAVE_USB_POWER defined. | Rob Purchase |
2009-10-20 | Cleanup and expand D2 charger detection (not yet implemented for D2+). | Rob Purchase |
2009-10-20 | Fixed a bunch of iPod Nano 2G FTL bugs. | Michael Sparmann |
2009-10-20 | Don't selecu any usb class drivers for a simulator build | Frank Gevaerts |
2009-10-20 | Fix some iPod Nano 2G config defines to make USB HID work. | Michael Sparmann |
2009-10-20 | Fix red | Michael Sparmann |
2009-10-20 | iPod Nano 2G USB support based on the S3C6400X datasheet. Disabled by default... | Michael Sparmann |
2009-10-20 | Use strlcpy instead of a memset&strcpy combo. Guarantees \0-terminaltion and ... | Thomas Martitz |
2009-10-19 | Fix a scrolling bug with centered drawing and too long lines. | Thomas Martitz |