summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2009-03-05Use total_sectors in ata_get_info() instead of calculating it all over again....Frank Gevaerts
2009-03-04Cosmetic fix: remove duplicate semicolonsBertrik Sikken
2009-03-03GigabeatFX: Change the way that the LCD copy routine works: Do the copy and t...Karl Kurbjun
2009-03-03Get the volume controls working on the M:Robe 500 along with some minor code ...Karl Kurbjun
2009-03-03Simplify generic_i2c, removing the link between i2c address and i2c interface...Bertrik Sikken
2009-03-02TCC NAND: The BLOCKS_PER_SEGMENT define was actually the number of planes men...Rob Purchase
2009-03-02Make the H10 5GB bootloader able to load the OF again. From FS#9955.Barry Wardell
2009-03-02Make sure that sorting works both for signed and unsigned char (it depends on...Alexander Levin
2009-03-02Make natural sorting work properly with cyrillic chars: they should be placed...Alexander Levin
2009-03-02Split HAVE_SCROLLWHEEL into HAVE_SCROLLWHEEL and HAVE_WHEEL_ACCELERATION, whe...Thomas Martitz
2009-03-02Forgot to #define HAVE_SPEAKER..Maurus Cuelenaere
2009-03-02Onda VX747:Maurus Cuelenaere
2009-03-02imx31: Correct a register name typo.Michael Sevakis
2009-03-02imx31 ATA: Correct a register #define error (due to error in user's manual). ...Michael Sevakis
2009-03-02Actually apply the patch...thanks again to Bryan Vandyke (and Tom Ross for no...Thomas Martitz
2009-03-02FS#9972 - Simplify strnatcmp. As we do ignore leading zeros (as opposed to th...Thomas Martitz
2009-03-02Fix some memset calls that use the wrong order for arguments.Tom Ross
2009-03-01Commit FS#8314. This adds strnat[case]cmp written by Martin Pool, which respe...Thomas Martitz
2009-03-01Fix Onda VX747 bootloader buildMaurus Cuelenaere
2009-03-01Silence warning from 'ar' if the archive had to be created.Jens Arnold
2009-02-28send the USB broadcast events at a less busy timeFrank Gevaerts
2009-02-28Also broadcast transfer information for use by fancy USB screensFrank Gevaerts
2009-02-28Leave "usb mode" when all LUNs are ejected againFrank Gevaerts
2009-02-28Adds the possibility to show nice "do not disconnect" screens/icons on the US...Frank Gevaerts
2009-02-27r20124 broke codecs on targets without IRAM such as Gigabeat F. Behavior shou...Tom Ross
2009-02-27Mac doesn't handle placing variables in specific sections very well. Building...Tom Ross
2009-02-26Ingenic Jz4740 RTC: actually write date to RTCMaurus Cuelenaere
2009-02-26Onda VX747: redo keymap (which fixes the not-working emulated touchscreen but...Maurus Cuelenaere
2009-02-26Clean up warningsKarl Kurbjun
2009-02-26Get the M:Robe 500 main build booting again, fix a bug and commit the rest of...Karl Kurbjun
2009-02-26Get the M:Robe 500 main build booting again, fix a bug and commit the rest of...Karl Kurbjun
2009-02-26Ingenic Jz4740:Maurus Cuelenaere
2009-02-25Enable USB mass storage on PP5020, PP5022 and PP5024 targetsFrank Gevaerts
2009-02-25Don't use inverted button behaviour on H10 when using Rockbox USB (as opposed...Frank Gevaerts
2009-02-25DBOP_DIN is 16bit wide.Thomas Martitz
2009-02-24remove SERIALIZE_WRITES. The reason for it (the SD bug) is gone, so there's n...Frank Gevaerts
2009-02-23Ingenic Jz4740:Maurus Cuelenaere
2009-02-23Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...Daniel Stenberg
2009-02-23PP502x: Improve accuracy of header file. It looks as though DMA channels shar...Michael Sevakis
2009-02-22Commit my patch from FS#9940 - fix the invalid active flags in the Gigabeat S...Dave Chapman
2009-02-22Submit FS#9863 by Boris Gjenero. Correct ATA wakeup and power on in case of S...Andree Buschmann
2009-02-21replace USB_IPODSTYLE by USB_HANDLED_BY_OF as that's what it actually means. ...Frank Gevaerts
2009-02-21small usb serial fixes. This seems to work fine on imx31, but for some reaso...Frank Gevaerts
2009-02-21Submit FS#9890 by Boris Gjenero. Enabling option for iPod Video to shut down ...Andree Buschmann
2009-02-21Submit FS#9749 by Boris Gjenero for missing PP-targets. Do not reset IDE0 on ...Andree Buschmann
2009-02-21Only enable drivers if they exist. This should probably be handled differentl...Frank Gevaerts
2009-02-21more fixes. There's still something wrong as it sometimes suddenly stops send...Frank Gevaerts
2009-02-20Add a rockbox kernel thread for simulator specific tasks, and use that for ca...Jens Arnold
2009-02-20Fix ringbuffer handling. This will hopefully fix the hang-on-fast-send issueFrank Gevaerts
2009-02-20e200v2: fix broken lcd driver and cleanup a little bit further.Thomas Martitz