summaryrefslogtreecommitdiff
path: root/firmware/usb.c (follow)
Commit message (Expand)AuthorAge
* usb: finally get rid of USE_ROCKBOX_USB in Sansa bootloader, use bootloader usbAmaury Pouly2015-01-08
* usb: make usb_release_exclusive_storage privateAmaury Pouly2015-01-08
* Clarify usb_powered() and fix some code.Amaury Pouly2015-01-08
* Get rid of USE_ROCKBOX_USBAmaury Pouly2015-01-08
* USB: Detect charging-only mode upon cable insert, not host detect.Michael Sevakis2013-05-22
* Remove redundant assigment of variable to itselfBertrik Sikken2013-03-24
* usb: add support for hardware handled SET ADDR/CONFIGAmaury Pouly2012-12-07
* Undo f695681 (r30433). USB hardware must be initialized first.Jens Arnold2012-05-20
* usb: fix another typoAmaury Pouly2012-01-07
* usb: fix typo in DEBUGFAmaury Pouly2012-01-07
* Move some variable declarations to inside #ifdef USB_FULL_INIT, to avoid warn...Frank Gevaerts2012-01-04
* Reorganise USB initialisation to not depend on a specific enumeration sequenc...Frank Gevaerts2012-01-04
* fix r31502: USBOTG_AS3525v2 doesn't exist anymoreRafaël Carré2011-12-31
* usb-target.h: removeRafaël Carré2011-12-31
* Simplify and neaten-up usb.c a bit. USB_INSERTED and USB_EXTRACTED are always...Michael Sevakis2011-12-15
* Fix the real issue with AMS bootloader USB mode. A call to usb_enable was mis...Michael Sevakis2011-12-14
* Fix typo in commentRafaël Carré2011-11-20
* Simulate usb plugging on the sim better using sim_tasks.Thomas Martitz2011-11-17
* usb: add forgotten break in usb switch, this could lead to unwanted code bein...Amaury Pouly2011-10-27
* usb: only declare usb_mmc_countdown on target which don't use the usb stackAmaury Pouly2011-10-08
* Remove obsolete USB_DETECT_BY_DRV define throughout.Michael Sevakis2011-09-14
* usb: make sure device init happens *after* queue/thread creationAmaury Pouly2011-09-05
* Add a 100ms delay before calling disk_mount_all(). Some players (especially s...Frank Gevaerts2011-08-15
* The gigabeat S needs special casing so that you can still hold vol down to ac...Michael Giacomelli2011-05-16
* Enter USB charging mode on devices that support it if any key is held down du...Michael Giacomelli2011-05-16
* Change the thread api a bit.Thomas Martitz2011-03-05
* iPod Classic CE-ATA Support (Part 2 of 4: Remove on-stack sector buffers, and...Michael Sparmann2011-02-27
* All kernel objects in code shared amongs targets (core, plugins, codecs) shou...Michael Sevakis2011-02-14
* USB: Thread must remember that a host has been detected since the POWERED sta...Michael Sevakis2011-01-29
* Big oops. Should be broadcasting SYS_USB_DISCONNECTED _after_ remouting disks.Michael Sevakis2011-01-28
* Fix colors from r29084. Had some things in the wrong preprocessor blocks.Michael Sevakis2011-01-18
* Try to get some control over #ifdef hell in usb.c by refactoring and inline f...Michael Sevakis2011-01-18
* One change in r29068 wasn't right. Clarify comments on why it's the way it is...Michael Sevakis2011-01-17
* Add a higher level USB detection that prevents fraudulent bus resets from cau...Michael Sevakis2011-01-17
* Bootloader USB mode for PP502x. Enable only on GoGear SA9200 for the time bei...Michael Sevakis2011-01-15
* Accept FS#11774 by Michael Hohmuth (with some own modifications to #ifdef con...Frank Gevaerts2010-11-28
* Really fix yellow: Rename BMP_LINESIZE and BMP_BPP to get rid of the macro na...Michael Sparmann2010-10-25
* Fix screendump on iPod Nano 2G by increasing the usb thread stack size and re...Michael Sparmann2010-10-25
* AMSv2: fix bootloader build with USB enabledRafaël Carré2010-10-24
* as3525: bootloader USB modeRafaël Carré2010-06-18
* Put an #ifdef in the technically correct place. No functional change.Jens Arnold2010-06-05
* New USB charging system, part 2 - "Force" charging modeTorne Wuff2010-06-05
* 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