diff options
| author | Michelle Bergeron <[email protected]> | 2016-11-17 16:11:11 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-11-17 16:11:11 -0800 |
| commit | 83c6fc108df7bc9752bb5dd8bef2e614ac6aa3bd (patch) | |
| tree | b92d53a76d491ae32c65375dac1a08c5dd4185ac | |
| parent | 1aa0338ec5418345ea0c383e92b4fa19f7c98425 (diff) | |
USB - UcmTcpciCxClientSample: Clarify ACPI sample
| -rw-r--r-- | usb/UcmTcpciCxClientSample/Sample.asl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usb/UcmTcpciCxClientSample/Sample.asl b/usb/UcmTcpciCxClientSample/Sample.asl index 7e3cd9ba..de8ecb0e 100644 --- a/usb/UcmTcpciCxClientSample/Sample.asl +++ b/usb/UcmTcpciCxClientSample/Sample.asl @@ -49,7 +49,9 @@ DefinitionBlock("ACPITABL.dat", "SSDT", 5, "MSFT", "TCPCI", 1) Return(RBUF) } - // // Declare PWFR as the reset power rail + // // Declare PWFR as the reset power rail. + // // This is used for platform-level device reset. + // // https://msdn.microsoft.com/en-us/library/windows/hardware/dn928420(v=vs.85).aspx // Name(_PRR, Package(One) // { // \_SB.PWFR @@ -129,6 +131,9 @@ DefinitionBlock("ACPITABL.dat", "SSDT", 5, "MSFT", "TCPCI", 1) 8, // Capability type ID of supported PD Alternate Modes. // TODO: If your device supports alternate modes, update this with the SVID // and Mode of the alternate modes. + // If your device does not support any alternate modes, then you may delete this + // package with ID #8. UcmTcpciCx will not enter an alternate mode if this + // package is not present. Package() { 0x1111, 0x22222222 |
