diff options
| author | sakumisu <[email protected]> | 2025-11-13 22:03:36 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2025-11-13 22:03:36 +0800 |
| commit | 9433ed3da573156c659273f3202c2638de038ba2 (patch) | |
| tree | 488143177a9939a4857bcbf0ed539ed41f88556b /docs/source | |
| parent | 729136ea8048863921e5a982d6cf089cc472249d (diff) | |
docs: update rst
Signed-off-by: sakumisu <[email protected]>
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/demo/usbd_audiov1.rst | 3 | ||||
| -rw-r--r-- | docs/source/demo/usbd_audiov2.rst | 4 | ||||
| -rw-r--r-- | docs/source/show/img/usbhost_rndis.png | bin | 165468 -> 552961 bytes | |||
| -rw-r--r-- | docs/source/show/img/usbhost_rndis2.png | bin | 128026 -> 0 bytes | |||
| -rw-r--r-- | docs/source/show/index.rst | 7 |
5 files changed, 14 insertions, 0 deletions
diff --git a/docs/source/demo/usbd_audiov1.rst b/docs/source/demo/usbd_audiov1.rst index ec8f5e63..9d2e3051 100644 --- a/docs/source/demo/usbd_audiov1.rst +++ b/docs/source/demo/usbd_audiov1.rst @@ -1,2 +1,5 @@ usbd_audiov1 =============== + +.. note:: 在使用windows 时,当修改描述符任意参数时,必须同步修改字符串描述符,并且卸载驱动,否则windows会认为设备未更改,继续使用旧的驱动,导致无法识别设备。Linux 不受此限制。 + diff --git a/docs/source/demo/usbd_audiov2.rst b/docs/source/demo/usbd_audiov2.rst index fa496160..816532c9 100644 --- a/docs/source/demo/usbd_audiov2.rst +++ b/docs/source/demo/usbd_audiov2.rst @@ -1,2 +1,6 @@ usbd_audiov2 =============== + +.. note:: 在使用windows 时,当修改描述符任意参数时,必须同步修改字符串描述符,并且卸载驱动,否则windows会认为设备未更改,继续使用旧的驱动,导致无法识别设备。Linux 不受此限制。 + +.. note:: windows 10 uac2.0 功能不完善,请使用 windows 11 测试uac2.0 功能。Linux 不受此限制。
\ No newline at end of file diff --git a/docs/source/show/img/usbhost_rndis.png b/docs/source/show/img/usbhost_rndis.png Binary files differindex 75adba38..12ab1a4e 100644 --- a/docs/source/show/img/usbhost_rndis.png +++ b/docs/source/show/img/usbhost_rndis.png diff --git a/docs/source/show/img/usbhost_rndis2.png b/docs/source/show/img/usbhost_rndis2.png Binary files differdeleted file mode 100644 index 86aea3c4..00000000 --- a/docs/source/show/img/usbhost_rndis2.png +++ /dev/null diff --git a/docs/source/show/index.rst b/docs/source/show/index.rst index e4a8ac68..c5d3f708 100644 --- a/docs/source/show/index.rst +++ b/docs/source/show/index.rst @@ -88,6 +88,13 @@ USB Host ASIX 网卡 .. figure:: img/usbhost_ax88772_1.png .. figure:: img/usbhost_ax88772_2.png +USB Host RNDIS 网卡 +----------------------- + +演示 USB Host 驱动手机,手机开启 USB 共享网络即可使用 RNDIS 。 + +.. figure:: img/usbhost_rndis.png + USB Host WIFI ----------------------- |
