summaryrefslogtreecommitdiff
path: root/firmware/usbstack
AgeCommit message (Expand)Author
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-24remove SERIALIZE_WRITES. The reason for it (the SD bug) is gone, so there's n...Frank Gevaerts
2009-02-22Commit my patch from FS#9940 - fix the invalid active flags in the Gigabeat S...Dave Chapman
2009-02-21small usb serial fixes. This seems to work fine on imx31, but for some reaso...Frank Gevaerts
2009-02-21more fixes. There's still something wrong as it sometimes suddenly stops send...Frank Gevaerts
2009-02-20Fix ringbuffer handling. This will hopefully fix the hang-on-fast-send issueFrank Gevaerts
2009-02-16usb serial on PP seems to have broken. Fix itFrank Gevaerts
2009-02-11Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis
2009-01-21Fix RAM disk when no audio buffer is availableMaurus Cuelenaere
2009-01-21USB storage driver:Maurus Cuelenaere
2009-01-19USB detection changes. c200/e200: Consider USB to be powered when charger is ...Michael Sevakis
2009-01-13USB retweaking: Take out the USB_REQUEST/RELEASE_DISK scheme and simply ask t...Michael Sevakis
2009-01-12improve handling of unimplemented commandsFrank Gevaerts
2008-12-31correct wrong logfFrank Gevaerts
2008-12-13Add a disconnect handler for usb storage. It doesn't do anything yet, but it ...Frank Gevaerts
2008-11-30Replace USE_HIGH_SPEED with USB_NO_HIGH_SPEED, as high speed support is the n...Frank Gevaerts
2008-11-30Move tcc77x/usb-tcc77x.c to usb-tcc.c as it is more general than just tcc77x ...Frank Gevaerts
2008-11-03Add ramdisk storage driver. It will be useful for developing multi-driver sto...Frank Gevaerts
2008-11-02implement single-driver storage layer with macros instead of inlinesFrank Gevaerts
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts
2008-10-31cleanup storage definesFrank Gevaerts
2008-10-31Abstract the PortalPlayer AS3514 handling with an "ascodec" API - inspired by...Dave Chapman
2008-10-20add optional USB mass storage from ramdisk. This can be useful for developmentFrank Gevaerts
2008-10-03disable logf againFrank Gevaerts
2008-10-03reorganise the USB stack a bit to allow for easier integration of non-ARC con...Frank Gevaerts
2008-09-14Simplify & fix the MMC driver. After more than 3 years I found that the MMC s...Jens Arnold
2008-08-31revert r18327, as it introduces serious issues on non-sd players (like ipods)Frank Gevaerts
2008-08-28Make usb_storage work on all targets againFrank Gevaerts
2008-08-21Use cached memory for ata_write_sectors(). This seems to finally fix FS#8663Frank Gevaerts
2008-07-09define SERIALIZE_WRITES for all HAVE_ATA_SD, not just the sansasFrank Gevaerts
2008-07-09Don't do overlapping USB transactions and SD writes. This seems to avoid FS#8663Frank Gevaerts
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-06-04add usb_allowed_current() function, so powermanagement code can know when it'...Frank Gevaerts
2008-05-13Preparing for the Philips SA9200 part 2. Since the SA9200 doesn't have a micr...Mark Arigo
2008-05-06typo fixes (; instead of , at the end of two assignments) (same as r17398 for...Frank Gevaerts
2008-05-06typo fixes (; instead of , at the end of two assignments)Frank Gevaerts
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin
2008-05-03Added missing usb #includes to usb source files.Bertrik Sikken
2008-04-26- change the usb class driver framework to allow for device classes with more...Frank Gevaerts
2008-04-24Commit whole Creative Zen Vision:M target tree + all related firmware/ Maurus Cuelenaere
2008-04-20Put USB controller structures in IRAM. This seems to make the connection much...Frank Gevaerts
2008-04-18Add keywords and fix headers for files the usbstack files.Michael Sevakis
2008-04-18UMS for the Gigabeat S. Bootloader USB mode. Has a couple quirks 1) First plu...Michael Sevakis
2008-04-16Fix yellow. usb_strings needs to point to const data as well.Michael Sevakis
2008-04-16Simpilify the uncached buffer allocation for the USB stack using NOCACHEBSS_A...Michael Sevakis
2008-04-15FS#8898 - Prefix AS3514 registers with AS3514_Bertrik Sikken
2008-04-13only reconnect mass storage if there is actually an active usb connection, wi...Frank Gevaerts