summaryrefslogtreecommitdiffstats
path: root/firmware/usb.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-05Change the thread api a bit.Thomas Martitz1-2/+2
2011-02-27iPod Classic CE-ATA Support (Part 2 of 4: Remove on-stack sector buffers, and...Michael Sparmann1-1/+1
2011-02-14All kernel objects in code shared amongs targets (core, plugins, codecs) shou...Michael Sevakis1-1/+1
2011-01-29USB: Thread must remember that a host has been detected since the POWERED sta...Michael Sevakis1-2/+14
2011-01-28Big oops. Should be broadcasting SYS_USB_DISCONNECTED _after_ remouting disks.Michael Sevakis1-2/+3
2011-01-18Fix colors from r29084. Had some things in the wrong preprocessor blocks.Michael Sevakis1-40/+40
2011-01-18Try to get some control over #ifdef hell in usb.c by refactoring and inline f...Michael Sevakis1-272/+325
2011-01-17One change in r29068 wasn't right. Clarify comments on why it's the way it is...Michael Sevakis1-4/+5
2011-01-17Add a higher level USB detection that prevents fraudulent bus resets from cau...Michael Sevakis1-7/+12
2011-01-15Bootloader USB mode for PP502x. Enable only on GoGear SA9200 for the time bei...Michael Sevakis1-1/+1
2010-11-28Accept FS#11774 by Michael Hohmuth (with some own modifications to #ifdef con...Frank Gevaerts1-0/+2
2010-10-25Really fix yellow: Rename BMP_LINESIZE and BMP_BPP to get rid of the macro na...Michael Sparmann1-1/+1
2010-10-25Fix screendump on iPod Nano 2G by increasing the usb thread stack size and re...Michael Sparmann1-3/+2
2010-10-24AMSv2: fix bootloader build with USB enabledRafaël Carré1-1/+2
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