Age | Commit message (Expand) | Author |
2021-04-26 | Nuke all TCC77x targets: iAudio 7, Sansa C100, M200(v1-3), Logik DAX | Solomon Peachy |
2020-12-24 | USB: Reset poweroff timer for all USB events | Solomon Peachy |
2020-11-17 | usb: increase the stack size. | Solomon Peachy |
2020-11-16 | FS13257: Fix inconsistent defaults in the USB mode selection | Solomon Peachy |
2020-11-13 | ibasso: Hopefully hack usb into building again. | Solomon Peachy |
2020-11-13 | usb: Add ability to prompt user about what to do upon usb insertion | Solomon Peachy |
2020-11-02 | FuzePlus USB+screen dump overflows usbstack | William Wilgus |
2020-07-24 | [4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice. | Solomon Peachy |
2020-07-24 | [1/4] Remove SH support and all archos targets | Solomon Peachy |
2018-07-28 | Add cleaned-up xDuoo X3 support | Solomon Peachy |
2017-10-26 | Fix a few missed things in 16454efc (and hopefully clear the red). | Michael Sevakis |
2017-03-12 | Do some housekeeping with fat.h and SECTOR_SIZE | Michael Sevakis |
2015-01-08 | 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 |
2013-05-22 | USB: Detect charging-only mode upon cable insert, not host detect. | Michael Sevakis |
2013-03-24 | Remove redundant assigment of variable to itself | Bertrik Sikken |
2012-12-07 | usb: add support for hardware handled SET ADDR/CONFIG | Amaury Pouly |
2012-05-20 | Undo f695681 (r30433). USB hardware must be initialized first. | Jens Arnold |
2012-01-07 | usb: fix another typo | Amaury Pouly |
2012-01-07 | usb: fix typo in DEBUGF | Amaury Pouly |
2012-01-04 | 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 |
2011-12-31 | fix r31502: USBOTG_AS3525v2 doesn't exist anymore | Rafaël Carré |
2011-12-31 | usb-target.h: remove | Rafaël Carré |
2011-12-15 | Simplify and neaten-up usb.c a bit. USB_INSERTED and USB_EXTRACTED are always... | Michael Sevakis |
2011-12-14 | Fix the real issue with AMS bootloader USB mode. A call to usb_enable was mis... | Michael Sevakis |
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 |