diff options
| author | Barry Golden <[email protected]> | 2020-01-06 14:41:24 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-01-06 14:41:24 -0800 |
| commit | a919a4e8c3e551c8677bc465b5067065de9799e5 (patch) | |
| tree | b5c6b6cf6d82d4e74722407b8078439d9773e6f1 /hid/hidusbfx2/README.md | |
| parent | 24000457442864d9c49ca4cbcd8794db17073d8c (diff) | |
Updated links to https (#448)112023112022112021112020112019112018112017112016112015112014112013112012112011112010112009112008112007112006
Diffstat (limited to 'hid/hidusbfx2/README.md')
| -rw-r--r-- | hid/hidusbfx2/README.md | 4 |
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. |
