summaryrefslogtreecommitdiffstats
path: root/firmware/usbstack
AgeCommit message (Expand)AuthorFilesLines
2009-04-05Revert r20617 for nowMaurus Cuelenaere1-1/+1
2009-04-04Don't leave LOGF_ENABLE enabled...Maurus Cuelenaere1-1/+1
2009-04-04Use the audio buffer in USB storage for ISP1583-having targetsMaurus Cuelenaere1-3/+3
2009-03-29Commit FS#10015 - Use chained transfer descriptor to speed up USB transfers o...Frank Gevaerts1-4/+5
2009-03-23Correct Björn's name in various file headers.Nicolas Pennequin1-1/+1
2009-03-11Don't swamp the system with broadcast messages that nobody is listening to ye...Frank Gevaerts1-0/+2
2009-03-08Allow the user to leave MSC mode by pressing the USB POWER button (the one th...Frank Gevaerts1-5/+16
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 Gevaerts1-0/+3
2009-02-28Leave "usb mode" when all LUNs are ejected againFrank Gevaerts2-24/+8
2009-02-28Adds the possibility to show nice "do not disconnect" screens/icons on the US...Frank Gevaerts1-2/+15
2009-02-24remove SERIALIZE_WRITES. The reason for it (the SD bug) is gone, so there's n...Frank Gevaerts1-17/+0
2009-02-22Commit my patch from FS#9940 - fix the invalid active flags in the Gigabeat S...Dave Chapman1-0/+23
2009-02-21small usb serial fixes. This seems to work fine on imx31, but for some reaso...Frank Gevaerts1-8/+1
2009-02-21more fixes. There's still something wrong as it sometimes suddenly stops send...Frank Gevaerts1-25/+21
2009-02-20Fix ringbuffer handling. This will hopefully fix the hang-on-fast-send issueFrank Gevaerts1-33/+42
2009-02-16usb serial on PP seems to have broken. Fix itFrank Gevaerts1-3/+6
2009-02-11Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis1-1/+1
2009-01-21Fix RAM disk when no audio buffer is availableMaurus Cuelenaere1-1/+5
2009-01-21USB storage driver:Maurus Cuelenaere1-2/+2
2009-01-19USB detection changes. c200/e200: Consider USB to be powered when charger is ...Michael Sevakis2-4/+4
2009-01-13USB retweaking: Take out the USB_REQUEST/RELEASE_DISK scheme and simply ask t...Michael Sevakis4-21/+31
2009-01-12improve handling of unimplemented commandsFrank Gevaerts1-1/+5
2008-12-31correct wrong logfFrank Gevaerts1-1/+1
2008-12-13Add a disconnect handler for usb storage. It doesn't do anything yet, but it ...Frank Gevaerts3-1/+7
2008-11-30Replace USE_HIGH_SPEED with USB_NO_HIGH_SPEED, as high speed support is the n...Frank Gevaerts1-1/+1
2008-11-30Move tcc77x/usb-tcc77x.c to usb-tcc.c as it is more general than just tcc77x ...Frank Gevaerts1-1/+11
2008-11-03Add ramdisk storage driver. It will be useful for developing multi-driver sto...Frank Gevaerts1-0/+13
2008-11-02implement single-driver storage layer with macros instead of inlinesFrank Gevaerts1-8/+8
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts2-78/+53
2008-10-31cleanup storage definesFrank Gevaerts1-2/+2
2008-10-31Abstract the PortalPlayer AS3514 handling with an "ascodec" API - inspired by...Dave Chapman1-2/+2
2008-10-20add optional USB mass storage from ramdisk. This can be useful for developmentFrank Gevaerts1-0/+38
2008-10-03disable logf againFrank Gevaerts2-2/+2
2008-10-03reorganise the USB stack a bit to allow for easier integration of non-ARC con...Frank Gevaerts8-86/+137
2008-09-14Simplify & fix the MMC driver. After more than 3 years I found that the MMC s...Jens Arnold1-1/+1
2008-08-31revert r18327, as it introduces serious issues on non-sd players (like ipods)Frank Gevaerts1-14/+6
2008-08-28Make usb_storage work on all targets againFrank Gevaerts1-0/+3
2008-08-21Use cached memory for ata_write_sectors(). This seems to finally fix FS#8663Frank Gevaerts1-6/+11
2008-07-09define SERIALIZE_WRITES for all HAVE_ATA_SD, not just the sansasFrank Gevaerts1-1/+1
2008-07-09Don't do overlapping USB transactions and SD writes. This seems to avoid FS#8663Frank Gevaerts1-1/+19
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg8-16/+32
2008-06-04add usb_allowed_current() function, so powermanagement code can know when it'...Frank Gevaerts1-0/+13
2008-05-13Preparing for the Philips SA9200 part 2. Since the SA9200 doesn't have a micr...Mark Arigo1-1/+1
2008-05-06typo fixes (; instead of , at the end of two assignments) (same as r17398 for...Frank Gevaerts1-2/+2
2008-05-06typo fixes (; instead of , at the end of two assignments)Frank Gevaerts1-2/+2
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin2-2/+2
2008-05-03Added missing usb #includes to usb source files.Bertrik Sikken3-0/+3
2008-04-26- change the usb class driver framework to allow for device classes with more...Frank Gevaerts8-152/+277
2008-04-24Commit whole Creative Zen Vision:M target tree + all related firmware/ Maurus Cuelenaere1-1/+1