From 4d967500bf9f3e4b650a127d6b4d8195424557b4 Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 1 Aug 2019 13:31:59 +0700 Subject: [PATCH] add vendor & webusb support to doc --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8cd2c1ea..be91a1f4 100644 --- a/README.md +++ b/README.md @@ -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