| Commit message (Expand) | Author | Age |
| * | usb: finally get rid of USE_ROCKBOX_USB in Sansa bootloader, use bootloader usb | Amaury Pouly | 2015-01-08 |
| * | usb: make usb_release_exclusive_storage private | Amaury Pouly | 2015-01-08 |
| * | Clarify usb_powered() and fix some code. | Amaury Pouly | 2015-01-08 |
| * | Get rid of USE_ROCKBOX_USB | Amaury Pouly | 2015-01-08 |
| * | USB: Detect charging-only mode upon cable insert, not host detect. | Michael Sevakis | 2013-05-22 |
| * | Remove redundant assigment of variable to itself | Bertrik Sikken | 2013-03-24 |
| * | usb: add support for hardware handled SET ADDR/CONFIG | Amaury Pouly | 2012-12-07 |
| * | Undo f695681 (r30433). USB hardware must be initialized first. | Jens Arnold | 2012-05-20 |
| * | usb: fix another typo | Amaury Pouly | 2012-01-07 |
| * | usb: fix typo in DEBUGF | Amaury Pouly | 2012-01-07 |
| * | Move some variable declarations to inside #ifdef USB_FULL_INIT, to avoid warn... | Frank Gevaerts | 2012-01-04 |
| * | Reorganise USB initialisation to not depend on a specific enumeration sequenc... | Frank Gevaerts | 2012-01-04 |
| * | fix r31502: USBOTG_AS3525v2 doesn't exist anymore | Rafaël Carré | 2011-12-31 |
| * | usb-target.h: remove | Rafaël Carré | 2011-12-31 |
| * | Simplify and neaten-up usb.c a bit. USB_INSERTED and USB_EXTRACTED are always... | Michael Sevakis | 2011-12-15 |
| * | Fix the real issue with AMS bootloader USB mode. A call to usb_enable was mis... | Michael Sevakis | 2011-12-14 |
| * | Fix typo in comment | Rafaël Carré | 2011-11-20 |
| * | Simulate usb plugging on the sim better using sim_tasks. | Thomas Martitz | 2011-11-17 |
| * | usb: add forgotten break in usb switch, this could lead to unwanted code bein... | Amaury Pouly | 2011-10-27 |
| * | usb: only declare usb_mmc_countdown on target which don't use the usb stack | Amaury Pouly | 2011-10-08 |
| * | Remove obsolete USB_DETECT_BY_DRV define throughout. | Michael Sevakis | 2011-09-14 |
| * | usb: make sure device init happens *after* queue/thread creation | Amaury Pouly | 2011-09-05 |
| * | Add a 100ms delay before calling disk_mount_all(). Some players (especially s... | Frank Gevaerts | 2011-08-15 |
| * | The gigabeat S needs special casing so that you can still hold vol down to ac... | Michael Giacomelli | 2011-05-16 |
| * | Enter USB charging mode on devices that support it if any key is held down du... | Michael Giacomelli | 2011-05-16 |
| * | Change the thread api a bit. | Thomas Martitz | 2011-03-05 |
| * | iPod Classic CE-ATA Support (Part 2 of 4: Remove on-stack sector buffers, and... | Michael Sparmann | 2011-02-27 |
| * | All kernel objects in code shared amongs targets (core, plugins, codecs) shou... | Michael Sevakis | 2011-02-14 |
| * | USB: Thread must remember that a host has been detected since the POWERED sta... | Michael Sevakis | 2011-01-29 |
| * | Big oops. Should be broadcasting SYS_USB_DISCONNECTED _after_ remouting disks. | Michael Sevakis | 2011-01-28 |
| * | Fix colors from r29084. Had some things in the wrong preprocessor blocks. | Michael Sevakis | 2011-01-18 |
| * | Try to get some control over #ifdef hell in usb.c by refactoring and inline f... | Michael Sevakis | 2011-01-18 |
| * | One change in r29068 wasn't right. Clarify comments on why it's the way it is... | Michael Sevakis | 2011-01-17 |
| * | Add a higher level USB detection that prevents fraudulent bus resets from cau... | Michael Sevakis | 2011-01-17 |
| * | Bootloader USB mode for PP502x. Enable only on GoGear SA9200 for the time bei... | Michael Sevakis | 2011-01-15 |
| * | Accept FS#11774 by Michael Hohmuth (with some own modifications to #ifdef con... | Frank Gevaerts | 2010-11-28 |
| * | Really fix yellow: Rename BMP_LINESIZE and BMP_BPP to get rid of the macro na... | Michael Sparmann | 2010-10-25 |
| * | Fix screendump on iPod Nano 2G by increasing the usb thread stack size and re... | Michael Sparmann | 2010-10-25 |
| * | AMSv2: fix bootloader build with USB enabled | Rafaël Carré | 2010-10-24 |
| * | as3525: bootloader USB mode | Rafaël Carré | 2010-06-18 |
| * | 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-06-05 |
| * | Move c/h files implementing/defining standard library stuff into a new libc d... | Thomas Martitz | 2010-05-06 |
| * | 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-23 |
| * | Fix red | Michael Sparmann | 2009-10-20 |
| * | iPod Nano 2G USB support based on the S3C6400X datasheet. Disabled by default... | Michael Sparmann | 2009-10-20 |
| * | Fixed a confusing typo | Michael Sparmann | 2009-10-13 |
| * | M:Robe 500: Mostly complete USB driver, supports BULK mode currently and gets... | Karl Kurbjun | 2009-06-08 |
| * | Reorganise USB stack defines. Now config.h decides which class drivers get en... | Frank Gevaerts | 2009-05-23 |