diff options
| author | hathach <[email protected]> | 2019-08-01 13:31:59 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-08-01 13:31:59 +0700 |
| commit | 4d967500bf9f3e4b650a127d6b4d8195424557b4 (patch) | |
| tree | 02baaed488b13ddaf9a75855033f08a421c5fe32 | |
| parent | 30de17a83029abeee44cbfd7aa5a3ac63d0ce65d (diff) | |
add vendor & webusb support to doc
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -27,6 +27,8 @@ Support multiple device configurations by dynamically changing usb descriptors. - Human Interface Device (HID): Generic (In & Out), Keyboard, Mouse, Gamepad etc ... - Mass Storage Class (MSC): with multiple LUNs - Musical Instrument Digital Interface (MIDI) +- Vendor-specific class support with generic In & Out endpoints. Can be used with MS OS 2.0 compatible descriptor to load winUSB driver without INF file. +- [WebUSB](https://github.com/WICG/webusb) with vendor-specific class ## Host Stack |
