summaryrefslogtreecommitdiff
path: root/usb/ufxclientsample
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2019-09-30 10:40:48 -0700
committerGitHub <[email protected]>2019-09-30 10:40:48 -0700
commit85e09b9be0b4359d46d3fdf196b4a39e74060920 (patch)
treec0d6a9f68787fa8b2d991fe7ee91507e12547339 /usb/ufxclientsample
parentf7eb738097908a1e32ca2a07a605bba0e85ccb95 (diff)
Diffstat (limited to 'usb/ufxclientsample')
-rw-r--r--usb/ufxclientsample/README.md18
1 files changed, 6 insertions, 12 deletions
diff --git a/usb/ufxclientsample/README.md b/usb/ufxclientsample/README.md
index 848321d9..1030135c 100644
--- a/usb/ufxclientsample/README.md
+++ b/usb/ufxclientsample/README.md
@@ -8,17 +8,6 @@ products:
- windows-wdk
---
-
-
-<!---
- name: USB Function Client Driver
- platform: KMDF
- language: cpp
- category: USB
- description: Demonstrates how to create a Windows USB function controller driver using the USB function class extension driver (UFX).
- samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620315
---->
-
# USB Function Client Driver
This is a skeleton sample driver that shows how to create a Windows USB function controller driver using the USB function class extension driver (UFX).
@@ -26,10 +15,15 @@ This is a skeleton sample driver that shows how to create a Windows USB function
This sample demonstrates the following:
- Registration with the UFX class extension driver
+
- Handling USB transfers
+
- Handling function controller events
+
- Handling attach and detach notifications
+
- Handling charger/port detection
+
- Power management
## Operating system requirements
@@ -42,4 +36,4 @@ This sample is not a functional driver. It is a skeleton driver intended to illu
## Installation Note
-Installation on Windows 10 Mobile requires the creation of a package. To properly interact with the USB UI on Windows 10 Mobile, the package must include a Security Element that specifies the ID_CAP_USB capability with DEVICE_READ and DEVICE_WRITE rights. \ No newline at end of file
+Installation on Windows 10 Mobile requires the creation of a package. To properly interact with the USB UI on Windows 10 Mobile, the package must include a Security Element that specifies the ID_CAP_USB capability with DEVICE_READ and DEVICE_WRITE rights.