summaryrefslogtreecommitdiffstats
path: root/firmware/export
AgeCommit message (Expand)AuthorFilesLines
2011-01-20Fuze V2: Fix hold switch behavior. Add a GPIOx_PIN_MASK macro to AS3525.Michael Sevakis1-1/+4
2011-01-19Enable AB repeat for the Gigabeat S, this will break lang string/voice clip o...Nils Wallménius1-0/+2
2011-01-18Try to get some control over #ifdef hell in usb.c by refactoring and inline f...Michael Sevakis2-5/+1
2011-01-17Add a higher level USB detection that prevents fraudulent bus resets from cau...Michael Sevakis2-2/+9
2011-01-17Convert PortalPlayer iRivers to use USB-mode enabled bootloader. The H10 5/6G...Michael Sevakis3-7/+9
2011-01-16e200v1 seems to be ok using USB-enabled bootloader. Also, include the bootloa...Michael Sevakis1-0/+3
2011-01-15Bootloader USB mode for PP502x. Enable only on GoGear SA9200 for the time bei...Michael Sevakis8-10/+25
2011-01-12Fix FS#11820. Implement LCD shutdown for iPod Photo/Color and iPod nano 1G. T...Andree Buschmann2-0/+6
2011-01-11SA9200: Adjust touchpad sensitivities so that actual contact with the player ...Michael Sevakis1-0/+1
2011-01-10HD300 - adjust default battery capacity (based on battery benches)Marcin Bukat1-2/+1
2011-01-08Some static data is only used by .init functions. Add .initdata to declare su...Michael Sevakis1-0/+2
2011-01-08Adjust iPod Classic CPU clock speed constants to at least roughly correct valuesMichael Sparmann1-2/+2
2011-01-07Fix CS42L55 (iPod Classic) tone controlMichael Sparmann1-1/+4
2011-01-07Fix iPod Classic USEC_TIMERMichael Sparmann1-1/+1
2011-01-05Gigabeat S: Make it a removable mass-storage device. Windows will assign a dr...Michael Sevakis1-2/+11
2011-01-02New port: iPod Classic (also known as iPod 6G/6.5G/7G)Michael Sparmann7-1/+1423
2011-01-02Fix yellowMichael Sparmann2-34/+58
2011-01-02Fix redMichael Sparmann1-0/+34
2011-01-02Autodetect sector size on superfloppy volumes based on the FAT32 BPB (kudos t...Michael Sparmann1-0/+1
2010-12-29Submit FS#11707. Add line out power off to iPods nano1G, color and 4G.Andree Buschmann3-0/+9
2010-12-29Just a technical matter even though all is well anyway: struct blocker::threa...Michael Sevakis1-2/+2
2010-12-27Certain data accesses in the kernel should have volatile semantics to be corr...Michael Sevakis2-6/+6
2010-12-26Make mutexes a tiny bit leaner. There is no need for a separate locked semaph...Michael Sevakis1-5/+14
2010-12-22Fix yellowThomas Martitz1-2/+2
2010-12-15HDD6330: implement lcd_set_flip() function.Szymon Dziok1-1/+1
2010-12-13HDD6330: implement initialization and inversion of lcd.Szymon Dziok1-1/+1
2010-12-12Move AMSv1 USB to the USB_DETECT_BY_DRV model, so connecting to a dumb charge...Frank Gevaerts1-1/+4
2010-12-12iPod nano 2G does use less current since the latest optimizations.Andree Buschmann1-1/+1
2010-12-12Really fix yellow this time, SVN only committed half of what I wanted...Michael Sparmann1-4/+9
2010-12-12usb-s3c6400x.[ch], button-clickwheel.c: Move s5l8701-specific parts to where ...Michael Sparmann2-293/+313
2010-12-11S5L870x LCD interface registers are 32 bit.Andree Buschmann1-11/+11
2010-12-11Derive clock and timer defines from frequency of external source.Andree Buschmann1-1/+1
2010-12-06Fix configure and lib pathThomas Martitz1-2/+2
2010-12-06Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz1-32/+3
2010-12-06HD300: enable RTC alarm function (working partially for now)Marcin Bukat1-0/+1
2010-12-03That was a bit too far upwards :(Thomas Martitz1-4/+4
2010-12-02Fix red by moving the difinition up.Thomas Martitz1-4/+4
2010-12-02Enable ARM ASM optimzations on android. Speedup in codecs ranges from 20% to ...Thomas Martitz1-1/+2
2010-12-02HDD6330: implement block transfers through the LCD2 bridge in lcd_update_rect...Szymon Dziok1-1/+1
2010-11-28HD300 - add basic RTC supportMarcin Bukat2-2/+3
2010-11-28Accept FS#11774 by Michael Hohmuth (with some own modifications to #ifdef con...Frank Gevaerts1-0/+1
2010-11-27Undo r28682. Bad idea...Andree Buschmann1-1/+1
2010-11-27Use CACHEALIGN_BITS to calculate CACHEALIGN_SIZE instead of directly setting it.Andree Buschmann1-1/+1
2010-11-26MPIO HD300 - initial commitMarcin Bukat2-0/+189
2010-11-24Sansa c200/c200v2: limit allowable contrast value to 0-127, it wraps at 128.Bertrik Sikken2-2/+2
2010-11-22Fix typo in comment.Andree Buschmann1-1/+1
2010-11-21Change alignment macros to allow further performance optimization. Define the...Andree Buschmann1-46/+65
2010-11-19Reinsert CACHEALIGN_SIZE to imx31l.h, r28619 expected another local change.Andree Buschmann1-0/+1
2010-11-19Define CACHEALIGN_BITS for missing ARM CPUs for later use.Andree Buschmann4-1/+6
2010-11-18fix reds, not so nice fiddling with simulator stubs to make it all worksJonathan Gordon2-2/+3