Hello build bot (Jenkins), Furquan Shaikh, Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46961
to look at the new patch set (#4).
Change subject: drivers/usb/acpi: Add support for privacy_gpio ......................................................................
drivers/usb/acpi: Add support for privacy_gpio
Some devices, such as cameras, can implement a physical switch to disable the input on demand. Think of it like the typical privacy sticker on the notebooks, but more elegant.
In order to notify the system about the status this feature, a GPIO is typically used.
The map between a GPIO and the feature is done via ACPI, the same way as the reset_gpio works.
This patch implements an extra field for the described privacy gpio. This gpio does not require any extra handling from the power management.
Change-Id: Idcc65c9a13eca6f076ac3c68aaa1bed3c481df3d Signed-off-by: Ricardo Ribalda ribalda@chromium.org --- M src/drivers/usb/acpi/chip.h M src/drivers/usb/acpi/usb_acpi.c 2 files changed, 44 insertions(+), 10 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/61/46961/4