Age | Commit message (Expand) | Author |
2011-11-20 | Fix typo in comment | Rafaël Carré |
2011-11-17 | Simulate usb plugging on the sim better using sim_tasks. | Thomas Martitz |
2011-10-27 | usb: add forgotten break in usb switch, this could lead to unwanted code bein... | Amaury Pouly |
2011-10-08 | usb: only declare usb_mmc_countdown on target which don't use the usb stack | Amaury Pouly |
2011-09-14 | Remove obsolete USB_DETECT_BY_DRV define throughout. | Michael Sevakis |
2011-09-05 | usb: make sure device init happens *after* queue/thread creation | Amaury Pouly |
2011-08-15 | Add a 100ms delay before calling disk_mount_all(). Some players (especially s... | Frank Gevaerts |
2011-05-16 | 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-03-05 | Change the thread api a bit. | Thomas Martitz |
2011-02-27 | iPod Classic CE-ATA Support (Part 2 of 4: Remove on-stack sector buffers, and... | Michael Sparmann |
2011-02-14 | All kernel objects in code shared amongs targets (core, plugins, codecs) shou... | Michael Sevakis |
2011-01-29 | USB: Thread must remember that a host has been detected since the POWERED sta... | Michael Sevakis |
2011-01-28 | Big oops. Should be broadcasting SYS_USB_DISCONNECTED _after_ remouting disks. | Michael Sevakis |
2011-01-18 | 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-17 | 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-15 | Bootloader USB mode for PP502x. Enable only on GoGear SA9200 for the time bei... | Michael Sevakis |
2010-11-28 | Accept FS#11774 by Michael Hohmuth (with some own modifications to #ifdef con... | Frank Gevaerts |
2010-10-25 | 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-24 | AMSv2: fix bootloader build with USB enabled | Rafaël Carré |
2010-06-18 | as3525: bootloader USB mode | Rafaël Carré |
2010-06-05 | 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-05-06 | Move c/h files implementing/defining standard library stuff into a new libc d... | Thomas Martitz |
2009-10-23 | 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-20 | Fix red | Michael Sparmann |
2009-10-20 | iPod Nano 2G USB support based on the S3C6400X datasheet. Disabled by default... | Michael Sparmann |
2009-10-13 | Fixed a confusing typo | Michael Sparmann |
2009-06-08 | M:Robe 500: Mostly complete USB driver, supports BULK mode currently and gets... | Karl Kurbjun |
2009-05-23 | Reorganise USB stack defines. Now config.h decides which class drivers get en... | Frank Gevaerts |
2009-05-16 | fix DEBUGF statement to print variables that actually exist (FS#10212 by Tome... | Frank Gevaerts |
2009-05-16 | Add working USB HID driver, by Tomer Shalev (part of his GSoC work). | Frank Gevaerts |
2009-04-18 | USB related Cosmetics, whitespace and readability fixes (FS#10147 by Tomer Sh... | Frank Gevaerts |
2009-02-28 | Leave "usb mode" when all LUNs are ejected again | Frank Gevaerts |
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 |