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