summaryrefslogtreecommitdiff
path: root/firmware/usb.c (follow)
Commit message (Expand)AuthorAge
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Revert disabling of USB HID while in charging mode (introduced by r23322), inTomer Shalev2009-10-23
* FS#10704 - Make a configuration option to disable USB HID Tomer Shalev2009-10-23
* Fix redMichael Sparmann2009-10-20
* iPod Nano 2G USB support based on the S3C6400X datasheet. Disabled by default...Michael Sparmann2009-10-20
* Fixed a confusing typoMichael Sparmann2009-10-13
* M:Robe 500: Mostly complete USB driver, supports BULK mode currently and gets...Karl Kurbjun2009-06-08
* Reorganise USB stack defines. Now config.h decides which class drivers get en...Frank Gevaerts2009-05-23
* fix DEBUGF statement to print variables that actually exist (FS#10212 by Tome...Frank Gevaerts2009-05-16
* Add working USB HID driver, by Tomer Shalev (part of his GSoC work).Frank Gevaerts2009-05-16
* USB related Cosmetics, whitespace and readability fixes (FS#10147 by Tomer Sh...Frank Gevaerts2009-04-18
* Leave "usb mode" when all LUNs are ejected againFrank Gevaerts2009-02-28
* Don't use inverted button behaviour on H10 when using Rockbox USB (as opposed...Frank Gevaerts2009-02-25
* Only enable drivers if they exist. This should probably be handled differentl...Frank Gevaerts2009-02-21
* Move screendump from apps to firmware, solving two nasty firmware-to-apps cal...Jens Arnold2009-02-10
* Use bus reset detection for all ARC OTG devices. Remove conflict from LV24020...Michael Sevakis2009-01-22
* USB detection changes. c200/e200: Consider USB to be powered when charger is ...Michael Sevakis2009-01-19
* Do penance. Fix yellow.Michael Sevakis2009-01-14
* Gigabeat S has no need for a USB tick. Put in a simple framework that allows ...Michael Sevakis2009-01-14
* Fix more red. Missed one other place it needed #ifdef HAVE_USB_POWER.Michael Sevakis2009-01-13
* Fix red. Forgot to add a #ifdef HAVE_USB_POWER in one spot.Michael Sevakis2009-01-13
* USB retweaking: Take out the USB_REQUEST/RELEASE_DISK scheme and simply ask t...Michael Sevakis2009-01-13
* Keyclick fixup take two. It is only 88 samples (2msec) long so keep a small s...Michael Sevakis2008-12-13
* PCM buffer beeping needs the audio buffer reset in order to work after operat...Michael Sevakis2008-12-13
* Fix red and a couple other things I somehow missed.Michael Sevakis2008-12-10
* Use cookies for thread identification instead of pointers directly which give...Michael Sevakis2008-12-10
* Hopefully mop-up remaining red.Michael Sevakis2008-12-03
* Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis2008-12-03
* don't waste time and binsize enabling the usb controller just before rebootingFrank Gevaerts2008-11-30
* Commit some USB and ATA rework/refactoring (+ USB GPIO detection).Maurus Cuelenaere2008-11-21
* Properly guard usb_mmc_countdown with the proper #ifs everywhereFrank Gevaerts2008-11-09
* Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts2008-11-01
* cleanup storage definesFrank Gevaerts2008-10-31
* telechips usb: not ready for use but, something is working, needs improvement.Vitja Makarov2008-10-14
* add HAVE_DISK_STORAGE, and use that instead of HAVE_FLASH_STORAGE when checki...Frank Gevaerts2008-10-07
* Fix red.Jens Arnold2008-09-24
* Repair bootbox on the archoses (that bug went undetected for >2.5 years), and...Jens Arnold2008-09-24
* Fix wrong #endif placement.Jens Arnold2008-09-16
* properly remount the filesystem after usb disconnect with software usbFrank Gevaerts2008-08-20
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* 1) Use a separate config-<target>.h for Zen Vision(:M) (60GB)Maurus Cuelenaere2008-05-14
* Bring Gigabeat S bootloader one step close to a release version.Michael Sevakis2008-05-10
* Commit whole Creative Zen Vision:M target tree + all related firmware/ Maurus Cuelenaere2008-04-24
* UMS for the Gigabeat S. Bootloader USB mode. Has a couple quirks 1) First plu...Michael Sevakis2008-04-18
* Hopefully fix FS#8506 (OF cant be loaded on some PP targets). also hopefully ...Jonathan Gordon2008-04-07
* Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis2008-03-26
* Set usb_state to USB_POWERED on plugin for software usb device. Otherwise, th...Frank Gevaerts2008-03-22
* fix H10 not rebooting on usb connect. Apologies to H10 users who enjoyed thei...Frank Gevaerts2008-03-21
* move an #endif to its proper place. This should not actually change anythingFrank Gevaerts2008-03-21
* move boosting for usb around a bit, so the cpu is boosted for the entire dura...Frank Gevaerts2008-03-20