summaryrefslogtreecommitdiffstats
path: root/firmware/usb.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-13Keyclick fixup take two. It is only 88 samples (2msec) long so keep a small s...Michael Sevakis1-12/+0
2008-12-13PCM buffer beeping needs the audio buffer reset in order to work after operat...Michael Sevakis1-0/+11
2008-12-10Fix red and a couple other things I somehow missed.Michael Sevakis1-1/+1
2008-12-10Use cookies for thread identification instead of pointers directly which give...Michael Sevakis1-4/+4
2008-12-03Hopefully mop-up remaining red.Michael Sevakis1-0/+9
2008-12-03Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis1-37/+0
2008-11-30don't waste time and binsize enabling the usb controller just before rebootingFrank Gevaerts1-1/+0
2008-11-21Commit some USB and ATA rework/refactoring (+ USB GPIO detection).Maurus Cuelenaere1-1/+2
2008-11-09Properly guard usb_mmc_countdown with the proper #ifs everywhereFrank Gevaerts1-0/+2
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts1-16/+16
2008-10-31cleanup storage definesFrank Gevaerts1-2/+2
2008-10-14telechips usb: not ready for use but, something is working, needs improvement.Vitja Makarov1-1/+2
2008-10-07add HAVE_DISK_STORAGE, and use that instead of HAVE_FLASH_STORAGE when checki...Frank Gevaerts1-1/+1
2008-09-24Fix red.Jens Arnold1-1/+1
2008-09-24Repair bootbox on the archoses (that bug went undetected for >2.5 years), and...Jens Arnold1-14/+1
2008-09-16Fix wrong #endif placement.Jens Arnold1-2/+2
2008-08-20properly remount the filesystem after usb disconnect with software usbFrank Gevaerts1-0/+3
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-141) Use a separate config-<target>.h for Zen Vision(:M) (60GB)Maurus Cuelenaere1-1/+1
2008-05-10Bring Gigabeat S bootloader one step close to a release version.Michael Sevakis1-3/+16
2008-04-24Commit whole Creative Zen Vision:M target tree + all related firmware/ Maurus Cuelenaere1-1/+2
2008-04-18UMS for the Gigabeat S. Bootloader USB mode. Has a couple quirks 1) First plu...Michael Sevakis1-8/+24
2008-04-07Hopefully fix FS#8506 (OF cant be loaded on some PP targets). also hopefully ...Jonathan Gordon1-0/+3
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis1-2/+2
2008-03-22Set usb_state to USB_POWERED on plugin for software usb device. Otherwise, th...Frank Gevaerts1-0/+3
2008-03-21fix H10 not rebooting on usb connect. Apologies to H10 users who enjoyed thei...Frank Gevaerts1-10/+9
2008-03-21move an #endif to its proper place. This should not actually change anythingFrank Gevaerts1-1/+1
2008-03-20move boosting for usb around a bit, so the cpu is boosted for the entire dura...Frank Gevaerts1-0/+5
2008-03-10remember to test a bit more when doing larger changes...Frank Gevaerts1-0/+4
2008-03-10make the usb storage driver handle hotswap correctly, and exit the usb screen...Frank Gevaerts1-9/+35
2008-03-06reorganise the usb stack to provide a clean separation between core and class...Frank Gevaerts1-4/+4
2008-03-02implement logf over usb-serial. Needs USB_SERIAL defined in usb_core.h to wor...Frank Gevaerts1-2/+0
2008-03-02don't do small cleanups just before going to sleep...Frank Gevaerts1-0/+2
2008-03-02small cleanupFrank Gevaerts1-6/+8
2008-03-02Make it not reboot when plugged into a wall charger with USE_ROCKBOX_USB diab...Frank Gevaerts1-4/+0
2008-03-02Only show the usb screen once a real usb connection is established. In case o...Frank Gevaerts1-10/+49
2008-02-28HAVE_POWER isn't defined for any target. It should be HAVE_USB_POWER.Barry Wardell1-1/+1
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 Gevaerts1-7/+117
2007-11-22New USB stackBjörn Stenberg1-2/+4
2007-10-16Take out some NOCACHEBSS_ATTR's that were accidentally left. Put some threadi...Michael Sevakis1-1/+1
2007-10-16Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis1-6/+6
2007-09-28Commit a subset of the dual core changes that have to do with cache handling,...Michael Sevakis1-1/+0
2007-09-04FS #7691 - improved USB detection on PP devices. This patch modifies the tar...Dave Chapman1-41/+10
2007-06-30Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so...Michael Sevakis1-2/+2
2007-04-11Moved archos USB handling to target tree. Minor simplification for coldfire (...Jens Arnold1-77/+1
2007-04-10Remove unused code (already moved to target tree).Barry Wardell1-11/+0
2007-04-03It's not necessary (anymore?) to map lcd_icon() to sim_lcd_icon() for the sim...Jens Arnold1-3/+0
2007-03-26Make scheduler functions thread safe core wise. A big step towards playback r...Miika Pekkarinen1-0/+2
2007-03-16Rename some macros to account for the recently added M5 port. No code changes.Jens Arnold1-1/+1