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.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
usbstack
/
usb_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-14
usb_core: don't buffer control request unnecessarily
Aidan MacDonald
1
-3
/
+1
2021-11-13
usb_core: More legacy control API fixes
Aidan MacDonald
1
-8
/
+11
2021-11-09
usb: Fix possible SET ADDRESS data corruption
Aidan MacDonald
1
-2
/
+5
2021-11-08
usb: Attempt to fix race condition in compatibility layer
Aidan MacDonald
1
-10
/
+14
2021-10-16
usb: port usb_core control request handling to new API
Aidan MacDonald
1
-56
/
+52
2021-10-16
usb: implement new API with legacy emulation layer
Aidan MacDonald
1
-21
/
+127
2021-10-16
usb: add request data argument to all control request handlers
Aidan MacDonald
1
-25
/
+25
2021-10-16
usb: give USB transfer completion events two data pointers
Aidan MacDonald
1
-4
/
+6
2021-10-16
usb: introduce new control request API
Aidan MacDonald
1
-1
/
+1
2021-10-06
usbstack: Revise usb string descriptor table to use enum values for indices
James Buren
1
-10
/
+9
2021-10-02
x1000: fix hang that may occur in USB mode
Aidan MacDonald
1
-0
/
+6
2021-09-20
usb: rename usb_drv_recv() to usb_recv_recv_nonblocking()
Aidan MacDonald
1
-6
/
+6
2021-07-10
Sansa Connect: Use deviceid in USB Serial Number
Tomasz Moń
1
-0
/
+20
2021-03-25
usb: implement macro for initializing USB strings
James Buren
1
-25
/
+4
2014-02-10
Coding style fix for bde5394
Marcin Bukat
1
-3
/
+4
2014-02-09
Return a valid USB string descriptor for index 0xEE.
Frank Gevaerts
1
-0
/
+7
2014-01-05
Make sure usb class driver disconnect() functions are called properly.
Frank Gevaerts
1
-8
/
+20
2013-07-24
usb stack: add more verbose debug logf()s
Marcin Bukat
1
-2
/
+6
2013-07-24
usb_core: rework handling of clear feature
Amaury Pouly
1
-3
/
+13
2013-06-24
imx233: fix ocotop/debug and usb-core for stmp3600
Amaury Pouly
1
-1
/
+2
2013-06-16
imx233: rewrite ocotp using new register headers
Amaury Pouly
1
-1
/
+1
2012-12-07
usb: add support for hardware handled SET ADDR/CONFIG
Amaury Pouly
1
-17
/
+53
2012-05-31
Fill USB serial number descriptor on imx233 targets.
Amaury Pouly
1
-0
/
+27
2012-05-07
missing const
Rafaël Carré
1
-1
/
+1
2012-01-04
Reorganise USB initialisation to not depend on a specific enumeration sequenc...
Frank Gevaerts
1
-5
/
+0
2011-12-31
usb_core: Fix typo in comment
Michael Sparmann
1
-1
/
+1
2011-05-08
Fix tabs in .c and .h files in firmware/
Bertrik Sikken
1
-4
/
+4
2011-01-17
Add a higher level USB detection that prevents fraudulent bus resets from cau...
Michael Sevakis
1
-0
/
+5
2010-09-20
usb: remove unused variable and correctly stall on unhandled control requests
Amaury Pouly
1
-2
/
+8
2010-09-06
Fix set_serial_descriptor() for targets with as3543
Rafaël Carré
1
-4
/
+4
2010-06-05
New USB charging system, part 2 - "Force" charging mode
Torne Wuff
1
-5
/
+28
2010-06-05
New USB charging system, part 1 - API rework and user-visible setting update
Torne Wuff
1
-4
/
+38
2010-04-13
Enforce the 80-char limit to make everyone happy.
Amaury Pouly
1
-5
/
+10
2010-04-13
- Forget a cosmetic change.
Amaury Pouly
1
-2
/
+2
2010-04-13
Attempt to have a consistent coding convention in usb_core.c
Amaury Pouly
1
-137
/
+124
2010-03-27
Remove unnecessary (and incorrect) acks after stalling the control endpoint
Frank Gevaerts
1
-10
/
+0
2010-03-08
- Fix the control_handler selection in usb_core when a request in sent to an ...
Amaury Pouly
1
-19
/
+38
2009-11-15
use the EP_DIR() macro to go from USB_DIR_* to a 0 or 1 value
Frank Gevaerts
1
-2
/
+2
2009-11-15
Don't use the same completion_event for both directions. This could cause pro...
Frank Gevaerts
1
-3
/
+3
2009-11-03
Comment out LOGF_ENABLE defines everywhere, replace evil comments
Jeffrey Goode
1
-1
/
+1
2009-10-19
Change control handling to start expecting host packets before sending data t...
Frank Gevaerts
1
-29
/
+27
2009-10-13
USB: Use explicit casting when setting wTotalLength field in descriptor
Tomer Shalev
1
-1
/
+1
2009-09-30
Commit "FS#10468 - USB HID: Show keypad mode on screen"
Tomer Shalev
1
-1
/
+1
2009-07-23
Remove USB storage defines from USB core
Maurus Cuelenaere
1
-3
/
+0
2009-05-24
always call the class driver init function. This is needed because they are c...
Frank Gevaerts
1
-1
/
+1
2009-05-23
Reorganise USB stack defines. Now config.h decides which class drivers get en...
Frank Gevaerts
1
-8
/
+8
2009-05-23
Fix #ifdef nesting to allow USB_HID to be built without USB_CHARGING_ONLY (FS...
Frank Gevaerts
1
-1
/
+1
2009-05-16
Add working USB HID driver, by Tomer Shalev (part of his GSoC work).
Frank Gevaerts
1
-20
/
+20
2009-04-20
Disable usage of USB serial descriptor when no unique one is available
Maurus Cuelenaere
1
-9
/
+2
2009-04-19
Add preliminary HID driver. It doesn't do anything yet, but that should chang...
Frank Gevaerts
1
-2
/
+25
[next]