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