Module virtio_drivers::device::input
source · Expand description
Driver for VirtIO input devices.
Structs
Both queues use the same
virtio_input_event struct. type, code and value
are filled according to the Linux input layer (evdev) interface.Virtual human interface devices such as keyboards, mice and tablets.
Enums
Select value used for
VirtIOInput::query_config_select().