summaryrefslogtreecommitdiff
path: root/firmware/usb.c
AgeCommit message (Expand)Author
2012-05-20Undo f695681 (r30433). USB hardware must be initialized first.Jens Arnold
2012-01-07usb: fix another typoAmaury Pouly
2012-01-07usb: fix typo in DEBUGFAmaury Pouly
2012-01-04Move some variable declarations to inside #ifdef USB_FULL_INIT, to avoid warn...Frank Gevaerts
2012-01-04Reorganise USB initialisation to not depend on a specific enumeration sequenc...Frank Gevaerts
2011-12-31fix r31502: USBOTG_AS3525v2 doesn't exist anymoreRafaël Carré
2011-12-31usb-target.h: removeRafaël Carré
2011-12-15Simplify and neaten-up usb.c a bit. USB_INSERTED and USB_EXTRACTED are always...Michael Sevakis
2011-12-14Fix the real issue with AMS bootloader USB mode. A call to usb_enable was mis...Michael Sevakis
2011-11-20Fix typo in commentRafaël Carré
2011-11-17Simulate usb plugging on the sim better using sim_tasks.Thomas Martitz
2011-10-27usb: add forgotten break in usb switch, this could lead to unwanted code bein...Amaury Pouly
2011-10-08usb: only declare usb_mmc_countdown on target which don't use the usb stackAmaury Pouly
2011-09-14Remove obsolete USB_DETECT_BY_DRV define throughout.Michael Sevakis
2011-09-05usb: make sure device init happens *after* queue/thread creationAmaury Pouly
2011-08-15Add a 100ms delay before calling disk_mount_all(). Some players (especially s...Frank Gevaerts
2011-05-16The gigabeat S needs special casing so that you can still hold vol down to ac...Michael Giacomelli
2011-05-16Enter USB charging mode on devices that support it if any key is held down du...Michael Giacomelli
2011-03-05Change the thread api a bit.Thomas Martitz
2011-02-27iPod Classic CE-ATA Support (Part 2 of 4: Remove on-stack sector buffers, and...Michael Sparmann
2011-02-14All kernel objects in code shared amongs targets (core, plugins, codecs) shou...Michael Sevakis
2011-01-29USB: Thread must remember that a host has been detected since the POWERED sta...Michael Sevakis
2011-01-28Big oops. Should be broadcasting SYS_USB_DISCONNECTED _after_ remouting disks.Michael Sevakis
2011-01-18Fix colors from r29084. Had some things in the wrong preprocessor blocks.Michael Sevakis
2011-01-18Try to get some control over #ifdef hell in usb.c by refactoring and inline f...Michael Sevakis
2011-01-17One change in r29068 wasn't right. Clarify comments on why it's the way it is...Michael Sevakis
2011-01-17Add a higher level USB detection that prevents fraudulent bus resets from cau...Michael Sevakis
2011-01-15Bootloader USB mode for PP502x. Enable only on GoGear SA9200 for the time bei...Michael Sevakis
2010-11-28Accept FS#11774 by Michael Hohmuth (with some own modifications to #ifdef con...Frank Gevaerts
2010-10-25Really fix yellow: Rename BMP_LINESIZE and BMP_BPP to get rid of the macro na...Michael Sparmann
2010-10-25Fix screendump on iPod Nano 2G by increasing the usb thread stack size and re...Michael Sparmann
2010-10-24AMSv2: fix bootloader build with USB enabledRafaël Carré
2010-06-18as3525: bootloader USB modeRafaël Carré
2010-06-05Put an #ifdef in the technically correct place. No functional change.Jens Arnold
2010-06-05New USB charging system, part 2 - "Force" charging modeTorne Wuff
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2009-10-23Revert disabling of USB HID while in charging mode (introduced by r23322), inTomer Shalev
2009-10-23FS#10704 - Make a configuration option to disable USB HID Tomer Shalev
2009-10-20Fix redMichael Sparmann
2009-10-20iPod Nano 2G USB support based on the S3C6400X datasheet. Disabled by default...Michael Sparmann
2009-10-13Fixed a confusing typoMichael Sparmann
2009-06-08M:Robe 500: Mostly complete USB driver, supports BULK mode currently and gets...Karl Kurbjun
2009-05-23Reorganise USB stack defines. Now config.h decides which class drivers get en...Frank Gevaerts
2009-05-16fix DEBUGF statement to print variables that actually exist (FS#10212 by Tome...Frank Gevaerts
2009-05-16Add working USB HID driver, by Tomer Shalev (part of his GSoC work).Frank Gevaerts
2009-04-18USB related Cosmetics, whitespace and readability fixes (FS#10147 by Tomer Sh...Frank Gevaerts
2009-02-28Leave "usb mode" when all LUNs are ejected againFrank Gevaerts
2009-02-25Don't use inverted button behaviour on H10 when using Rockbox USB (as opposed...Frank Gevaerts
2009-02-21Only enable drivers if they exist. This should probably be handled differentl...Frank Gevaerts
2009-02-10Move screendump from apps to firmware, solving two nasty firmware-to-apps cal...Jens Arnold