summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-07Fix RedKarl Kurbjun1-0/+1
2009-11-07Fix two width calculationsKarl Kurbjun2-4/+2
2009-11-07Add optional viewport clipping, can be enabled with HAVE_VIEWPORT_CLIP. A si...Karl Kurbjun7-166/+1089
2009-11-05Fix same bug as in r23531 in two more drivers (wrong masking of wday)Nils Wallménius2-2/+2
2009-11-05RTC read of ds1339 of ds3231 weekday Robert Kukla1-1/+1
2009-11-03Comment out LOGF_ENABLE defines everywhere, replace evil commentsJeffrey Goode5-5/+5
2009-11-03Improvements to mini2440 audio; change CPU freq to 406MHzBob Cousins1-1/+0
2009-11-02M:Robe 500/M66591 USB improvements: Interrupts now work, a bug in odd-length ...Karl Kurbjun1-64/+124
2009-11-01Improvements to mini2440/UDA1341 audioBob Cousins1-7/+69
2009-10-31Remove svn:executable from firmwareMichael Chicoine1-0/+0
2009-10-26Many more drivers for mini2440. Now the main binary compiles and runs.Dominik Wenger1-0/+184
2009-10-26Save one branch for archs without conditional execution (e.g. coldfire).Jens Arnold1-3/+2
2009-10-26Make current_vp static and importings from Gigabeat F/X/S lcd drivers as they...Thomas Martitz1-6/+0