summaryrefslogtreecommitdiff
path: root/hid/hidusbfx2
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2020-01-06 14:41:24 -0800
committerGitHub <[email protected]>2020-01-06 14:41:24 -0800
commita919a4e8c3e551c8677bc465b5067065de9799e5 (patch)
treeb5c6b6cf6d82d4e74722407b8078439d9773e6f1 /hid/hidusbfx2
parent24000457442864d9c49ca4cbcd8794db17073d8c (diff)
Diffstat (limited to 'hid/hidusbfx2')
-rw-r--r--hid/hidusbfx2/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/hid/hidusbfx2/README.md b/hid/hidusbfx2/README.md
index 176d9c71..db66a3be 100644
--- a/hid/hidusbfx2/README.md
+++ b/hid/hidusbfx2/README.md
@@ -12,7 +12,7 @@ products:
The HIDUSBFX2 sample driver (hidusbfx2.sys) demonstrates how to map a non-HID USB device to a HID device.
-The sample also demonstrates how to write a HID minidriver using Windows Driver Frameworks (WDF). The minidriver is written for the [OSR USB-FX2 Learning Kit](http://www.osronline.com/hardware/OSRFX2_32.pdf). Although the device is not HID-compliant, the sample exposes it as a HID device.
+The sample also demonstrates how to write a HID minidriver using Windows Driver Frameworks (WDF). The minidriver is written for the [OSR USB-FX2 Learning Kit](https://www.osronline.com/hardware/OSRFX2_32.pdf). Although the device is not HID-compliant, the sample exposes it as a HID device.
## Related topics
@@ -34,7 +34,7 @@ A HID USB device provides a HID descriptor (through an interface descriptor) tha
### Overview of the Device
-You can view the specification for the device in the [Using the OSR USB FX-2 Learning Kit](http://www.osronline.com/hardware/OSRFX2_32.pdf) document.
+You can view the specification for the device in the [Using the OSR USB FX-2 Learning Kit](https://www.osronline.com/hardware/OSRFX2_32.pdf) document.
The device is loosely based on the development board that is supplied with the Cypress EZ-USB FX2 Development Kit (CY3681) and contains one interface and three endpoints (Interrupt IN, Bulk Out, and Bulk IN). The firmware supports vendor commands to query or set the LED bar graph display and 7-segment LED display, and to query toggle switch states.