Better checking of whether a packet is received in the RNDISEthernetHost Class driver demo - show busy LED status while packets are being printed out.

This commit is contained in:
Dean Camera 2009-11-27 06:32:26 +00:00
parent e5057fec8e
commit 958d28d05d
4 changed files with 16 additions and 13 deletions

View file

@ -83,8 +83,8 @@
* <table>
* <tr>
* <th width="100px">USB Class</th>
* <th width="80px">Device</th>
* <th width="80px">Host</th>
* <th width="90px">Device Mode</th>
* <th width="90px">Host Mode</th>
* </tr>
* <tr>
* <td>Audio</td>
@ -113,13 +113,13 @@
* </tr>
* <tr>
* <td>Printer</td>
* <td bgcolor="#00EE00">No</td>
* <td bgcolor="#EE0000">No</td>
* <td bgcolor="#00EE00">Yes</td>
* </tr>
* <tr>
* <td>RNDIS</td>
* <td bgcolor="#00EE00">Yes</td>
* <td bgcolor="#EE0000">Yes</td>
* <td bgcolor="#00EE00">Yes</td>
* </tr>
* <tr>
* <td>Still Image</td>