summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2009-03-04Cosmetic fix: remove duplicate semicolonsBertrik Sikken5-6/+6
2009-03-03GigabeatFX: Change the way that the LCD copy routine works: Do the copy and t...Karl Kurbjun1-10/+11
2009-03-03Get the volume controls working on the M:Robe 500 along with some minor code ...Karl Kurbjun6-43/+19
2009-03-03Simplify generic_i2c, removing the link between i2c address and i2c interface...Bertrik Sikken4-58/+39
2009-03-02TCC NAND: The BLOCKS_PER_SEGMENT define was actually the number of planes men...Rob Purchase3-72/+91
2009-03-02Make the H10 5GB bootloader able to load the OF again. From FS#9955.Barry Wardell1-0/+4
2009-03-02Make sure that sorting works both for signed and unsigned char (it depends on...Alexander Levin1-9/+19
2009-03-02Make natural sorting work properly with cyrillic chars: they should be placed...Alexander Levin1-8/+8
2009-03-02Split HAVE_SCROLLWHEEL into HAVE_SCROLLWHEEL and HAVE_WHEEL_ACCELERATION, whe...Thomas Martitz13-3/+25
2009-03-02Forgot to #define HAVE_SPEAKER..Maurus Cuelenaere1-0/+3
2009-03-02Onda VX747:Maurus Cuelenaere2-0/+40
2009-03-02imx31: Correct a register name typo.Michael Sevakis1-1/+1
2009-03-02imx31 ATA: Correct a register #define error (due to error in user's manual). ...Michael Sevakis2-7/+14
2009-03-02Actually apply the patch...thanks again to Bryan Vandyke (and Tom Ross for no...Thomas Martitz1-33/+3
2009-03-02FS#9972 - Simplify strnatcmp. As we do ignore leading zeros (as opposed to th...Thomas Martitz1-2/+5
2009-03-02Fix some memset calls that use the wrong order for arguments.Tom Ross1-1/+1
2009-03-01Commit FS#8314. This adds strnat[case]cmp written by Martin Pool, which respe...Thomas Martitz3-0/+210
2009-03-01Fix Onda VX747 bootloader buildMaurus Cuelenaere1-2/+4
2009-03-01Silence warning from 'ar' if the archive had to be created.Jens Arnold1-1/+1
2009-02-28send the USB broadcast events at a less busy timeFrank Gevaerts1-2/+13
2009-02-28Also broadcast transfer information for use by fancy USB screensFrank Gevaerts2-0/+5
2009-02-28Leave "usb mode" when all LUNs are ejected againFrank Gevaerts4-30/+24
2009-02-28Adds the possibility to show nice "do not disconnect" screens/icons on the US...Frank Gevaerts2-2/+16
2009-02-27r20124 broke codecs on targets without IRAM such as Gigabeat F. Behavior shou...Tom Ross1-2/+6
2009-02-27Mac doesn't handle placing variables in specific sections very well. Building...Tom Ross1-0/+2
2009-02-26Ingenic Jz4740 RTC: actually write date to RTCMaurus Cuelenaere1-0/+2
2009-02-26Onda VX747: redo keymap (which fixes the not-working emulated touchscreen but...Maurus Cuelenaere1-15/+15
2009-02-26Clean up warningsKarl Kurbjun2-2/+2
2009-02-26Get the M:Robe 500 main build booting again, fix a bug and commit the rest of...Karl Kurbjun1-1/+1
2009-02-26Get the M:Robe 500 main build booting again, fix a bug and commit the rest of...Karl Kurbjun9-46/+482
2009-02-26Ingenic Jz4740:Maurus Cuelenaere11-34/+135
2009-02-25Enable USB mass storage on PP5020, PP5022 and PP5024 targetsFrank Gevaerts13-0/+13
2009-02-25Don't use inverted button behaviour on H10 when using Rockbox USB (as opposed...Frank Gevaerts1-1/+1
2009-02-25DBOP_DIN is 16bit wide.Thomas Martitz1-1/+1
2009-02-24remove SERIALIZE_WRITES. The reason for it (the SD bug) is gone, so there's n...Frank Gevaerts1-17/+0
2009-02-23Ingenic Jz4740:Maurus Cuelenaere3-107/+178
2009-02-23Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...Daniel Stenberg1-1/+1
2009-02-23PP502x: Improve accuracy of header file. It looks as though DMA channels shar...Michael Sevakis2-12/+6
2009-02-22Commit my patch from FS#9940 - fix the invalid active flags in the Gigabeat S...Dave Chapman1-0/+23
2009-02-22Submit FS#9863 by Boris Gjenero. Correct ATA wakeup and power on in case of S...Andree Buschmann1-2/+9
2009-02-21replace USB_IPODSTYLE by USB_HANDLED_BY_OF as that's what it actually means. ...Frank Gevaerts20-33/+8
2009-02-21small usb serial fixes. This seems to work fine on imx31, but for some reaso...Frank Gevaerts1-8/+1
2009-02-21Submit FS#9890 by Boris Gjenero. Enabling option for iPod Video to shut down ...Andree Buschmann5-27/+314
2009-02-21Submit FS#9749 by Boris Gjenero for missing PP-targets. Do not reset IDE0 on ...Andree Buschmann1-1/+1
2009-02-21Only enable drivers if they exist. This should probably be handled differentl...Frank Gevaerts1-0/+8
2009-02-21more fixes. There's still something wrong as it sometimes suddenly stops send...Frank Gevaerts1-25/+21
2009-02-20Add a rockbox kernel thread for simulator specific tasks, and use that for ca...Jens Arnold2-14/+3
2009-02-20Fix ringbuffer handling. This will hopefully fix the hang-on-fast-send issueFrank Gevaerts1-33/+42
2009-02-20e200v2: fix broken lcd driver and cleanup a little bit further.Thomas Martitz1-37/+30
2009-02-20Reclaim .iram areas in DRAM by overlapping their load addresses with the unin...Michael Sevakis11-65/+76