summary refs log tree commit diff
path: root/usb_util
Commit message (Expand)AuthorAge
* Remove redundant single-component importsDaniel Verkamp2020-04-26
* devices: usb: temporarily disable resetsDaniel Verkamp2020-03-27
* usb: avoid setting configuration when unnecessaryDaniel Verkamp2020-03-24
* crosvm: move vec_with_array_field to data_modelGurchetan Singh2019-12-11
* usb_util: use sys_util::vec_with_array_fieldDaniel Verkamp2019-10-23
* fuzz: add USB descriptor parsing fuzzerDaniel Verkamp2019-10-17
* usb: replace libusb with Rust usb_util libraryDaniel Verkamp2019-10-17
* usb: clarify transfer cancellation APIDaniel Verkamp2019-09-09
* usb: switch to new libusb_wrap_sys_device APIDaniel Verkamp2019-06-27
* eliminate usage of uninitializedZach Reizner2019-05-23
* usb: refactor intercepted control request handlingDaniel Verkamp2019-05-10
* usb: remove pointless Options in UsbRequestSetupDaniel Verkamp2019-05-10
* usb: fix serial devices by removing device context verificationJingkui Wang2019-05-01
* crosvm: add license blurb to all filesStephen Barber2019-04-24
* clippy: Resolve clone_on_copyDavid Tolnay2019-04-17
* clippy: Switch to tool attributes for suppressing lintsDavid Tolnay2019-04-15
* edition: Remove extern crate linesDavid Tolnay2019-04-15
* edition: Update usb_util to 2018 editionDavid Tolnay2019-04-09
* edition: Use dyn syntax for trait objectsDavid Tolnay2019-04-08
* usb_util: silence unused code warningDaniel Verkamp2019-03-20
* edition: Update absolute paths to 2018 styleDavid Tolnay2019-03-13
* usb_utils: Add hotplug interfaceJingkui Wang2019-03-08
* usb_util: Add libusb jailed apiJingkui Wang2019-03-08
* usb_util: fix documentation commentJianxun Zhang2019-02-19
* usb_util: add sandboxed-libusb featureJingkui Wang2018-12-20
* usb_util: add open fd patch to libusbJingkui Wang2018-12-20
* usb_util: implement usb_transferJingkui Wang2018-12-14
* assertions: Use compile-time assertion macroDavid Tolnay2018-12-09
* sync: Mutex type with methods that panic instead of return errorDavid Tolnay2018-12-05
* lint: Resolve the easier clippy lintsDavid Tolnay2018-12-03
* usb_util: Add descriptorsJingkui Wang2018-12-01
* usb_util: Add pollfd change handler.Jingkui Wang2018-12-01
* usb_util: Create libusb wrapperJingkui Wang2018-12-01