index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
usb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-24
USB: Reset poweroff timer for all USB events
Solomon Peachy
1
-0
/
+3
2020-11-17
usb: increase the stack size.
Solomon Peachy
1
-1
/
+1
2020-11-16
FS13257: Fix inconsistent defaults in the USB mode selection
Solomon Peachy
1
-3
/
+4
2020-11-13
ibasso: Hopefully hack usb into building again.
Solomon Peachy
1
-7
/
+7
2020-11-13
usb: Add ability to prompt user about what to do upon usb insertion
Solomon Peachy
1
-16
/
+64
2020-11-02
FuzePlus USB+screen dump overflows usbstack
William Wilgus
1
-1
/
+4
2020-07-24
[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.
Solomon Peachy
1
-6
/
+0
2020-07-24
[1/4] Remove SH support and all archos targets
Solomon Peachy
1
-1
/
+1
2018-07-28
Add cleaned-up xDuoo X3 support
Solomon Peachy
1
-1
/
+2
2017-10-26
Fix a few missed things in 16454efc (and hopefully clear the red).
Michael Sevakis
1
-0
/
+3
2017-03-12
Do some housekeeping with fat.h and SECTOR_SIZE
Michael Sevakis
1
-1
/
+0
2015-01-08
usb: finally get rid of USE_ROCKBOX_USB in Sansa bootloader, use bootloader usb
Amaury Pouly
1
-3
/
+1
2015-01-08
usb: make usb_release_exclusive_storage private
Amaury Pouly
1
-0
/
+2
2015-01-08
Clarify usb_powered() and fix some code.
Amaury Pouly
1
-1
/
+1
2015-01-08
Get rid of USE_ROCKBOX_USB
Amaury Pouly
1
-15
/
+4
2013-05-22
USB: Detect charging-only mode upon cable insert, not host detect.
Michael Sevakis
1
-5
/
+15
2013-03-24
Remove redundant assigment of variable to itself
Bertrik Sikken
1
-1
/
+1
2012-12-07
usb: add support for hardware handled SET ADDR/CONFIG
Amaury Pouly
1
-0
/
+11
2012-05-20
Undo f695681 (r30433). USB hardware must be initialized first.
Jens Arnold
1
-2
/
+5
2012-01-07
usb: fix another typo
Amaury Pouly
1
-1
/
+1
2012-01-07
usb: fix typo in DEBUGF
Amaury Pouly
1
-1
/
+1
2012-01-04
Move some variable declarations to inside #ifdef USB_FULL_INIT, to avoid warn...
Frank Gevaerts
1
-3
/
+3
2012-01-04
Reorganise USB initialisation to not depend on a specific enumeration sequenc...
Frank Gevaerts
1
-77
/
+81
2011-12-31
fix r31502: USBOTG_AS3525v2 doesn't exist anymore
Rafaël Carré
1
-3
/
+2
2011-12-31
usb-target.h: remove
Rafaël Carré
1
-1
/
+0
2011-12-15
Simplify and neaten-up usb.c a bit. USB_INSERTED and USB_EXTRACTED are always...
Michael Sevakis
1
-87
/
+64
2011-12-14
Fix the real issue with AMS bootloader USB mode. A call to usb_enable was mis...
Michael Sevakis
1
-6
/
+15
2011-11-20
Fix typo in comment
Rafaël Carré
1
-1
/
+1
2011-11-17
Simulate usb plugging on the sim better using sim_tasks.
Thomas Martitz
1
-5
/
+3
2011-10-27
usb: add forgotten break in usb switch, this could lead to unwanted code bein...
Amaury Pouly
1
-1
/
+1
2011-10-08
usb: only declare usb_mmc_countdown on target which don't use the usb stack
Amaury Pouly
1
-1
/
+1
2011-09-14
Remove obsolete USB_DETECT_BY_DRV define throughout.
Michael Sevakis
1
-16
/
+11
2011-09-05
usb: make sure device init happens *after* queue/thread creation
Amaury Pouly
1
-2
/
+2
2011-08-15
Add a 100ms delay before calling disk_mount_all(). Some players (especially s...
Frank Gevaerts
1
-0
/
+1
2011-05-16
The gigabeat S needs special casing so that you can still hold vol down to ac...
Michael Giacomelli
1
-1
/
+1
2011-05-16
Enter USB charging mode on devices that support it if any key is held down du...
Michael Giacomelli
1
-5
/
+1
2011-03-05
Change the thread api a bit.
Thomas Martitz
1
-2
/
+2
2011-02-27
iPod Classic CE-ATA Support (Part 2 of 4: Remove on-stack sector buffers, and...
Michael Sparmann
1
-1
/
+1
2011-02-14
All kernel objects in code shared amongs targets (core, plugins, codecs) shou...
Michael Sevakis
1
-1
/
+1
2011-01-29
USB: Thread must remember that a host has been detected since the POWERED sta...
Michael Sevakis
1
-2
/
+14
2011-01-28
Big oops. Should be broadcasting SYS_USB_DISCONNECTED _after_ remouting disks.
Michael Sevakis
1
-2
/
+3
2011-01-18
Fix colors from r29084. Had some things in the wrong preprocessor blocks.
Michael Sevakis
1
-40
/
+40
2011-01-18
Try to get some control over #ifdef hell in usb.c by refactoring and inline f...
Michael Sevakis
1
-272
/
+325
2011-01-17
One change in r29068 wasn't right. Clarify comments on why it's the way it is...
Michael Sevakis
1
-4
/
+5
2011-01-17
Add a higher level USB detection that prevents fraudulent bus resets from cau...
Michael Sevakis
1
-7
/
+12
2011-01-15
Bootloader USB mode for PP502x. Enable only on GoGear SA9200 for the time bei...
Michael Sevakis
1
-1
/
+1
2010-11-28
Accept FS#11774 by Michael Hohmuth (with some own modifications to #ifdef con...
Frank Gevaerts
1
-0
/
+2
2010-10-25
Really fix yellow: Rename BMP_LINESIZE and BMP_BPP to get rid of the macro na...
Michael Sparmann
1
-1
/
+1
2010-10-25
Fix screendump on iPod Nano 2G by increasing the usb thread stack size and re...
Michael Sparmann
1
-3
/
+2
2010-10-24
AMSv2: fix bootloader build with USB enabled
Rafaël Carré
1
-1
/
+2
[next]