summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2010-10-24Fix android hardware button handling so it actually works.Jonathan Gordon
2010-10-24AMSv2: fix bootloader build with USB enabledRafaël Carré
2010-10-24Fix FS#11559 - no sound from ipod fm remote on ipod nano 1g.Bertrik Sikken
2010-10-22Set svn propertiesMarcin Bukat
2010-10-22MPIO HD200 - revert change in crt0.S introduced in r28270 to get rid of stran...Marcin Bukat
2010-10-22MPIO HD200 - squash long standing bug in bootloader which prevented booting O...Marcin Bukat
2010-10-21HDD6330: add the simulator.Szymon Dziok
2010-10-21HDD6330: fix loading of the OF through the Rockbox bootloader (correct magic ...Szymon Dziok
2010-10-21HDD6330 and HDD1630: split the code for the backlight, cause it's rather diff...Szymon Dziok
2010-10-18HDD6330: Patch to enable/disable backlight.Szymon Dziok
2010-10-18HDD6330: Try to adapt the keys for the new touchpad code, remove the non exis...Szymon Dziok
2010-10-18MPIO HD200 - fix stupid typo introduced in r28270 which forced device hard sh...Marcin Bukat
2010-10-17HDD6330: Configure touchpad (maximum touch sensivity, reduce transmissionSzymon Dziok
2010-10-15si4700 tuner: lower stereo switchover range, so it switches to stereo for wea...Bertrik Sikken
2010-10-14as3525v2-usb! fix suspicious calculation of next endpoint in INs chaining codeAmaury Pouly
2010-10-13HD200 - GPIO57 is headphone output enable. Proper handling of this line fixes...Marcin Bukat
2010-10-13fix button maps and assign some buttons for uisimulator.Teruaki Kawashima
2010-10-12iPod Nano 2G USB: Make sure the USB core is properly powered off on boot.Michael Sparmann
2010-10-11Forgot to update lcd-remote.hThomas Martitz
2010-10-11Rename {draw,fill}_viewport once more (to draw_border_viewport and fill_viewp...Thomas Martitz
2010-10-10Add _rect to {draw,fill}_viewport as suggested by Jonathan Gordon to reduce t...Thomas Martitz
2010-10-10Two new lcd/multi screen api convinience functions: draw_viewport(), fill_vie...Thomas Martitz
2010-10-10Commit FS#11663 by me - Patch: iPod Nano 2G Bootloader: Boot OF if MENU butto...Michael Sparmann
2010-10-06Fix targets with remote display, forgot to add the new functions to their hea...Thomas Martitz
2010-10-06Pixel-accurate (vertical) list scrolling for touchscreen targets.Thomas Martitz
2010-10-02Fix outdated commentFrank Gevaerts
2010-10-01Submit FS#11646. Reduce voltage supply for iPod nano 2G LCD. Significantly re...Andree Buschmann
2010-09-26If BUFFER_ALLOC_DEBUG is defined, make buffer_alloc() not actually allocate a...Frank Gevaerts
2010-09-26Add optional (define BUFFER_ALLOC_DEBUG to enable it) code to check for code ...Frank Gevaerts
2010-09-26RDA5802 tuner: fix small bug in rda5802_init (writing too much data)Bertrik Sikken
2010-09-25Roll back r28164 as this change introduced LCD issues on some nano 2G.Andree Buschmann
2010-09-25Add current consumption and battery capacities to iPod nano 2G config file.Andree Buschmann
2010-09-25Reduce LCD voltage supply to 2500 mV to avoid humming noise of nano 2G.Andree Buschmann
2010-09-25Remove code that was unintentionally submitted.Andree Buschmann
2010-09-25Add some more information to iPod nano 2G debug screen.Andree Buschmann
2010-09-25Disable clickwheel power supply when hold button is active for iPod nano 2G.Andree Buschmann
2010-09-24Implement lineout en-/disable for WM8975 and activate it for iPod nano 2G.Andree Buschmann
2010-09-22Enlarge the button post interval against audio drop outs, Too many lcd updatesThomas Martitz
2010-09-22Touchscreen: button driver improvementsThomas Martitz
2010-09-20iap: make variable serbuf non-globalBertrik Sikken
2010-09-20Fix typoThomas Martitz
2010-09-20Redirect (L)DEBUGFs to adb logcat in DEBUG enabled builds.Thomas Martitz
2010-09-20*/app.lds: remove STUBOFFSETRafaël Carré
2010-09-20file_exists(): fix DEBUGF()Rafaël Carré
2010-09-20usb: remove unused variable and correctly stall on unhandled control requestsAmaury Pouly
2010-09-20format() (and its alias vuprintf) return values are uncheck -> voidRafaël Carré
2010-09-17Allow e200 to compile without HAVE_RECORDINGFrank Gevaerts
2010-09-17Simplify unnecessary baroque preprocessor condition a bitFrank Gevaerts
2010-09-17Only define USB_ENABLE_STORAGE if USB_HAS_BULK and USE_ROCKBOX_USB are both setFrank Gevaerts
2010-09-17Make the call to buttonlight_on() properly depend on HAVE_BUTTON_LIGHTFrank Gevaerts