summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-03-29as3525v2: microphone recordingRafaël Carré1-0/+10
2010-03-29as3525v2 : recording (FM only, no microphone yet)Rafaël Carré1-39/+46
2010-03-29as3525v2: FM playback (only tested on Clip+)Rafaël Carré1-3/+14
2010-03-22FS#11118: reduce the number of cached sector in FAT code because some are use...Amaury Pouly1-118/+93
2010-03-21SansaAMSv2 as3541.c Include key line from funman's patch to get sound on c...Jack Halpin1-1/+5
2010-03-20Clip+: enable sound on "as3514" (as3543 in fact)Rafaël Carré1-1/+23
2010-03-20Submit FS#11065. Introduce a new system setting for en-/disabling the Line-ou...Andree Buschmann1-0/+17
2010-03-17M66591 Driver: Correct some comments.Karl Kurbjun1-2/+2
2010-03-16Fix a typo on a commentMustapha Senhaji1-1/+1
2010-03-15fat: make fat_open more flexible by accepting the file==&dir->file and make f...Amaury Pouly1-9/+14
2010-03-05si4700 tuner: put the tuner to sleep at initRafaël Carré1-23/+26
2010-02-22Clip+: show the same real time in OF and rockboxRafaël Carré1-1/+3
2010-02-20Comment out lcd_drawline() DEBUGF messages which show in various simulatorsTomer Shalev6-12/+12
2010-02-16* surround member only used by charcells with #ifdef HAVE_LCD_CHARCELLS in st...Teruaki Kawashima1-1/+0
2010-02-08revert r24478 and make the backdrop behaviour the same as it used to be (so w...Jonathan Gordon1-16/+2
2010-02-06Packard Bell Vibe 500: touchpad code rework. Improve touch sensivity a bit by...Szymon Dziok1-20/+22
2010-02-03fix a bug where the backdrop from the sbs is displayed on scrolling lines in ...Jonathan Gordon1-2/+16
2010-02-01FS#10955 - LBA48 builds doesn't compile after ata read/write unificationTorne Wuff1-0/+1
2010-01-30fix warnings in s35390 rtc driverBertrik Sikken1-4/+6
2010-01-23Commit FS#10082, enlarge volume control range for WM8758. This will enable vo...Andree Buschmann1-10/+56
2010-01-18Add a missing #include, make a function static, make touchpad_set_buttonlight...Bertrik Sikken1-11/+12
2010-01-18Add initial Packard Bell Vibe 500 port, by Szymon Dziok Frank Gevaerts1-3/+23
2010-01-13set the ipod volume on the ipod fm remote when the tuner is turned on. Also, ...Laurent Gautier1-2/+5
2010-01-12Fix FS10902 and improve some init. Also add my name to the credit list for FS...Laurent Gautier1-3/+25
2010-01-09draw selection bar even if str is empty string (e.g. in text_editor plugin).Teruaki Kawashima1-4/+6
2010-01-09Fix FS#10893.Teruaki Kawashima1-1/+1
2010-01-08Ingenic Jz4740: simplify RTC driver (you will need to re-set the clock)Maurus Cuelenaere1-252/+39
2010-01-03Final removal of tabs in firmware pathAndree Buschmann4-12/+12
2010-01-02Simplify some boolean expressions that compare directly against 'true'Bertrik Sikken2-3/+3
2010-01-01Simplify some expressions using the ? operatorBertrik Sikken1-1/+1
2009-12-25Fix warnings on logf buildMichael Chicoine1-2/+2
2009-12-25Merry Christmas Gogear HDD6330 owners! This is the start of the HDD6330 port....Mark Arigo1-1/+1
2009-12-22Fix FM radio on VX777 (by Giovanni Zilli)Maurus Cuelenaere1-1/+1
2009-12-18Onda VX747/VX777: fix FM radioMaurus Cuelenaere1-1/+1
2009-12-12M:Robe 500: Fix FIQ's and make the audio DMA a FIQ, simplify the ADC code and...Karl Kurbjun1-16/+3
2009-12-04FS#10711 by Martin Ritter fixes handling of the 'First Keypress Enables Backl...Nils Wallménius1-1/+1
2009-12-03si4700: revert r22641Rafaël Carré1-1/+1
2009-12-01Add support for the ipod FM remote to the 4G, Color, 5G, nano 1G with RDSLaurent Gautier1-0/+444
2009-11-29Reduce bin size of diacritic characters databaseTomer Shalev1-309/+162
2009-11-28Diacritic display enhancementsTomer Shalev2-318/+325
2009-11-26Use MULTIDRIVE instead of MULTIVOLUME in sd.cFrank Gevaerts1-2/+2
2009-11-26Fix diacritic and save some bin sizeTomer Shalev2-66/+70
2009-11-26Merge branch 'hotswap'Maurus Cuelenaere1-2/+12
2009-11-24Limit character width to 255 pixelsFrank Gevaerts1-3/+7
2009-11-24make lcd_bitmap_char more space efficient. This doesn't seem to impact text d...Frank Gevaerts1-4/+4
2009-11-24FS#10720 - Support for displaying diacritic charactersTomer Shalev2-11/+464
2009-11-24FS#9721 - No error check after writes in ata.cTorne Wuff1-1/+3
2009-11-24FS#10798 - unify ata_read_sectors and ata_write_sectorsTorne Wuff1-195/+74
2009-11-22lcd-bitmap-common.c: Change calculation of the horizontal position in lcd_put...Teruaki Kawashima1-4/+2
2009-11-09Fix Free and Disk size display when SECTOR_SIZE!=512Frank Gevaerts1-2/+2