summaryrefslogtreecommitdiffstats
path: root/src/config/defaults
diff options
context:
space:
mode:
authorMichael Brown2015-05-11 16:42:54 +0200
committerMichael Brown2015-05-12 16:53:22 +0200
commit372672275e48a7f0fcd058476bd742bf950e4074 (patch)
treee4d781c7be57583d93aaac215c0fa5e01bd89d34 /src/config/defaults
parent[usb] Add generic USB human interface device (HID) framework (diff)
downloadipxe-372672275e48a7f0fcd058476bd742bf950e4074.tar.gz
ipxe-372672275e48a7f0fcd058476bd742bf950e4074.tar.xz
ipxe-372672275e48a7f0fcd058476bd742bf950e4074.zip
[usb] Add basic support for USB keyboards
When USB network card drivers are used, the BIOS' legacy USB capability is necessarily disabled since there is no way to share the host controller between the BIOS and iPXE. This currently results in USB keyboards becoming non-functional in USB-enabled builds of iPXE. Fix by adding basic support for USB keyboards, enabled by default in iPXE builds which include USB support. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/defaults')
-rw-r--r--src/config/defaults/pcbios.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/defaults/pcbios.h b/src/config/defaults/pcbios.h
index dfd3e2f8..4ad81210 100644
--- a/src/config/defaults/pcbios.h
+++ b/src/config/defaults/pcbios.h
@@ -39,6 +39,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#define USB_HCD_XHCI /* xHCI USB host controller */
#define USB_HCD_EHCI /* EHCI USB host controller */
#define USB_HCD_UHCI /* UHCI USB host controller */
+#define USB_KEYBOARD /* USB keyboards */
#define REBOOT_CMD /* Reboot command */
#define CPUID_CMD /* x86 CPU feature detection command */