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
/
usbstack
/
usb_serial.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-04
usb_serial: fix send buffer alignment
Cástor Muñoz
1
-16
/
+11
2016-08-02
Introduce new USB driver for Synopsys DesignWare USB OTG core.
Cástor Muñoz
1
-0
/
+11
2011-12-29
usb PACK_DATA: use a static inline to enable type checking
Rafaël Carré
1
-3
/
+3
2010-01-11
Fix a bug in usbserial that would allow to send messages on EP_CONTROL betwee...
Amaury Pouly
1
-1
/
+0
2009-11-03
Comment out LOGF_ENABLE defines everywhere, replace evil comments
Jeffrey Goode
1
-1
/
+1
2009-08-19
Add const to usb_serial_send() buffer.
Frank Gevaerts
1
-1
/
+1
2009-08-12
Limit usb_serial packets to 32 bytes. It's unclear why this is needed, but us...
Frank Gevaerts
1
-0
/
+3
2009-05-23
Reorganise USB stack defines. Now config.h decides which class drivers get en...
Frank Gevaerts
1
-4
/
+0
2009-05-16
Add working USB HID driver, by Tomer Shalev (part of his GSoC work).
Frank Gevaerts
1
-5
/
+6
2009-04-19
simplify and cleanup usb_serial.c (FS#10149 by Tomer Shalev)
Frank Gevaerts
1
-36
/
+28
2009-04-18
USB related Cosmetics, whitespace and readability fixes (FS#10147 by Tomer Sh...
Frank Gevaerts
1
-11
/
+6
2009-04-18
Allow class drivers to reuse the core data buffer for control transfers. This...
Frank Gevaerts
1
-1
/
+3
2009-04-18
Add a PACK_DESCRIPTOR macro to make the class drivers a bit more readable (FS...
Frank Gevaerts
1
-9
/
+6
2009-02-21
small usb serial fixes. This seems to work fine on imx31, but for some reaso...
Frank Gevaerts
1
-8
/
+1
2009-02-21
more fixes. There's still something wrong as it sometimes suddenly stops send...
Frank Gevaerts
1
-25
/
+21
2009-02-20
Fix ringbuffer handling. This will hopefully fix the hang-on-fast-send issue
Frank Gevaerts
1
-33
/
+42
2009-02-16
usb serial on PP seems to have broken. Fix it
Frank Gevaerts
1
-3
/
+6
2008-10-03
reorganise the USB stack a bit to allow for easier integration of non-ARC con...
Frank Gevaerts
1
-14
/
+25
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-05-06
typo fixes (; instead of , at the end of two assignments)
Frank Gevaerts
1
-2
/
+2
2008-05-03
Added missing usb #includes to usb source files.
Bertrik Sikken
1
-0
/
+1
2008-04-26
- change the usb class driver framework to allow for device classes with more...
Frank Gevaerts
1
-15
/
+28
2008-04-20
Put USB controller structures in IRAM. This seems to make the connection much...
Frank Gevaerts
1
-1
/
+7
2008-04-18
UMS for the Gigabeat S. Bootloader USB mode. Has a couple quirks 1) First plu...
Michael Sevakis
1
-11
/
+8
2008-03-06
reorganise the usb stack to provide a clean separation between core and class...
Frank Gevaerts
1
-36
/
+88
2008-03-02
extra input checking
Frank Gevaerts
1
-2
/
+9
2008-03-02
remove a reundant MIN(), and reduce the buffer. We really don't need 16k for ...
Frank Gevaerts
1
-2
/
+2
2008-03-02
implement logf over usb-serial. Needs USB_SERIAL defined in usb_core.h to wor...
Frank Gevaerts
1
-17
/
+102
2008-02-20
Major USB stack improvements. It now works at nearly the maximum speed for a ...
Frank Gevaerts
1
-13
/
+21
2007-11-30
Add a working serial driver to usb stack. At the moment it simply echos back ...
Christian Gmeiner
1
-0
/
+74