index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
usb.c
Age
Commit message (
Expand
)
Author
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
2008-03-21
fix H10 not rebooting on usb connect. Apologies to H10 users who enjoyed thei...
Frank Gevaerts
2008-03-21
move an #endif to its proper place. This should not actually change anything
Frank Gevaerts
2008-03-20
move boosting for usb around a bit, so the cpu is boosted for the entire dura...
Frank Gevaerts
2008-03-10
remember to test a bit more when doing larger changes...
Frank Gevaerts
2008-03-10
make the usb storage driver handle hotswap correctly, and exit the usb screen...
Frank Gevaerts
2008-03-06
reorganise the usb stack to provide a clean separation between core and class...
Frank Gevaerts
2008-03-02
implement logf over usb-serial. Needs USB_SERIAL defined in usb_core.h to wor...
Frank Gevaerts
2008-03-02
don't do small cleanups just before going to sleep...
Frank Gevaerts
2008-03-02
small cleanup
Frank Gevaerts
2008-03-02
Make it not reboot when plugged into a wall charger with USE_ROCKBOX_USB diab...
Frank Gevaerts
2008-03-02
Only show the usb screen once a real usb connection is established. In case o...
Frank Gevaerts
2008-02-28
HAVE_POWER isn't defined for any target. It should be HAVE_USB_POWER.
Barry Wardell
2008-02-27
check for HAVE_POWER outside all uses of USBPOWER_BUTTON
Frank Gevaerts
2008-02-27
move the usb_core thread functionality to the main usb thread
Frank Gevaerts
2007-11-22
New USB stack
Björn Stenberg
[next]