Skip to content

Commit

Permalink
OpenDuetPkg: Fix accidentally adding USB KB
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed May 18, 2020
1 parent f7ee10b commit 43b62d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenDuetPkg.fdf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
!endif

BlockSize = 0x10000
NumBlocks = 9
NumBlocks = 8
FvAlignment = 16 #FV alignment and FV attributes setting.
ERASE_POLARITY = 1
MEMORY_MAPPED = TRUE
Expand Down Expand Up @@ -96,7 +96,7 @@

# Keyboard input (OpenCore has custom drivers)
# INF MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe.inf
INF MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
# INF MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf

# Mouse input (PS/2 is usually customised for touchpad)
# INF MdeModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf
Expand Down

0 comments on commit 43b62d5

Please sign in to comment.