mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-06 17:21:22 +00:00
The implementation of virtio_input_get_config is based on ioctl of evdev fd. The following properties of input device are got by ioctl to service configuation request from FE driver: - name and devids - propbit - evbit: keybit/relbit/absbit/mscbit/swbit - absbit Signed-off-by: Jian Jun Chen <jian.jun.chen@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>