summary refs log tree commit diff
path: root/devices/src/virtio/input/event_source.rs
Commit message (Expand)AuthorAge
* Make lots of things DebugAlyssa Ross2020-07-02
* Use simple virtio_input_events where possible.Noah Gold2020-03-06
* gpu_display: add X11 input bindings.Noah Gold2020-01-03
* Fix compiling warnings in test codeJianxun Zhang2019-08-09
* Refactor input devices interactions with buffers in guest memoryJorge E. Moreira2019-07-17
* Don't call UNGRAB IOCTL on a socketJorge E. Moreira2019-07-17
* crosvm: Ensure slices are the same size when copying.Jorge E. Moreira2019-06-21
* clippy: Resolve redundant_closureDavid Tolnay2019-04-17
* edition: Fill in macro importsDavid Tolnay2019-04-15
* edition: Use 2018-style paths in devices crateDavid Tolnay2019-04-09
* Add tests for virtio input deviceJorge E. Moreira2019-03-12
* Input device: Don't send more events than received from the sourceJorge E. Moreira2019-03-08
* Don't grab input devices created from sockets.Jorge E. Moreira2019-03-06
* Adds Virtio-Input device simulationJorge E. Moreira2019-02-01