summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2010-10-15si4700 tuner: lower stereo switchover range, so it switches to stereo for wea...Bertrik Sikken1-0/+4
2010-10-14as3525v2-usb! fix suspicious calculation of next endpoint in INs chaining codeAmaury Pouly1-1/+1
2010-10-13HD200 - GPIO57 is headphone output enable. Proper handling of this line fixes...Marcin Bukat2-1/+20
2010-10-13fix button maps and assign some buttons for uisimulator.Teruaki Kawashima2-2/+7
2010-10-12iPod Nano 2G USB: Make sure the USB core is properly powered off on boot.Michael Sparmann1-0/+8
2010-10-11Forgot to update lcd-remote.hThomas Martitz1-2/+2
2010-10-11Rename {draw,fill}_viewport once more (to draw_border_viewport and fill_viewp...Thomas Martitz3-16/+10
2010-10-10Add _rect to {draw,fill}_viewport as suggested by Jonathan Gordon to reduce t...Thomas Martitz3-6/+6
2010-10-10Two new lcd/multi screen api convinience functions: draw_viewport(), fill_vie...Thomas Martitz3-0/+26
2010-10-10Commit FS#11663 by me - Patch: iPod Nano 2G Bootloader: Boot OF if MENU butto...Michael Sparmann1-15/+59
2010-10-06Fix targets with remote display, forgot to add the new functions to their hea...Thomas Martitz1-0/+6
2010-10-06Pixel-accurate (vertical) list scrolling for touchscreen targets.Thomas Martitz3-11/+31
2010-10-02Fix outdated commentFrank Gevaerts1-1/+1
2010-10-01Submit FS#11646. Reduce voltage supply for iPod nano 2G LCD. Significantly re...Andree Buschmann1-1/+2
2010-09-26If BUFFER_ALLOC_DEBUG is defined, make buffer_alloc() not actually allocate a...Frank Gevaerts1-11/+14
2010-09-26Add optional (define BUFFER_ALLOC_DEBUG to enable it) code to check for code ...Frank Gevaerts3-3/+94
2010-09-26RDA5802 tuner: fix small bug in rda5802_init (writing too much data)Bertrik Sikken1-1/+1
2010-09-25Roll back r28164 as this change introduced LCD issues on some nano 2G.Andree Buschmann1-1/+0
2010-09-25Add current consumption and battery capacities to iPod nano 2G config file.Andree Buschmann1-4/+8
2010-09-25Reduce LCD voltage supply to 2500 mV to avoid humming noise of nano 2G.Andree Buschmann1-0/+1
2010-09-25Remove code that was unintentionally submitted.Andree Buschmann1-1/+0
2010-09-25Add some more information to iPod nano 2G debug screen.Andree Buschmann1-16/+12
2010-09-25Disable clickwheel power supply when hold button is active for iPod nano 2G.Andree Buschmann1-0/+5
2010-09-24Implement lineout en-/disable for WM8975 and activate it for iPod nano 2G.Andree Buschmann4-0/+25
2010-09-22Enlarge the button post interval against audio drop outs, Too many lcd updatesThomas Martitz1-2/+2
2010-09-22Touchscreen: button driver improvementsThomas Martitz1-28/+61
2010-09-20iap: make variable serbuf non-globalBertrik Sikken3-5/+5
2010-09-20Fix typoThomas Martitz1-1/+1
2010-09-20Redirect (L)DEBUGFs to adb logcat in DEBUG enabled builds.Thomas Martitz6-15/+62
2010-09-20*/app.lds: remove STUBOFFSETRafaël Carré20-167/+41
2010-09-20file_exists(): fix DEBUGF()Rafaël Carré1-2/+2
2010-09-20usb: remove unused variable and correctly stall on unhandled control requestsAmaury Pouly1-2/+8
2010-09-20format() (and its alias vuprintf) return values are uncheck -> voidRafaël Carré3-12/+8
2010-09-17Allow e200 to compile without HAVE_RECORDINGFrank Gevaerts3-4/+34
2010-09-17Simplify unnecessary baroque preprocessor condition a bitFrank Gevaerts1-2/+2
2010-09-17Only define USB_ENABLE_STORAGE if USB_HAS_BULK and USE_ROCKBOX_USB are both setFrank Gevaerts1-0/+4
2010-09-17Make the call to buttonlight_on() properly depend on HAVE_BUTTON_LIGHTFrank Gevaerts1-0/+2
2010-09-16usb_drv_reset() is only used in usb-drv-arc.cRafaël Carré2-2/+1
2010-09-15button driver: make repeat timings be centiseconds and not ticksRafaël Carré1-6/+6
2010-09-12AMS USBv2: use OF settings for undocumented registerRafaël Carré1-2/+1
2010-09-09Fix beast, forgot the asm label when renaming.Thomas Martitz1-4/+5
2010-09-09Also rename cpucache_invalidate() function for mips. There's more in the targ...Thomas Martitz1-1/+2
2010-09-09Extend lc_open() to also being able to load overlay plugins.Thomas Martitz3-16/+72
2010-09-09Forgot to rename cpucache_flush/_invalidate for PP502x.Thomas Martitz1-2/+4
2010-09-08Revert r27972 to fix FS#11610 (but in a way android builds still work).Thomas Martitz1-1/+4
2010-09-08Change sd-as3525*.c to the new cache coherency function names.Thomas Martitz2-6/+6
2010-09-08Rename cache coherency functions.Thomas Martitz8-103/+191
2010-09-08USB AMSv2: use tables for usb_drv_port_speed() and usb_drv_mps_by_type()Rafaël Carré1-24/+21
2010-09-08USB AMSv2: split handle_ep_int()Rafaël Carré1-83/+83
2010-09-08USB AMSv2: smaller struct usb_endpointRafaël Carré1-3/+3