summaryrefslogtreecommitdiffstats
path: root/firmware/usbstack
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-20Put USB controller structures in IRAM. This seems to make the connection much...Frank Gevaerts1-1/+7
2008-04-18Add keywords and fix headers for files the usbstack files.Michael Sevakis3-3/+3
2008-04-18UMS for the Gigabeat S. Bootloader USB mode. Has a couple quirks 1) First plu...Michael Sevakis3-23/+33
2008-04-16Fix yellow. usb_strings needs to point to const data as well.Michael Sevakis1-1/+1
2008-04-16Simpilify the uncached buffer allocation for the USB stack using NOCACHEBSS_A...Michael Sevakis1-9/+6
2008-04-15FS#8898 - Prefix AS3514 registers with AS3514_Bertrik Sikken1-1/+1
2008-04-13only reconnect mass storage if there is actually an active usb connection, wi...Frank Gevaerts1-3/+6
2008-04-01Clean up the way empty transfers are sent in error cases.Frank Gevaerts1-21/+23
2008-03-22Sending an empty data block before sending the FAIL CSW seems to make Windows...Frank Gevaerts1-0/+14
2008-03-20move boosting for usb around a bit, so the cpu is boosted for the entire dura...Frank Gevaerts1-3/+0
2008-03-18fix SCSI_FORMAT_CAPACITY_FORMATTED_MEDIA flag endianness. Thanks to Martin Ri...Frank Gevaerts1-1/+1
2008-03-13Only boost the CPU for large transactions. It would be nice to get rid of boo...Frank Gevaerts1-0/+3
2008-03-10fix the last warningFrank Gevaerts1-1/+1
2008-03-10remember to test a bit more when doing larger changes...Frank Gevaerts1-4/+4
2008-03-10make the usb storage driver handle hotswap correctly, and exit the usb screen...Frank Gevaerts4-19/+107
2008-03-10make usb_serial work again. Also know as "make sure arrays are allocated at t...Frank Gevaerts1-4/+4
2008-03-06reorganise the usb stack to provide a clean separation between core and class...Frank Gevaerts6-545/+760
2008-03-04handle interface-specific control requests a bit more cleanlyFrank Gevaerts1-5/+18