summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2009-04-29FS#10151 - e200v2: scrollwheel acceleration by Dustin Skoracki. Improves the ...Thomas Martitz1-24/+32
2009-04-28Hopefully fix lcd_sleep() from not be being called for targets without fading...Thomas Martitz1-23/+32
2009-04-28M:Robe 500: Fix red, commit missing work, reduce lcd wakeup time.Karl Kurbjun2-11/+54
2009-04-28M:Robe 500: Rearrage TSC2100 reads to make touchscreen more reliable, add hac...Karl Kurbjun11-155/+104
2009-04-26Enable FM radio on the sansa c200v2 (untested).Bertrik Sikken2-3/+3
2009-04-26Remove workaround for FS#10130 from 5G iPod LCD sleep codeBoris Gjenero1-9/+0
2009-04-26FS#10126 - lcd_e200v2 cleanup by Michael ChicoineThomas Martitz1-5/+4
2009-04-26FS#10158 - e200v2 button delay revisited by Michael Chicoine to fix some weir...Thomas Martitz1-1/+1
2009-04-26Move the sim stubs into a seperate file to clean backlight.c up a bit.Thomas Martitz1-42/+2
2009-04-26Remove two calls backlight_lcd_sleep_countdown() more, this time in backlight.cThomas Martitz1-8/+0
2009-04-26Replace the condition with a more obvious function call, which is the same.Thomas Martitz1-1/+1
2009-04-26Remove the calls to backlight_lcd_sleep_countdown from target specific code a...Thomas Martitz11-65/+20
2009-04-26Remove the backlight tick task in favor of handling timeouts through a 1s tim...Thomas Martitz1-31/+42
2009-04-25Remove unnecessary #include "adc.h"Bertrik Sikken21-21/+0
2009-04-25Remove unnecessary #include "backlight.h"Bertrik Sikken1-1/+0
2009-04-25Restructure backlight timeout management a bit by factoring out the get_curre...Thomas Martitz2-43/+44
2009-04-25Merge Onda VX7?7 backlight-target.hMaurus Cuelenaere2-31/+0
2009-04-25Fix onda red. Unlike all other targets, it built the whole backlight driver ...Thomas Martitz2-12/+0
2009-04-25Fix red.Thomas Martitz2-5/+11
2009-04-25Rename _buttonlight_timeout and use a function call instead of extern'ing but...Thomas Martitz3-9/+14
2009-04-24Add forgotton colon and fix red.Thomas Martitz1-1/+1
2009-04-24Fix FS#10130 (Concurrent backlight function calls from backlight timeout sett...Thomas Martitz1-7/+13
2009-04-21FS#10129 - Start LCD sleep timer after PWM fadeout is completeBoris Gjenero1-3/+17
2009-04-21Gigabeat FX: Use the bootsplash stored in flash when bootloader is started fr...Karl Kurbjun1-0/+5
2009-04-21Gigabeat FX: Small comment format change to MMU setup codeKarl Kurbjun1-4/+9
2009-04-21Add second buffer for YUV blitting, progressbar and FPS display in mpegplayer...Karl Kurbjun4-81/+96
2009-04-20Disable usage of USB serial descriptor when no unique one is availableMaurus Cuelenaere1-9/+2
2009-04-20Fix yellow (forgot file)Maurus Cuelenaere1-0/+2
2009-04-20Fix FS#10128 - The View IO Ports debug menu showed weird dbop values (sometim...Thomas Martitz5-13/+13
2009-04-20Onda VX747: fix touchscreen issues when switching from bootloader to 'normal'...Maurus Cuelenaere2-18/+28
2009-04-20beginings of a working touchscreen interface for the WPS. 2 new tags:Jonathan Gordon2-3/+18
2009-04-19Fix FS#9926 - On Photo and Color iPods, correct check for whether battery is ...Boris Gjenero1-0/+9
2009-04-19Add preliminary HID driver. It doesn't do anything yet, but that should chang...Frank Gevaerts6-2/+354
2009-04-19reorganise usb_core.c a bit, to make the code more readable and more maintain...Frank Gevaerts3-246/+299
2009-04-19simplify and cleanup usb_serial.c (FS#10149 by Tomer Shalev)Frank Gevaerts1-36/+28
2009-04-19Add USB power detection for 4G, Photo, Color, 1G Mini and 2G Mini iPods. (Se...Boris Gjenero1-0/+3
2009-04-19FS#10148 by Dustin Skoracki, removes a redundant check for != BUTTON_NONE in ...Thomas Martitz2-49/+42
2009-04-19Ingenic Jz4740: put stack in IRAM & optimize/clean up crt0.S a bitMaurus Cuelenaere2-45/+39
2009-04-19MIPS: set load address of .iram to the start of .bss so RAM doesn't get wastedMaurus Cuelenaere2-17/+22
2009-04-19Remove some redundant links in MIPS linker scriptsMaurus Cuelenaere2-6/+0
2009-04-18USB related Cosmetics, whitespace and readability fixes (FS#10147 by Tomer Sh...Frank Gevaerts6-158/+139
2009-04-18Fix some issues with YUV blitting on Onda VX747 (still not working properly)Maurus Cuelenaere1-12/+22
2009-04-18Allow class drivers to reuse the core data buffer for control transfers. This...Frank Gevaerts6-10/+14
2009-04-18Really fix redMaurus Cuelenaere1-1/+1
2009-04-18Add a PACK_DESCRIPTOR macro to make the class drivers a bit more readable (FS...Frank Gevaerts4-24/+23
2009-04-18Fix redMaurus Cuelenaere1-1/+1
2009-04-18Fix some whitespace issues (including tabs that slipped in somehow) (FS#10144...Frank Gevaerts2-10/+10
2009-04-18Onda VX747:Maurus Cuelenaere5-105/+177
2009-04-18Sync from recent linux source (FS#10142, by Tomer Shalev)Frank Gevaerts1-183/+209
2009-04-18M:Robe 500: Move all remote specific code into a common file for reuse on oth...Karl Kurbjun4-54/+78