diff options
| author | Barry Golden <[email protected]> | 2019-09-25 07:54:18 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-09-25 07:54:18 -0700 |
| commit | 2e237713e298495b141560a5e7c76d6b1efa0153 (patch) | |
| tree | 552f09c62562d62e3b8f2701f223f6f53792403e /sd/miniport | |
| parent | 16022c593787aef040b8a37ef697316e07f1322e (diff) | |
Update README.md (#424)87280872798727887277872768727587274872738727287271872708726987268872678726687265872648726387262872618726087259872588725787255872548725387252
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 |
