summary refs log tree commit diff
path: root/devices/src/virtio/input/mod.rs
Commit message (Expand)AuthorAge
* devices: return Vec from queue_max_sizesAlyssa Ross2020-06-15
* devices: don't make virtio device Results pubAlyssa Ross2020-03-20
* Use simple virtio_input_events where possible.Noah Gold2020-03-06
* virtio-input: implement the reset methodChuanxiao Dong2020-02-06
* Remove warning for VIRTIO_INPUT_CFG_UNSET.Noah Gold2020-01-21
* gpu_display: add X11 input bindings.Noah Gold2020-01-03
* devices: virtio: pass Interrupt to activate()Daniel Verkamp2019-11-18
* Remove unneeded return statementsDaniel Verkamp2019-11-08
* devices: implement dedicated Interrupt struct for virtio WorkerZide Chen2019-10-25
* descriptor_utils: check for size overflow in new()Daniel Verkamp2019-10-25
* devices: implement MsixConfig struct and generic MSI-X functionsZide Chen2019-10-24
* devices: Refactor DescriptorChainConsumer, Reader, and WriterChirantan Ekbote2019-10-15
* devices: virtio: input: use descriptor reader/writerDaniel Verkamp2019-10-01
* devices: join worker threads in drop()Daniel Verkamp2019-09-17
* devices: virtio: add copy_config() helper functionDaniel Verkamp2019-08-16
* tree-wide: use PollContext::build_with where possibleZach Reizner2019-07-24
* Refactor input devices interactions with buffers in guest memoryJorge E. Moreira2019-07-17
* eliminate mut from non-mut referencesZach Reizner2019-06-04
* devices: input: Removes used_desc_heads array.Jakub Staron2019-05-24
* crosvm: Removes used_desc_heads arrays from various virtio devices.Jakub Staron2019-05-23
* crosvm: Moves logic of consuming a DescriptorHead to Queue.Jakub Staron2019-05-23
* edition: Eliminate ref keywordDavid Tolnay2019-04-18
* clippy: Resolve redundant_closureDavid Tolnay2019-04-17
* clippy: Resolve const_static_lifetimeDavid Tolnay2019-04-17
* edition: Fill in macro importsDavid Tolnay2019-04-15
* Add a (single touch only) touch screen input deviceJorge E. Moreira2019-03-09
* error: Print errors using Display implDavid Tolnay2019-02-20
* Adds Virtio-Input device simulationJorge E. Moreira2019-02-01