mb/google/guybrush/var/nipperkin: Mark fingerprint reader as hidden
Windows doesn't have / will likely never have a signed driver for the FPR, so set the device status as hidden so it will not appear as an unknown device in Windows Device Manager. Linux does not check/care about the ACPI device status. TEST=build/boot Win11 on google/guybrush (nipperkin), verify FPR does not show up as unknown device under Device Manager. Change-Id: I3eac631aebb26ec1c375b436e088be522d659338 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/86847 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
05aa75bd3d
commit
af26e5e24e
1 changed files with 1 additions and 1 deletions
|
|
@ -351,7 +351,7 @@ chip soc/amd/cezanne
|
|||
register "reset_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_LOW(GPIO_11)"
|
||||
register "enable_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPIO_3)"
|
||||
register "enable_delay_ms" = "3"
|
||||
device generic 0 alias fpmcu on
|
||||
device generic 0 alias fpmcu hidden
|
||||
probe FP FP_PRESENT
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue