summaryrefslogtreecommitdiff
path: root/usb/kmdf_enumswitches/README.md
diff options
context:
space:
mode:
authorDen Delimarsky <[email protected]>2019-03-13 14:21:46 -0700
committerDen Delimarsky <[email protected]>2019-03-13 14:21:46 -0700
commit34dcaceff4ea13c5078c06058957abf075b358ef (patch)
tree84c5048b5568cda4d2ecbfdd19ab88425f4a22c8 /usb/kmdf_enumswitches/README.md
parent1404d5fcfc743326d065c7f6977a68e92f3bf9f6 (diff)
Update READMEs
Diffstat (limited to 'usb/kmdf_enumswitches/README.md')
-rw-r--r--usb/kmdf_enumswitches/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/usb/kmdf_enumswitches/README.md b/usb/kmdf_enumswitches/README.md
index d6dcee41..c22cfa8f 100644
--- a/usb/kmdf_enumswitches/README.md
+++ b/usb/kmdf_enumswitches/README.md
@@ -2,9 +2,9 @@
topic: sample
description: Demonstrates how to use KMDF as a bus driver using the OSR USB-FX2 device.
languages:
- - cpp
+- cpp
products:
- - windows
+- windows
---
<!---
@@ -55,7 +55,7 @@ Here is the overview of the device:
For example, bit 0x80 is labeled 1 on the pack
- Bulk Endpoints are configured for loopback:
- - Device moves data from IN endpoint to OUT endpoint.
+- Device moves data from IN endpoint to OUT endpoint.
- Device does not change the values of the data it receives nor does it internally create any data.
- Endpoints are always double buffered.
- Maximum packet size depends on speed (64 Full speed, 512 High speed).