Expand description
Driver for VirtIO input devices.
Structs§
- AbsInfo
- Information about an axis of an input device, typically a joystick.
- DevIDs
- The identifiers of a VirtIO input device.
- Input
Event - Both queues use the same
virtio_input_event
struct.type
,code
andvalue
are filled according to the Linux input layer (evdev) interface. - VirtIO
Input - Virtual human interface devices such as keyboards, mice and tablets.
Enums§
- Input
Config Select - Select value used for
VirtIOInput::query_config_select()
.