summary refs log tree commit diff
path: root/devices/src/usb
Commit message (Expand)AuthorAge
* devices: usb: add unit test for ring buffer cycleDaniel Verkamp2020-05-27
* devices: usb: ignore busy flag in interrupterDaniel Verkamp2020-05-16
* devices: usb: remove interrupter pending variableDaniel Verkamp2020-05-16
* devices: pci: refactor PCI devices to use PciAddress.Tomasz Jeznach2020-05-01
* Remove redundant single-component importsDaniel Verkamp2020-04-26
* devices: usb: allow arbitrary control request sizeDaniel Verkamp2020-04-23
* usb: avoid setting configuration when unnecessaryDaniel Verkamp2020-03-24
* devices: xhci: support TRB Immediate Data bitDaniel Verkamp2020-02-03
* devices: xhci: use get_bar_addr() to find BAR 0Daniel Verkamp2020-01-23
* devices: fix warning about extra parensDylan Reid2019-12-23
* resource: Rename device memory to mmioXiong Zhang2019-11-10
* Resource: Unify mmio allocatorXiong Zhang2019-11-10
* Remove unneeded return statementsDaniel Verkamp2019-11-08
* Remove duplicated semicolonsDaniel Verkamp2019-11-08
* Reformat with rustfmt from Rust 1.38.0Daniel Verkamp2019-10-17
* usb: replace libusb with Rust usb_util libraryDaniel Verkamp2019-10-17
* 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