diff options
Diffstat (limited to 'usb/ufxclientsample/README.md')
| -rw-r--r-- | usb/ufxclientsample/README.md | 18 |
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. |
