summaryrefslogtreecommitdiffstats
path: root/firmware/usb.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-18as3525: bootloader USB modeRafaël Carré1-1/+2
2010-06-05Put an #ifdef in the technically correct place. No functional change.Jens Arnold1-1/+1
2010-06-05New USB charging system, part 2 - "Force" charging modeTorne Wuff1-0/+13
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+0
2009-10-23Revert disabling of USB HID while in charging mode (introduced by r23322), inTomer Shalev1-1/+1
2009-10-23FS#10704 - Make a configuration option to disable USB HID Tomer Shalev1-2/+14
2009-10-20Fix redMichael Sparmann1-3/+4
2009-10-20iPod Nano 2G USB support based on the S3C6400X datasheet. Disabled by default...Michael Sparmann1-0/+4
2009-10-13Fixed a confusing typoMichael Sparmann1-1/+1
2009-06-08M:Robe 500: Mostly complete USB driver, supports BULK mode currently and gets...Karl Kurbjun1-1/+2
2009-05-23Reorganise USB stack defines. Now config.h decides which class drivers get en...Frank Gevaerts1-8/+14
2009-05-16fix DEBUGF statement to print variables that actually exist (FS#10212 by Tome...Frank Gevaerts1-1/+1
2009-05-16Add working USB HID driver, by Tomer Shalev (part of his GSoC work).Frank Gevaerts1-0/+6
2009-04-18USB related Cosmetics, whitespace and readability fixes (FS#10147 by Tomer Sh...Frank Gevaerts1-10/+10
2009-02-28Leave "usb mode" when all LUNs are ejected againFrank Gevaerts1-6/+15
2009-02-25Don't use inverted button behaviour on H10 when using Rockbox USB (as opposed...Frank Gevaerts1-1/+1
2009-02-21Only enable drivers if they exist. This should probably be handled differentl...Frank Gevaerts1-0/+8
2009-02-10Move screendump from apps to firmware, solving two nasty firmware-to-apps cal...Jens Arnold1-6/+5
2009-01-22Use bus reset detection for all ARC OTG devices. Remove conflict from LV24020...Michael Sevakis1-8/+28
2009-01-19USB detection changes. c200/e200: Consider USB to be powered when charger is ...Michael Sevakis1-13/+52
2009-01-14Do penance. Fix yellow.Michael Sevakis1-2/+2
2009-01-14Gigabeat S has no need for a USB tick. Put in a simple framework that allows ...Michael Sevakis1-23/+51
2009-01-13Fix more red. Missed one other place it needed #ifdef HAVE_USB_POWER.Michael Sevakis1-0/+2
2009-01-13Fix red. Forgot to add a #ifdef HAVE_USB_POWER in one spot.Michael Sevakis1-0/+2
2009-01-13USB retweaking: Take out the USB_REQUEST/RELEASE_DISK scheme and simply ask t...Michael Sevakis1-193/+164
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