Deploying to gh-pages from @ cherry-embedded/CherryUSB@9ebc004aa4 🚀
This commit is contained in:
BIN
_images/usbhost_rndis.png
Normal file
BIN
_images/usbhost_rndis.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 540 KiB |
@@ -1,2 +1,5 @@
|
||||
usbd_audiov1
|
||||
===============
|
||||
|
||||
.. note:: 在使用windows 时,当修改描述符任意参数时,必须同步修改字符串描述符,并且卸载驱动,否则windows会认为设备未更改,继续使用旧的驱动,导致无法识别设备。Linux 不受此限制。
|
||||
|
||||
|
||||
@@ -1,2 +1,6 @@
|
||||
usbd_audiov2
|
||||
===============
|
||||
|
||||
.. note:: 在使用windows 时,当修改描述符任意参数时,必须同步修改字符串描述符,并且卸载驱动,否则windows会认为设备未更改,继续使用旧的驱动,导致无法识别设备。Linux 不受此限制。
|
||||
|
||||
.. note:: windows 10 uac2.0 功能不完善,请使用 windows 11 测试uac2.0 功能。Linux 不受此限制。
|
||||
@@ -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
|
||||
-----------------------
|
||||
|
||||
|
||||
@@ -159,6 +159,10 @@
|
||||
|
||||
<section id="usbd-audiov1">
|
||||
<h1>usbd_audiov1<a class="headerlink" href="#usbd-audiov1" title="Link to this heading"></a></h1>
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Note</p>
|
||||
<p>在使用windows 时,当修改描述符任意参数时,必须同步修改字符串描述符,并且卸载驱动,否则windows会认为设备未更改,继续使用旧的驱动,导致无法识别设备。Linux 不受此限制。</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
@@ -159,6 +159,14 @@
|
||||
|
||||
<section id="usbd-audiov2">
|
||||
<h1>usbd_audiov2<a class="headerlink" href="#usbd-audiov2" title="Link to this heading"></a></h1>
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Note</p>
|
||||
<p>在使用windows 时,当修改描述符任意参数时,必须同步修改字符串描述符,并且卸载驱动,否则windows会认为设备未更改,继续使用旧的驱动,导致无法识别设备。Linux 不受此限制。</p>
|
||||
</div>
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Note</p>
|
||||
<p>windows 10 uac2.0 功能不完善,请使用 windows 11 测试uac2.0 功能。Linux 不受此限制。</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -135,6 +135,7 @@
|
||||
<li class="toctree-l2"><a class="reference internal" href="#usb-host-msc">USB Host MSC</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="#usb-host-uvc">USB Host UVC</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="#usb-host-asix">USB Host ASIX 网卡</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="#usb-host-rndis">USB Host RNDIS 网卡</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="#usb-host-wifi">USB Host WIFI</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
@@ -266,6 +267,13 @@
|
||||
<img alt="../_images/usbhost_ax88772_2.png" src="../_images/usbhost_ax88772_2.png" />
|
||||
</figure>
|
||||
</section>
|
||||
<section id="usb-host-rndis">
|
||||
<h2>USB Host RNDIS 网卡<a class="headerlink" href="#usb-host-rndis" title="Link to this heading"></a></h2>
|
||||
<p>演示 USB Host 驱动手机,手机开启 USB 共享网络即可使用 RNDIS 。</p>
|
||||
<figure class="align-default">
|
||||
<img alt="../_images/usbhost_rndis.png" src="../_images/usbhost_rndis.png" />
|
||||
</figure>
|
||||
</section>
|
||||
<section id="usb-host-wifi">
|
||||
<h2>USB Host WIFI<a class="headerlink" href="#usb-host-wifi" title="Link to this heading"></a></h2>
|
||||
<p>演示 USB Host 驱动 BL616 USB WIFI。</p>
|
||||
|
||||
Reference in New Issue
Block a user