summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
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
2010-09-16usb_drv_reset() is only used in usb-drv-arc.cRafaël Carré
2010-09-15button driver: make repeat timings be centiseconds and not ticksRafaël Carré
2010-09-12AMS USBv2: use OF settings for undocumented registerRafaël Carré
2010-09-09Fix beast, forgot the asm label when renaming.Thomas Martitz
2010-09-09Also rename cpucache_invalidate() function for mips. There's more in the targ...Thomas Martitz
2010-09-09Extend lc_open() to also being able to load overlay plugins.Thomas Martitz
2010-09-09Forgot to rename cpucache_flush/_invalidate for PP502x.Thomas Martitz
2010-09-08Revert r27972 to fix FS#11610 (but in a way android builds still work).Thomas Martitz
2010-09-08Change sd-as3525*.c to the new cache coherency function names.Thomas Martitz
2010-09-08Rename cache coherency functions.Thomas Martitz
2010-09-08USB AMSv2: use tables for usb_drv_port_speed() and usb_drv_mps_by_type()Rafaël Carré
2010-09-08USB AMSv2: split handle_ep_int()Rafaël Carré
2010-09-08USB AMSv2: smaller struct usb_endpointRafaël Carré
2010-09-08USB AMSv2: only read endpoint interrupt status register onceRafaël Carré
2010-09-08usb-drv-as3525v2.c: cosmetics (remove trailing spaces)Rafaël Carré
2010-09-08USB AMSv2: Reduce the size of (in/out)_ep_listRafaël Carré