diff options
| author | Barry Golden <[email protected]> | 2019-09-06 05:20:38 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-09-06 05:20:38 -0700 |
| commit | bbe176e4e13cb9f963897173a935e639267a1a20 (patch) | |
| tree | 34072ee3c72436e12433fd6b2166415aca3bd410 /usb/umdf_fx2 | |
| parent | 22af24719daf72029a70119cc6653d2a3b940549 (diff) | |
Update README.md (#412)82047820468204582044820438204282041820408203982038820378203682035820348203382032820318203082029820288202782026
Diffstat (limited to 'usb/umdf_fx2')
| -rw-r--r-- | usb/umdf_fx2/README.md | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/usb/umdf_fx2/README.md b/usb/umdf_fx2/README.md index e67031e5..b38692c0 100644 --- a/usb/umdf_fx2/README.md +++ b/usb/umdf_fx2/README.md @@ -8,22 +8,11 @@ products: - windows-wdk --- - - -<!--- - name: Sample UMDF Function Driver for OSR USB-FX2 (UMDF version 1) - platform: UMDF1 - language: cpp - category: USB - description: A UMDF driver for the OSR USB-FX2 device that includes a test application, sample device metadata, and supports impersonation and idle power down. - samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=618002 ----> - # Sample UMDF Function Driver for OSR USB-FX2 (UMDF Version 1) The umdf\_fx2 sample is a User-Mode Driver Framework (UMDF) driver for the OSR USB-FX2 device. It includes a test app and sample device metadata, and supports impersonation and idle power down. -The sample can also be used with the CustomDeviceAccess MSDK sample. The sample demonstrates how to perform bulk and interrupt data transfers to an USB device. The specification for the device is at <http://www.osronline.com/hardware/OSRFX2_32.pdf>. The driver and sample device metadata also work with the [Custom driver access](http://go.microsoft.com/fwlink/p/?LinkID=248288) sample. +The sample can also be used with the CustomDeviceAccess MSDK sample. The sample demonstrates how to perform bulk and interrupt data transfers to an USB device. The specification for the device is at <http://www.osronline.com/hardware/OSRFX2_32.pdf>. The driver and sample device metadata also work with the [Custom driver access](https://code.msdn.microsoft.com/windowsapps/Custom-device-access-sample-43bde679) sample. The osrusbfx2 sample is divided into three samples: @@ -61,7 +50,7 @@ The default Solution build configuration is Debug and Win32. ## Testing the driver -You can use the [Custom driver access](http://go.microsoft.com/fwlink/p/?LinkID=248288) sample to test the umdf\_fx2 sample. +You can use the [Custom driver access](https://code.msdn.microsoft.com/windowsapps/Custom-device-access-sample-43bde679) sample to test the umdf\_fx2 sample. This sample also includes a test application, osrusbfx2.exe, that you can use to test the device. This console application enumerates the interface registered by the driver and opens the device to send read, write, or IOCTL requests based on the command line options. @@ -344,4 +333,4 @@ This directory contains a test application that can be used to drive the UMDF dr usb\\umdf\_fx2\\deviceMetadata -This directory contains the device metadata package for the sample. You must copy the device metadata to the system before installing the device. For information on how to update and deploy device metadata, see [Custom driver access sample](http://go.microsoft.com/fwlink/p/?LinkID=248288).
\ No newline at end of file +This directory contains the device metadata package for the sample. You must copy the device metadata to the system before installing the device. For information on how to update and deploy device metadata, see [Custom driver access sample](https://code.msdn.microsoft.com/windowsapps/Custom-device-access-sample-43bde679). |
