commit | 211639dd76ea8f32121f48d51a778fa15c4ada6e | [log] [tgz] |
---|---|---|
author | Alper Nebi Yasak <alpernebiyasak@gmail.com> | Mon Aug 14 20:39:43 2023 +0300 |
committer | Tom Rini <trini@konsulko.com> | Thu Aug 24 16:47:25 2023 -0400 |
tree | 261e12aed28a3efa9ee1b6f2d3fc582680c8b848 | |
parent | bd522b5a74b3dafec72c069c54a91f72466d5660 [diff] |
arm: qemu: Enable usb keyboard as an input device Commit 02be57caf730 ("riscv: qemu: Enable usb keyboard as an input device") adds PCI xHCI support to QEMU RISC-V virtual machines and enables using a USB keyboard as one of the input devices. Similarly, enable those for ARM virtual machines as well. Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng@tinylab.org>