Skip to content

Commit

Permalink
Updated links to https (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
barrygolden authored Jan 6, 2020
1 parent 2400045 commit a919a4e
Show file tree
Hide file tree
Showing 18 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions avstream/sampledevicemft/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ This sample is designed to be used with a specific camera. To run the sample, yo

### Samples

[Device app for camera sample](http://go.microsoft.com/fwlink/p/?linkid=249442)
[Device app for camera sample](https://go.microsoft.com/fwlink/p/?linkid=249442)

[Camera Capture UI sample](http://go.microsoft.com/fwlink/p/?linkid=249441%20)
[Camera Capture UI sample](https://go.microsoft.com/fwlink/p/?linkid=249441%20)
6 changes: 3 additions & 3 deletions avstream/samplemft0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ products:

Provides a *driver MFT* for use with a camera's UWP device app.A *driver MFT* is a Media Foundation Transform that's used with a specific camera when capturing video. The driver MFT is also known as MFT0 because it is the first MFT applied to the video stream captured from the camera. This MFT can provide a video effect or other processing when capturing photos or video from the camera. It can be distributed along with the driver package for a camera.

In this sample, the driver MFT, when enabled, replaces a portion of the captured video with a green box. To test this sample, download the [UWP device app for camera sample](http://go.microsoft.com/fwlink/p/?linkid=249442) and the [Camera Capture UI sample](http://go.microsoft.com/fwlink/p/?linkid=249441).
In this sample, the driver MFT, when enabled, replaces a portion of the captured video with a green box. To test this sample, download the [UWP device app for camera sample](https://go.microsoft.com/fwlink/p/?linkid=249442) and the [Camera Capture UI sample](https://go.microsoft.com/fwlink/p/?linkid=249441).

The **UWP device app for camera sample** provides a *UWP device app* that controls the effect implemented by the driver MFT.

Expand All @@ -34,6 +34,6 @@ This sample is designed to be used with a specific camera. To run the sample, yo

### Samples

[Device app for camera sample](http://go.microsoft.com/fwlink/p/?linkid=249442)
[Device app for camera sample](https://go.microsoft.com/fwlink/p/?linkid=249442)

[Camera Capture UI sample](http://go.microsoft.com/fwlink/p/?linkid=249441%20)
[Camera Capture UI sample](https://go.microsoft.com/fwlink/p/?linkid=249441%20)
2 changes: 1 addition & 1 deletion general/DCHU/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ products:

# Driver package installation toolkit for universal drivers

This sample illustrates the DCHU principles of universal driver design. The sample uses the [OSR FX2 learning kit](http://osrfx2.sourceforge.net/). For a detailed code walkthrough, see [Universal Driver Scenarios](https://docs.microsoft.com/windows-hardware/drivers/develop/universal-driver-scenarios).
This sample illustrates the DCHU principles of universal driver design. The sample uses the [OSR FX2 learning kit](https://osrfx2.sourceforge.net/). For a detailed code walkthrough, see [Universal Driver Scenarios](https://docs.microsoft.com/windows-hardware/drivers/develop/universal-driver-scenarios).

There are three Visual Studio solutions in this sample. Each one represents a single submission on the [Windows Hardware Dev Center dashboard](https://developer.microsoft.com/windows/hardware/dashboard-sign-in). The solutions are split into the following subdirectories:

Expand Down
2 changes: 1 addition & 1 deletion general/PLX9x5x/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ products:

# PLX9x5x PCI Driver

This sample demonstrates how to write driver for a generic PCI device using Windows Driver Framework. The target hardware for this driver is PLX9656/9653RDK-LITE board. The product kit and the hardware specification are available at the [PLX Technology](http://www.plxtech.com) website.
This sample demonstrates how to write driver for a generic PCI device using Windows Driver Framework. The target hardware for this driver is PLX9656/9653RDK-LITE board. The product kit and the hardware specification are available at the [PLX Technology](https://www.plxtech.com) website.

For more information, see the [PCI driver programming guide](https://docs.microsoft.com/windows-hardware/drivers/pci/).

Expand Down
2 changes: 1 addition & 1 deletion gnss/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ Customer should validate their driver after customizing it.
[Windows Driver Kit documentation](https://docs.microsoft.com/windows-hardware/drivers)
[NMEA format documentation](http://navspark.mybigcommerce.com/content/NMEA_Format_v0.1.pdf)
[NMEA format documentation](https://navspark.mybigcommerce.com/content/NMEA_Format_v0.1.pdf)
4 changes: 2 additions & 2 deletions hid/hidusbfx2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion network/trans/msnmntr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ For more information on creating a Windows Filtering Platform Callout Driver, se

## Using MSBuild

As an alternative to building the WFP MSN Messenger Monitor Sample in Visual Studio, you can build it in a Visual Studio Command Prompt window. In Visual Studio, on the **Tools** menu, choose **Visual Studio Command Prompt**. In the Visual Studio Command Prompt window, navigate to the folder that has the solution file, msnmntr.sln. Use the [MSBuild](http://go.microsoft.com/fwlink/p/?linkID=262804) command to build the solution. Here are some examples:
As an alternative to building the WFP MSN Messenger Monitor Sample in Visual Studio, you can build it in a Visual Studio Command Prompt window. In Visual Studio, on the **Tools** menu, choose **Visual Studio Command Prompt**. In the Visual Studio Command Prompt window, navigate to the folder that has the solution file, msnmntr.sln. Use the [MSBuild](https://go.microsoft.com/fwlink/p/?linkID=262804) command to build the solution. Here are some examples:

`msbuild /p:configuration="Debug" /p:platform="x64" msnmntr.sln`

Expand Down
2 changes: 1 addition & 1 deletion usb/UcmCxUcsi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ urlFragment: ucmtcpcicx-port-controller-client-driver-v2

# UcmCxUcsi Port Controller Client Driver

This is a sample driver that shows how to create a Windows USB Type-C port controller driver using the USB Connector Manager class extension driver (UcmCx). The sample is a driver for an embedded controller which is compliant with the [USB Type-C Connector System Software Interface (UCSI)](http://www.intel.com/content/www/us/en/io/universal-serial-bus/usb-type-c-ucsi-spec.html).
This is a sample driver that shows how to create a Windows USB Type-C port controller driver using the USB Connector Manager class extension driver (UcmCx). The sample is a driver for an embedded controller which is compliant with the [USB Type-C Connector System Software Interface (UCSI)](https://www.intel.com/content/www/us/en/io/universal-serial-bus/usb-type-c-ucsi-spec.html).

## Background reading - UcmCx documentation

Expand Down
2 changes: 1 addition & 1 deletion usb/UcmTcpciCxClientSample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Once the Raspberry Pi has rebooted, your driver will load on the newly enumerate

#### USB Type-C Connection Exerciser

The [MCCI Model 3101 Type-C Connection Exerciser](http://www.mcci.com/mcci-v5/devtools/exerciser-type-c.html) is a tool designed by Microsoft and manufactured by MCCI.
The [MCCI Model 3101 Type-C Connection Exerciser](https://www.mcci.com/mcci-v5/devtools/exerciser-type-c.html) is a tool designed by Microsoft and manufactured by MCCI.

The tools and instructions for deploying testing with this device are available at [Testing USB hardware, drivers, and apps in Windows](https://docs.microsoft.com/windows-hardware/drivers/usbcon/usb-driver-testing-guide).

Expand Down
2 changes: 1 addition & 1 deletion usb/UcmUcsiAcpiSample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ products:

# UcmUcsiCx ACPI Client Driver

This is a sample driver that shows how to create a Windows USB Type-C port controller driver using the USB Connector Manager class extension driver (UcmCx). The sample is a driver for an embedded controller which is compliant with the [USB Type-C Connector System Software Interface (UCSI)](http://www.intel.com/content/www/us/en/io/universal-serial-bus/usb-type-c-ucsi-spec.html).
This is a sample driver that shows how to create a Windows USB Type-C port controller driver using the USB Connector Manager class extension driver (UcmCx). The sample is a driver for an embedded controller which is compliant with the [USB Type-C Connector System Software Interface (UCSI)](https://www.intel.com/content/www/us/en/io/universal-serial-bus/usb-type-c-ucsi-spec.html).

## Note on UCM UCSI

Expand Down
2 changes: 1 addition & 1 deletion usb/kmdf_enumswitches/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ products:

The kmdf\_enumswitches sample demonstrates how to use Kernel-Mode Driver Framework (KMDF) as a bus driver using the OSR USB-FX2 device.

This sample is written for the [OSR USB-FX2 Learning Kit](http://www.osronline.com/hardware/OSRFX2_32.pdf).
This sample is written for the [OSR USB-FX2 Learning Kit](https://www.osronline.com/hardware/OSRFX2_32.pdf).

## Testing the Device

Expand Down
2 changes: 1 addition & 1 deletion usb/kmdf_fx2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ products:

The kmdf\_fx2 sample is a Kernel-Mode Driver Framework (KMDF) driver for the OSR USB-FX2 device. It includes a test app and sample device metadata.

In the Windows Driver Kit (WDK), the osrusbfx2 sample demonstrates how to perform bulk and interrupt data transfers to an USB device. The sample was written for the [OSR USB-FX2 Learning Kit](http://www.osronline.com/hardware/OSRFX2_32.pdf).
In the Windows Driver Kit (WDK), the osrusbfx2 sample demonstrates how to perform bulk and interrupt data transfers to an USB device. The sample was written for the [OSR USB-FX2 Learning Kit](https://www.osronline.com/hardware/OSRFX2_32.pdf).

The driver and sample device metadata also works with the [Custom driver access](https://code.msdn.microsoft.com/windowsapps/Custom-device-access-sample-43bde679) sample.

Expand Down
2 changes: 1 addition & 1 deletion usb/umdf2_fx2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ products:

The umdf2\_fx2 sample is a User-Mode Driver Framework (UMDF) version 2 driver for the OSR USB-FX2 device.

For more information, see the specification for the [OSR USB FX-2 Learning Kit](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.
For more information, see the specification for the [OSR USB FX-2 Learning Kit](https://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.

## Related technologies

Expand Down
2 changes: 1 addition & 1 deletion usb/umdf_filter_kmdf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ products:

The umdf\_filter\_kmdf sample demonstrates how to load a UMDF filter driver as an upper filter driver above the kmdf\_fx2 sample driver.

The sample includes Event Tracing for Windows (ETW) tracing support, and is written for the [OSR USB-FX2 Learning Kit](http://www.osronline.com/hardware/OSRFX2_32.pdf0.
The sample includes Event Tracing for Windows (ETW) tracing support, and is written for the [OSR USB-FX2 Learning Kit](https://www.osronline.com/hardware/OSRFX2_32.pdf0.

## Build the sample

Expand Down
2 changes: 1 addition & 1 deletion usb/umdf_filter_umdf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ products:

The umdf\_filter\_umdf sample demonstrates how to load a User-Mode Driver Framework (UMDF) filter driver as an upper filter driver above the umdf\_fx2 sample driver.

This sample is written for the [OSR USB-FX2 Learning Kit](http://www.osronline.com/hardware/OSRFX2_32.pdf).
This sample is written for the [OSR USB-FX2 Learning Kit](https://www.osronline.com/hardware/OSRFX2_32.pdf).

## Overview

Expand Down
2 changes: 1 addition & 1 deletion usb/umdf_fx2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ products:

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 SDK sample. The sample demonstrates how to perform bulk and interrupt data transfers to an USB device. For more information, see the specification for the [OSR USB FX-2 Learning Kit](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 sample can also be used with the CustomDeviceAccess SDK sample. The sample demonstrates how to perform bulk and interrupt data transfers to an USB device. For more information, see the specification for the [OSR USB FX-2 Learning Kit](https://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:

Expand Down
2 changes: 1 addition & 1 deletion usb/usbsamp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This sample builds a Universal Windows Driver. It uses only APIs and DDIs that a

The sample driver can be loaded as the function driver for any of these devices:

- OSR FX2 learning kit. You can get the kit from [OSR Online](http://www.osronline.com/). For more information, see the specification for the [OSR USB FX-2 Learning Kit](http://www.osronline.com/hardware/OSRFX2_32.pdf)
- OSR FX2 learning kit. You can get the kit from [OSR Online](https://www.osronline.com/). For more information, see the specification for the [OSR USB FX-2 Learning Kit](https://www.osronline.com/hardware/OSRFX2_32.pdf)
- [MUTT devices](https://docs.microsoft.com/windows-hardware/drivers/usbcon/microsoft-usb-test-tool--mutt--devices). To order those devices, see [How to get MUTT devices](https://docs.microsoft.com/windows-hardware/drivers/usbcon/microsoft-usb-test-tool--mutt--devices#how-to-get-mutt-devices).
- Intel 82930 USB test board.

Expand Down
2 changes: 1 addition & 1 deletion usb/wdf_osrfx2_lab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Starting in Windows 8.1, the osrusbfx2 sample has been divided into these sampl

- [umdf\_fx2](https://docs.microsoft.com/samples/microsoft/windows-driver-samples/sample-umdf-function-driver-for-osr-usb-fx2-umdf-version-1/): This sample is the final version of the user-mode driver wdf\_osrfx2. The sample demonstrates UMDF methods.

This sample is written for the OSR USB-FX2 Learning Kit. For more information, see the specification for the [OSR USB FX-2 Learning Kit](http://www.osronline.com/hardware/OSRFX2_32.pdf).
This sample is written for the OSR USB-FX2 Learning Kit. For more information, see the specification for the [OSR USB FX-2 Learning Kit](https://www.osronline.com/hardware/OSRFX2_32.pdf).

## Build the sample

Expand Down

0 comments on commit a919a4e

Please sign in to comment.