summaryrefslogtreecommitdiff
path: root/firmware/drivers
AgeCommit message (Expand)Author
2011-01-23Fix r29123: the variable should be initialized every time in the loopAlexander Levin
2011-01-23Respect the 'scroll delay' setting more accurately between scrolling roundsAlexander Levin
2011-01-22i.MX31: Busy wait for a couple microseconds at most then sleep until next tic...Michael Sevakis
2011-01-21Add a delay between text scroll rounds when scrolling forward similarly to ho...Alexander Levin
2011-01-21WM8978: sound.c weirdness strikes again. Prescaler values have to be in centi...Michael Sevakis
2011-01-18Try to get some control over #ifdef hell in usb.c by refactoring and inline f...Michael Sevakis
2011-01-11SA9200: Adjust touchpad sensitivities so that actual contact with the player ...Michael Sevakis
2011-01-07Oops, that didn't belong in there.Michael Sparmann
2011-01-07Fix CS42L55 (iPod Classic) tone controlMichael Sparmann
2011-01-06iPod Classic: Unmute amplifiers when setting volume (fixes resuming paused pl...Michael Sparmann
2011-01-06Fix volume control on iPod ClassicMichael Sparmann
2011-01-04Fix USB storage driver. ata_get_info was no longer filling-in num_sectors aft...Michael Sevakis
2011-01-03Fix regression from r28950: ATA broken on MPIO and possibly other targetsMichael Sparmann
2011-01-02New port: iPod Classic (also known as iPod 6G/6.5G/7G)Michael Sparmann
2011-01-02Fix yellowMichael Sparmann
2011-01-02Fix redMichael Sparmann
2011-01-02Rework ATA driver to get rid of lots of target-specific constants and allow f...Michael Sparmann
2011-01-02Autodetect sector size on superfloppy volumes based on the FAT32 BPB (kudos t...Michael Sparmann
2010-12-26Make mutexes a tiny bit leaner. There is no need for a separate locked semaph...Michael Sevakis
2010-12-24mc13783 RTC: Handle years in a better way for the use of struct tm. Make the ...Michael Sevakis
2010-12-21WM8750 - fix muted output when entering FM radio screen.Marcin Bukat
2010-12-08RTC s35380a - remove unneeded header files includesMarcin Bukat
2010-12-08RTC s35380a - cleanup and more commentsMarcin Bukat
2010-12-07RTC s35380a - proper alarm supportMarcin Bukat
2010-12-06RTC s35380a - add support for alarm function. Currently this powers up the de...Marcin Bukat
2010-11-29RTC s35380a - fix initialization.Marcin Bukat
2010-11-28HD300 - add basic RTC supportMarcin Bukat
2010-11-28Accept FS#11774 by Michael Hohmuth (with some own modifications to #ifdef con...Frank Gevaerts
2010-11-26MPIO HD300 - initial commitMarcin Bukat
2010-11-14Hopefully fix FS#11696: scrollwheel doesn't respond in some cases.Magnus Holmgren
2010-11-14si4700/rda5802 tuners: prevent hang when changing radio region. Probably fixe...Bertrik Sikken
2010-11-13Fix multivolume caseFrank Gevaerts
2010-11-13Reduce the amount of stack space needed by fat_rename and mkdir_uncached.Michael Sparmann
2010-11-13iPod Nano 2G: Reduce popping noise during codec powerup, especially when driv...Michael Sparmann
2010-11-11Signal strength meter for FM radio - FS#8151 by Przemysław HołubowskiBertrik Sikken
2010-11-10Touchscreen: Improved scroll thresholdThomas Martitz
2010-11-08Simplify unsigned int <-> unsigned char array conversion in ipod_remote_tuner...Bertrik Sikken
2010-11-05Enable tea5767 tuner detection for Philips GoGear HDD63x0 too (HDD6320 does n...Bertrik Sikken
2010-11-05Fix accidental C++ style comments from r28341Bertrik Sikken
2010-11-05Implement tea5767 tuner detection - FS#11714 by meBertrik Sikken
2010-11-01Another (hopefully final) fix for FS#11453 (AMSv2 powerdown fails sometimes w...Bertrik Sikken
2010-10-31Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#111...Marcin Bukat
2010-10-27Enable line out on c200v1 - part of FS#11367 by me - Thanks to Nate for testingMichael Chicoine
2010-10-26Ramdisk: add hotswap supportMaurus Cuelenaere
2010-10-24Fix FS#11559 - no sound from ipod fm remote on ipod nano 1g.Bertrik Sikken
2010-10-18MPIO HD200 - fix stupid typo introduced in r28270 which forced device hard sh...Marcin Bukat
2010-10-15si4700 tuner: lower stereo switchover range, so it switches to stereo for wea...Bertrik Sikken
2010-10-13HD200 - GPIO57 is headphone output enable. Proper handling of this line fixes...Marcin Bukat
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