summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-11-14Hopefully fix FS#11696: scrollwheel doesn't respond in some cases.Magnus Holmgren1-3/+3
2010-11-14si4700/rda5802 tuners: prevent hang when changing radio region. Probably fixe...Bertrik Sikken2-19/+0
2010-11-13Fix multivolume caseFrank Gevaerts1-1/+1
2010-11-13Reduce the amount of stack space needed by fat_rename and mkdir_uncached.Michael Sparmann1-13/+7
2010-11-13iPod Nano 2G: Reduce popping noise during codec powerup, especially when driv...Michael Sparmann1-1/+40
2010-11-11Signal strength meter for FM radio - FS#8151 by Przemysław HołubowskiBertrik Sikken5-1/+94
2010-11-10Touchscreen: Improved scroll thresholdThomas Martitz1-0/+31
2010-11-08Simplify unsigned int <-> unsigned char array conversion in ipod_remote_tuner...Bertrik Sikken1-23/+8
2010-11-05Enable tea5767 tuner detection for Philips GoGear HDD63x0 too (HDD6320 does n...Bertrik Sikken1-1/+1
2010-11-05Fix accidental C++ style comments from r28341Bertrik Sikken1-4/+4
2010-11-05Implement tea5767 tuner detection - FS#11714 by meBertrik Sikken1-1/+22
2010-11-01Another (hopefully final) fix for FS#11453 (AMSv2 powerdown fails sometimes w...Bertrik Sikken1-0/+4
2010-10-31Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#111...Marcin Bukat5-544/+105
2010-10-27Enable line out on c200v1 - part of FS#11367 by me - Thanks to Nate for testingMichael Chicoine1-9/+9
2010-10-26Ramdisk: add hotswap supportMaurus Cuelenaere1-0/+19
2010-10-24Fix FS#11559 - no sound from ipod fm remote on ipod nano 1g.Bertrik Sikken1-1/+17
2010-10-18MPIO HD200 - fix stupid typo introduced in r28270 which forced device hard sh...Marcin Bukat1-1/+1
2010-10-15si4700 tuner: lower stereo switchover range, so it switches to stereo for wea...Bertrik Sikken1-0/+4
2010-10-13HD200 - GPIO57 is headphone output enable. Proper handling of this line fixes...Marcin Bukat1-0/+19
2010-10-11Rename {draw,fill}_viewport once more (to draw_border_viewport and fill_viewp...Thomas Martitz1-12/+6
2010-10-10Add _rect to {draw,fill}_viewport as suggested by Jonathan Gordon to reduce t...Thomas Martitz1-2/+2
2010-10-10Two new lcd/multi screen api convinience functions: draw_viewport(), fill_vie...Thomas Martitz1-0/+22
2010-10-06Pixel-accurate (vertical) list scrolling for touchscreen targets.Thomas Martitz1-9/+22
2010-09-26RDA5802 tuner: fix small bug in rda5802_init (writing too much data)Bertrik Sikken1-1/+1
2010-09-24Implement lineout en-/disable for WM8975 and activate it for iPod nano 2G.Andree Buschmann1-0/+12
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 Sikken1-2/+2
2010-09-15button driver: make repeat timings be centiseconds and not ticksRafaël Carré1-6/+6
2010-09-06Slightly reorganise the FAT driver to ensure that no more than one sector buf...Frank Gevaerts1-19/+49
2010-08-28fix r27921 : lcd_putsxyf() for charcellRafaël Carré1-0/+11
2010-08-28Implement lcd(_remote)_putsxyf() and export to pluginsRafaël Carré1-0/+11
2010-08-28tcc77x targets: various minor cleanupsBertrik Sikken2-4/+10
2010-08-23ipod fm remote: some static/const fixes from FS #11266 by meBertrik Sikken1-41/+42
2010-08-12Move memset6() declaration to string-extra.h, kills a warning compiling for a...Thomas Martitz3-6/+3
2010-08-08Various minor fixes for Samsung YH* targetsBertrik Sikken1-0/+2
2010-08-02Rockbox as an application: Commit current Android port progress.Thomas Martitz1-0/+61
2010-08-01More minor const/static/include fixes.Bertrik Sikken1-4/+4
2010-08-01Various minor cleanups for cowon d2Bertrik Sikken1-2/+12
2010-08-01Various minor cleanups for mini2440Bertrik Sikken1-0/+2
2010-07-31Fix condition for compiling audiohw_set_monitor (should fix red)Bertrik Sikken1-2/+0
2010-07-31Various minor clean-ups for Zen VisionBertrik Sikken2-5/+9
2010-07-27WM8750 - add ALC and NGAT related low level functions (disabled now by default)Marcin Bukat1-0/+118
2010-07-26FM tuner region code cleanup - FS #11492 by me.Bertrik Sikken6-33/+47
2010-07-16rtc_as3514.c: make alarm struct static and reorder fields to save some binsizeBertrik Sikken1-3/+3
2010-07-16Fix failing AMSv2 power-down when the wake-up alarm timer is set - FS #11453 ...Bertrik Sikken1-41/+75
2010-07-11fat.c: fix format specifier in DEBUG buildRafaël Carré1-3/+3
2010-07-04hdd6330: change the synaptics-mep driver in a few places according to the tou...Szymon Dziok1-2/+10
2010-07-02HD200 - Setup codec as I2S master and enable recordingMarcin Bukat1-50/+103
2010-06-27Part of FS#11367 by me: e200v2 enable line outMichael Chicoine1-0/+25