summaryrefslogtreecommitdiffstats
path: root/firmware/usbstack
AgeCommit message (Expand)AuthorFilesLines
2023-01-23usb: Fix iPod video connection issuesAidan MacDonald1-2/+7
2023-01-18usb: Attempt to handle overlapped control requests in legacy driversAidan MacDonald1-5/+38
2023-01-13Remove buflib allocation names, part twoAidan MacDonald1-2/+1
2022-10-15move buflib_free invalid handle check to the functionWilliam Wilgus1-2/+1
2022-02-12buflib: add a common dummy callbacks struct & use itAidan MacDonald1-4/+3
2021-11-14usb_core: don't buffer control request unnecessarilyAidan MacDonald1-3/+1
2021-11-13usb_core: More legacy control API fixesAidan MacDonald1-8/+11
2021-11-09usb: Fix possible SET ADDRESS data corruptionAidan MacDonald1-2/+5
2021-11-08usb: Attempt to fix race condition in compatibility layerAidan MacDonald1-10/+14
2021-10-16usb: ensure RX buffers are a multiple of the packet sizeAidan MacDonald3-12/+25
2021-10-16usb: remove dead code in usb_storage driverAidan MacDonald1-11/+0
2021-10-16usb: port usb_storage control request handling to new APIAidan MacDonald1-3/+2
2021-10-16usb: port usb_hid control request handling to new APIAidan MacDonald1-30/+19
2021-10-16usb: port usb_serial control requests handling to new APIAidan MacDonald1-5/+6
2021-10-16usb: port usb_core control request handling to new APIAidan MacDonald1-56/+52
2021-10-16usb: implement new API with legacy emulation layerAidan MacDonald1-21/+127
2021-10-16usb: add request data argument to all control request handlersAidan MacDonald8-32/+38
2021-10-16usb: give USB transfer completion events two data pointersAidan MacDonald1-4/+6
2021-10-16usb: introduce new control request APIAidan MacDonald1-1/+1
2021-10-06usbstack: Revise usb string descriptor table to use enum values for indicesJames Buren1-10/+9
2021-10-06Fix includes in usb_class_driver.hAidan MacDonald1-0/+5
2021-10-02x1000: fix hang that may occur in USB modeAidan MacDonald1-0/+6
2021-09-20usb: rename usb_drv_recv() to usb_recv_recv_nonblocking()Aidan MacDonald4-18/+18
2021-09-20usb_hid: fix accidental fallthroughAidan MacDonald1-15/+27
2021-07-23usb_storage: Fix a memset in SCSI_INQUIRY that overflowed its bufferSolomon Peachy1-1/+1
2021-07-10Sansa Connect: Use deviceid in USB Serial NumberTomasz Moń1-0/+20
2021-06-12USB Serial: Implement Abstract Control ManagementTomasz Moń1-15/+207
2021-04-26Nuke all TCC77x targets: iAudio 7, Sansa C100, M200(v1-3), Logik DAXSolomon Peachy1-2/+2
2021-03-25usb: implement macro for initializing USB stringsJames Buren1-25/+4
2021-03-10usb_hid: switch Battery Strength to use feature reportsJames Buren1-23/+63
2021-03-06usb_hid: add support for Battery StrengthJames Buren2-1/+58
2018-07-30Workaround for usb_storage_init_connection() panicCástor Muñoz1-0/+1
2017-03-12Do some housekeeping with fat.h and SECTOR_SIZEMichael Sevakis1-5/+1
2016-08-04usb_serial: fix send buffer alignmentCástor Muñoz1-16/+11
2016-08-02Introduce new USB driver for Synopsys DesignWare USB OTG core.Cástor Muñoz1-0/+11
2015-02-16Revert "usb_storage: make it a bit more correct"Amaury Pouly1-1/+0
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis1-4/+1
2014-02-10Coding style fix for bde5394Marcin Bukat1-3/+4
2014-02-09Return a valid USB string descriptor for index 0xEE.Frank Gevaerts1-0/+7
2014-01-11Don't use core_alloc_maximum() in usb_storage.Frank Gevaerts1-6/+5
2014-01-05Make sure usb class driver disconnect() functions are called properly.Frank Gevaerts1-8/+20
2014-01-05Check that core_alloc_maximum() returned something useful, and panic if notFrank Gevaerts1-0/+5
2013-12-23playback,talk: Share audiobuffer via core_alloc_maximum().Thomas Martitz1-5/+12
2013-08-17Cleanup MV/MD macros a little.Michael Sevakis1-4/+4
2013-08-12Fix response length calculation for SCSI_REPORT_LUNSBertrik Sikken1-1/+2
2013-07-24usb stack: add more verbose debug logf()sMarcin Bukat2-2/+7
2013-07-24usb_storage: make it a bit more correctAmaury Pouly1-0/+1
2013-07-24usb_core: rework handling of clear featureAmaury Pouly1-3/+13
2013-06-24imx233: fix ocotop/debug and usb-core for stmp3600Amaury Pouly1-1/+2
2013-06-16imx233: rewrite ocotp using new register headersAmaury Pouly1-1/+1