summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichelle Bergeron <[email protected]>2016-10-26 15:30:59 -0700
committerGitHub <[email protected]>2016-10-26 15:30:59 -0700
commit1aa0338ec5418345ea0c383e92b4fa19f7c98425 (patch)
tree7b86b01de50f31ae379b809ff8707cc7c71490de
parentb884abb3f52bc17850046ac8119dcf6365a8e08e (diff)
Update README.md
-rw-r--r--usb/UcmTcpciCxClientSample/README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/usb/UcmTcpciCxClientSample/README.md b/usb/UcmTcpciCxClientSample/README.md
index 648c3159..d3fd73ec 100644
--- a/usb/UcmTcpciCxClientSample/README.md
+++ b/usb/UcmTcpciCxClientSample/README.md
@@ -1,16 +1,16 @@
# UcmTcpciCx Port Controller Client Driver
-This is a skeleton sample driver that shows how to create a Windows USB Type-C port controller driver using the USB Connector Manager Type-C Port Controller Interface class extension driver (UcmTcpciCx). Refer to the UcmTcpciCx documentation for more information.
+This is a skeleton sample driver that shows how to create a Windows USB Type-C port controller driver using the USB Connector Manager Type-C Port Controller Interface class extension driver (UcmTcpciCx). UcmTcpciCx is currently only availble using the Windows Insider program - documentation for UcmTcpciCx will be available at the next release of Windows.
This sample demonstrates the following:
-- Registration with the UcmTcpci class extension driver.
+- Registration with the UcmTcpci class extension driver (UcmTcpciCx).
- Initializing the port controller's Type-C and Power Delivery capabilities.
- Initializing the I2C communications channel to the port controller hardware.
-- Performing reads/writes over I2C
+- Performing reads/writes over I2C.
- Handling hardware requests from UcmTcpciCx.
- Handling alerts from the port controller hardware and notifying UcmTcpciCx of the alert.
-- Power management
+- Power management.
- Platform-level device reset in the case of an unresponsive I2C controller.
## Customizing the sample for your port controller
@@ -48,7 +48,7 @@ Install on your Raspberry Pi 2 or 3 per the following instructions:
<https://developer.microsoft.com/en-us/windows/iot/GetStarted>
-Note, you will only need to complete the first two steps, �1 Get the tools� and �2 Setup your device� to proceed with the TCPC validation described here.
+Note, you will only need to complete the first two steps, “1 Get the tools” and “2 Setup your device” to proceed with the TCPC validation described here.
### PowerShell Connection
@@ -122,7 +122,7 @@ On a PC with the Windows 10 WDK installed run the following command on your upda
asl.exe sample.asl
-This will produce output file ACPITABL.dat. Copy this file to *C:\\Windows\\System32* on your Raspberry Pi device, and reboot. See the �Verification� section in the following link for more information on merging ACPI updates into an IoT image without a full UEFI build:
+This will produce output file ACPITABL.dat. Copy this file to *C:\\Windows\\System32* on your Raspberry Pi device, and reboot. See the “Verification” section in the following link for more information on merging ACPI updates into an IoT image without a full UEFI build:
<https://msdn.microsoft.com/en-us/windows/uwp/devices-sensors/enable-usermode-access>