Furquan Shaikh has uploaded this change for review. ( https://review.coreboot.org/20121
Change subject: elog: Add more detailed wake source events for USB2.0/3.0 port wake ......................................................................
elog: Add more detailed wake source events for USB2.0/3.0 port wake
BUG=b:37088992
Change-Id: If0b495234d6e498d5c64ba4dd186440cd7a1c5c6 Signed-off-by: Furquan Shaikh furquan@chromium.org --- M src/include/elog.h 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/21/20121/1
diff --git a/src/include/elog.h b/src/include/elog.h index c11ff2a..ecda87d 100644 --- a/src/include/elog.h +++ b/src/include/elog.h @@ -145,6 +145,8 @@ #define ELOG_WAKE_SOURCE_PME_CSE3 0x1a #define ELOG_WAKE_SOURCE_PME_XHCI 0x1b #define ELOG_WAKE_SOURCE_PME_XDCI 0x1c +#define ELOG_WAKE_SOURCE_PME_XHCI_USB_2 0x1d +#define ELOG_WAKE_SOURCE_PME_XHCI_USB_3 0x1e
struct elog_event_data_wake { u8 source;