diff options
Diffstat (limited to 'sd/miniport')
| -rw-r--r-- | sd/miniport/sdhc/README.md | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/sd/miniport/sdhc/README.md b/sd/miniport/sdhc/README.md index 73bb691f..2872f735 100644 --- a/sd/miniport/sdhc/README.md +++ b/sd/miniport/sdhc/README.md @@ -8,16 +8,6 @@ products: - windows-wdk --- - -<!--- - name: Standard SD Host Controller Miniport - platform: WDM - language: cpp - category: Storage - description: Provides a functional miniport implementation for a standard SD host controller. - samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617952 ----> - # Standard SD Host Controller Miniport This is a sample for a Secure Digital (SD) Host Controller miniport driver. The driver works in conjunction with sdport.sys, which implements SD/SDIO/eMMC protocol and WDM interfaces, to provide the host register interface. @@ -26,8 +16,12 @@ This is a sample for a Secure Digital (SD) Host Controller miniport driver. The This sample builds a Windows Universal driver. It uses only APIs and DDIs that are included in Windows Core. -This driver, sdhc.sys, provides a functional miniport implementation for a standard SD host controller. However, it does not have support for many more recent features such as: +This driver, sdhc.sys, provides a functional miniport implementation for a standard SD host controller. + +However, it does not have support for many more recent features such as: - UHS-I speed modes. + - HS400 -- SD 4.0
\ No newline at end of file + +- SD 4.0 |
