summary refs log tree commit diff
path: root/devices/src/usb
Commit message (Expand)AuthorAge
* devices: join worker threads in drop()Daniel Verkamp2019-09-17
* usb: clarify transfer cancellation APIDaniel Verkamp2019-09-09
* usb: clean up clippy unit_arg warningDaniel Verkamp2019-08-26
* usb: handle transfer errors after port is detachedTomasz Jeznach2019-08-07
* pci: Let device could trap pci config read/writeXiong Zhang2019-07-03
* usb: switch to new libusb_wrap_sys_device APIDaniel Verkamp2019-06-27
* devices: pci: allocate BARs with correct alignmentDaniel Verkamp2019-06-25
* usb: reset backend device on port resetDaniel Verkamp2019-06-05
* crosvm: update xhci abi to use new bit_field featuresJingkui Wang2019-05-25
* usb: implement Interrupt on Short Packet bitDaniel Verkamp2019-05-23
* 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