summary refs log tree commit diff
path: root/devices/src/usb
Commit message (Expand)AuthorAge
* usb: execute control requests in DataStageDaniel Verkamp2019-05-10
* usb: refactor intercepted control request handlingDaniel Verkamp2019-05-10
* usb: remove pointless Options in UsbRequestSetupDaniel Verkamp2019-05-10
* usb: factor out common control request handlingDaniel Verkamp2019-05-10
* usb: hold lock throughout resample handlerDaniel Verkamp2019-05-08
* usb: set event loop thread nameDaniel Verkamp2019-05-08
* usb: fix deadlock in try_detach removal pathDaniel Verkamp2019-05-03
* usb: fix serial devices by removing device context verificationJingkui Wang2019-05-01
* usb: support for listing attached usb devicesZach Reizner2019-04-27
* resources+pci: allocator rework (allocation tags)Daniel Prilik2019-04-20
* edition: Eliminate ref keywordDavid Tolnay2019-04-18
* edition: Eliminate blocks superseded by NLLDavid Tolnay2019-04-17
* clippy: Resolve unused_unitDavid Tolnay2019-04-17
* clippy: Resolve unneeded_field_patternDavid Tolnay2019-04-17
* clippy: Resolve single_matchDavid Tolnay2019-04-17
* clippy: Resolve let_and_returnDavid Tolnay2019-04-17
* clippy: Resolve clone_on_copyDavid Tolnay2019-04-17
* clippy: Resolve block_in_if_condition_stmtDavid Tolnay2019-04-17
* clippy: Resolve while_let_loopDavid Tolnay2019-04-17
* edition: Remove extern crate linesDavid Tolnay2019-04-15
* edition: Fill in macro importsDavid Tolnay2019-04-15
* usb: Simplify imports from usb_utilDavid Tolnay2019-04-15
* edition: Use 2018-style paths in devices crateDavid Tolnay2019-04-09
* edition: Use dyn syntax for trait objectsDavid Tolnay2019-04-08
* fix endpoint id in set tr dequeue pointerJingkui Wang2019-03-30
* usb: remove unused/abused fd argument from EventHandler::on_eventZach Reizner2019-03-18
* implement xhci and add it to pci busJingkui Wang2019-03-17
* usb: add host backendJingkui Wang2019-03-16
* usb: Add device slot, command ring and transfer ringJingkui Wang2019-03-16
* usb: add usb hub, transfer and usb backend interfaceJingkui Wang2019-03-16
* usb: add ring buffer and ring buffer controllerJingkui Wang2019-03-16
* usb: Verify usb_debug args even when not loggingDavid Tolnay2019-03-16
* add scatter gather bufferJingkui Wang2019-03-13
* usb: add interrupter and resample handler for xhciJingkui Wang2019-03-13
* devices: compile usb module and update current codeJingkui Wang2019-03-13
* Add usb log macroJingkui Wang2019-03-13
* rename mmio_space to register spaceJingkui Wang2019-03-08
* Move and rename mmio_register to devices/srcJingkui Wang2019-03-08
* memory: Add methods to return error on short writes and readsDavid Tolnay2019-01-13
* usb: Add event ring implementationJingkui Wang2018-12-25
* usb: add xhci abi.Jingkui Wang2018-12-25
* usb: add xhci registers and mmio space.Jingkui Wang2018-12-25
* usb: Add mmio space.Jingkui Wang2018-12-25