git: 3a1bfe881a24 - main - arm64: Enable the Hyper-V keyboard driver
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Jun 2023 12:22:17 UTC
The branch main has been updated by andrew:
URL: https://cgit.FreeBSD.org/src/commit/?id=3a1bfe881a24a76ff8d6406476461924a027ea8a
commit 3a1bfe881a24a76ff8d6406476461924a027ea8a
Author: Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2023-06-14 12:56:36 +0000
Commit: Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2023-06-21 12:17:40 +0000
arm64: Enable the Hyper-V keyboard driver
Tested on Hyper-V on a Windows Dev Kit 2023
Sponsored by: Arm Ltd
Differential Revision: https://reviews.freebsd.org/D40533
---
sys/conf/files.arm64 | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sys/conf/files.arm64 b/sys/conf/files.arm64
index da71606a4b84..f3cfab68538a 100644
--- a/sys/conf/files.arm64
+++ b/sys/conf/files.arm64
@@ -267,6 +267,8 @@ dev/hyperv/utilities/vmbus_heartbeat.c optional hyperv acpi
dev/hyperv/utilities/vmbus_ic.c optional hyperv acpi
dev/hyperv/utilities/vmbus_shutdown.c optional hyperv acpi
dev/hyperv/utilities/hv_kvp.c optional hyperv acpi
+dev/hyperv/input/hv_kbd.c optional hyperv acpi
+dev/hyperv/input/hv_kbdc.c optional hyperv acpi
dev/hyperv/netvsc/hn_nvs.c optional hyperv acpi
dev/hyperv/netvsc/hn_rndis.c optional hyperv acpi
dev/hyperv/netvsc/if_hn.c optional hyperv acpi