Skip to content

Commit

Permalink
Revise comments on PCD definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
joschock authored and makubacki committed Oct 26, 2023
1 parent f1bc65f commit 5ac7a37
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion HidPkg/HidPkg.dec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,12 @@
[PcdsFixedAtBuild, PcdsPatchableInModule]
## List of {InterfaceClass, InterfaceSubClass, InterfaceProtocol} tuples that should be excluded from being managed by
# the UsbHidDxe driver. The list is terminated by a record of all zeros.
# For example, to exclude USB keyboards, this would be set to {0x3, 0x1, 0x1, 0x0, 0x0, 0x0}
# Only interface class 3 (HID) is supported; other interface classes are ignored regardless of this list.
# SubClass and Protocol are defined by the USB HID 1.11 spec, section 4.2 and 4.3 respectively.
# - SubClass may be 0 - No Subclass, or 1 - Boot Interface Subclass.
# - If SubClass is 0, Protocol must be 0.
# - If SubClass is 1, Protocol must be 1 - Keyboard, or 2 - Mouse.
# For example, to exclude USB Boot Interface Keyboards, this would be set to {0x3, 0x1, 0x1, 0x0, 0x0, 0x0}
# @Prompt Exclude devices from UsbHidDxe management.
gHidPkgTokenSpaceGuid.PcdExcludedHidDevices|{0x0, 0x0, 0x0}|VOID*|0x00010100

Expand Down

0 comments on commit 5ac7a37

Please sign in to comment.