summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2008-02-27make the ipod serial number 24 characters long. This makes the Vista BSOD go ...Frank Gevaerts1-6/+2
2008-02-27use get_audio_buffer() to allocate all needed buffer stace for the usb storag...Frank Gevaerts1-28/+15
2008-02-27check for HAVE_POWER outside all uses of USBPOWER_BUTTONFrank Gevaerts1-0/+2
2008-02-27move the usb_core thread functionality to the main usb threadFrank Gevaerts5-219/+221
2008-02-27Fix a few comments.Jens Arnold1-3/+3
2008-02-26added support for USB port test modes, which are (a) required by the spec, an...Frank Gevaerts3-6/+43
2008-02-25some progress towards software-selectability of usb class drivers.Frank Gevaerts2-40/+72
2008-02-25only set the serial descriptor onceFrank Gevaerts1-2/+0
2008-02-25Don't send a serial number id USE_ROCKBOX_USB. There is something about the c...Frank Gevaerts1-0/+4
2008-02-24disable logf again, since it was accidentally enabled in the previous commitFrank Gevaerts1-1/+1
2008-02-24comment fix, and one logf() removedFrank Gevaerts1-3/+2
2008-02-24report usb 1.1 compliance if USE_HIGH_SPEED is not set. This should avoid Win...Frank Gevaerts1-0/+4
2008-02-24m:robe 100 - now that we have working buttons, we can enable backlight on/off.Mark Arigo1-0/+2
2008-02-24fix redMark Arigo1-1/+1
2008-02-24Driver for the Synaptics touchpad on the m:robe 100 based on the 3-wire inter...Mark Arigo3-23/+588
2008-02-23Identify info endianness is already handled in the ATA driver.Jens Arnold1-3/+3
2008-02-22- Attempt to generate the usb serial number from the disk serial numberFrank Gevaerts1-6/+34
2008-02-22fix usb string descriptorsFrank Gevaerts1-1/+1
2008-02-22Improve usb descriptor handling. This should fix any cache and/or alignment r...Frank Gevaerts2-181/+171
2008-02-22Remove sector 0 write protection from the ATA and MMC drivers. The one in the...Jens Arnold2-6/+0
2008-02-22comment typo fixesFrank Gevaerts1-2/+2
2008-02-22Only allow high-speed usb if USE_HIGH_SPEED is defined. It still causes data ...Frank Gevaerts1-0/+6
2008-02-22Give 5g owner's some immediate relief from playback trouble introduced in r16...Michael Sevakis1-0/+47
2008-02-22Make high speed work. Does not fix any other bugs yet, so still be careful ab...Frank Gevaerts2-4/+2
2008-02-21fix wrong LBA range check with sectorsizes larger than 512 bytesFrank Gevaerts1-2/+2
2008-02-20Major USB stack improvements. It now works at nearly the maximum speed for a ...Frank Gevaerts12-600/+977
2008-02-20Added PP5020 serial port registersLinus Nielsen Feltzing1-2/+31
2008-02-19FS#8588: disable USB device again when USB is disconnected on PortalPlayer ta...Barry Wardell1-10/+15
2008-02-19Fix a small typoWill Robertson1-1/+1
2008-02-19Bring the IMX31 serial driver in line with the CONTRIBUTING guidelines.Will Robertson3-104/+123
2008-02-18A first tiny set of changes for the Creative Zen Vision:M. Work done byDaniel Stenberg2-0/+164
2008-02-17Give the Gigabeat S bootloader the ability to untar a tarball.Nicolas Pennequin2-0/+4
2008-02-17revert doneChristian Gmeiner1-14/+0
2008-02-17revert my work, suggested by amiconnChristian Gmeiner2-152/+0
2008-02-17the last one... sorry for troubleChristian Gmeiner1-2/+14
2008-02-17fix yellowChristian Gmeiner1-3/+1
2008-02-17fix redChristian Gmeiner2-0/+8
2008-02-17FS#8611: move hw_info for pp targets into target treeChristian Gmeiner3-0/+148
2008-02-16a very basic power_off functionChristian Gmeiner1-1/+5
2008-02-16I need to overwork this - sorryChristian Gmeiner1-16/+0
2008-02-16Shutdown needs about 2 seconds, but it seems to work :)Christian Gmeiner1-2/+16
2008-02-15fix compiling of debug menu for tcc780xChristian Gmeiner2-2/+23
2008-02-14Revert LCD changes - make sure the backlight remains on as a visible sign tha...Robert Keevil1-8/+0
2008-02-14Fix redRobert Keevil1-0/+4
2008-02-14Prevent the screen flashing white when shutting down colour ipods - fixes FS#...Robert Keevil1-0/+4
2008-02-14FS#8273 by Przemyslaw Holubowski - H10 RTC alarm bugfixesLinus Nielsen Feltzing1-7/+14
2008-02-14Do not waste RAM in the ATA driver. The identify info is a single sector.Jens Arnold1-1/+1
2008-02-13D2: Further work-in-progress on the NAND driver.Rob Purchase1-103/+276
2008-02-13Return value of audiohw_set_xxx_vol is never used and most of the time we hav...Christian Gmeiner16-53/+32
2008-02-13Fix the red.Karl Kurbjun1-1/+2