summaryrefslogtreecommitdiff
path: root/firmware/drivers
AgeCommit message (Expand)Author
2010-01-13set the ipod volume on the ipod fm remote when the tuner is turned on. Also, ...Laurent Gautier
2010-01-12Fix FS10902 and improve some init. Also add my name to the credit list for FS...Laurent Gautier
2010-01-09draw selection bar even if str is empty string (e.g. in text_editor plugin).Teruaki Kawashima
2010-01-09Fix FS#10893.Teruaki Kawashima
2010-01-08Ingenic Jz4740: simplify RTC driver (you will need to re-set the clock)Maurus Cuelenaere
2010-01-03Final removal of tabs in firmware pathAndree Buschmann
2010-01-02Simplify some boolean expressions that compare directly against 'true'Bertrik Sikken
2010-01-01Simplify some expressions using the ? operatorBertrik Sikken
2009-12-25Fix warnings on logf buildMichael Chicoine
2009-12-25Merry Christmas Gogear HDD6330 owners! This is the start of the HDD6330 port....Mark Arigo
2009-12-22Fix FM radio on VX777 (by Giovanni Zilli)Maurus Cuelenaere
2009-12-18Onda VX747/VX777: fix FM radioMaurus Cuelenaere
2009-12-12M:Robe 500: Fix FIQ's and make the audio DMA a FIQ, simplify the ADC code and...Karl Kurbjun
2009-12-04FS#10711 by Martin Ritter fixes handling of the 'First Keypress Enables Backl...Nils Wallménius
2009-12-03si4700: revert r22641Rafaël Carré
2009-12-01Add support for the ipod FM remote to the 4G, Color, 5G, nano 1G with RDSLaurent Gautier
2009-11-29Reduce bin size of diacritic characters databaseTomer Shalev
2009-11-28Diacritic display enhancementsTomer Shalev
2009-11-26Use MULTIDRIVE instead of MULTIVOLUME in sd.cFrank Gevaerts
2009-11-26Fix diacritic and save some bin sizeTomer Shalev
2009-11-26Merge branch 'hotswap'Maurus Cuelenaere
2009-11-24Limit character width to 255 pixelsFrank Gevaerts
2009-11-24make lcd_bitmap_char more space efficient. This doesn't seem to impact text d...Frank Gevaerts
2009-11-24FS#10720 - Support for displaying diacritic charactersTomer Shalev
2009-11-24FS#9721 - No error check after writes in ata.cTorne Wuff
2009-11-24FS#10798 - unify ata_read_sectors and ata_write_sectorsTorne Wuff
2009-11-22lcd-bitmap-common.c: Change calculation of the horizontal position in lcd_put...Teruaki Kawashima
2009-11-09Fix Free and Disk size display when SECTOR_SIZE!=512Frank Gevaerts
2009-11-07Fix RedKarl Kurbjun
2009-11-07Fix two width calculationsKarl Kurbjun
2009-11-07Add optional viewport clipping, can be enabled with HAVE_VIEWPORT_CLIP. A si...Karl Kurbjun
2009-11-05Fix same bug as in r23531 in two more drivers (wrong masking of wday)Nils Wallménius
2009-11-05RTC read of ds1339 of ds3231 weekday Robert Kukla
2009-11-03Comment out LOGF_ENABLE defines everywhere, replace evil commentsJeffrey Goode
2009-11-03Improvements to mini2440 audio; change CPU freq to 406MHzBob Cousins
2009-11-02M:Robe 500/M66591 USB improvements: Interrupts now work, a bug in odd-length ...Karl Kurbjun
2009-11-01Improvements to mini2440/UDA1341 audioBob Cousins
2009-10-31Remove svn:executable from firmwareMichael Chicoine
2009-10-26Many more drivers for mini2440. Now the main binary compiles and runs.Dominik Wenger
2009-10-26Save one branch for archs without conditional execution (e.g. coldfire).Jens Arnold
2009-10-26Make current_vp static and importings from Gigabeat F/X/S lcd drivers as they...Thomas Martitz
2009-10-26Color targets: Ported assembler optimised transparent bitmap drawing from Gig...Jens Arnold
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz
2009-10-20Use strlcpy instead of a memset&strcpy combo. Guarantees \0-terminaltion and ...Thomas Martitz
2009-10-19Fix a scrolling bug with centered drawing and too long lines.Thomas Martitz
2009-10-17Revise r23225 a bit, removing the debug_printf function and implementing more...Nils Wallménius
2009-10-15Touchscreen support for newer Cowon D2+ hardware revisions (using TSC200x tou...Rob Purchase
2009-10-12Replace a couple of magic numbers with the appropriate constants.Rob Purchase
2009-10-12Fix FS#10670 - The first letter of a scrolling line starts to appear at the endTomer Shalev
2009-10-12LCD scrolling - reduce one 'if' nesting levelTomer Shalev