zephyr/samples/subsys/usb
Andrei Emeltchenko 48ff11752c usb: webusb: Strip CDC ACM function from the code
CDC ACM is not needed in webusb, communication is going through Bulk
endpoints. Endpoint numbers stay the same only Interface number
changed, so basically only this change is needed:

-        .then(() => this.device_.claimInterface(2))
+        .then(() => this.device_.claimInterface(0))

this.device_.claimInterface({2,0}) apart from removing serial port
commands.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2018-06-22 12:29:45 -04:00
..
cdc_acm
console
dfu subsys: usb: rework USB DFU class driver 2018-04-30 17:42:40 -04:00
hid usb: hid: fix write to interrupt IN endpoint 2018-06-16 11:46:56 +02:00
hid-mouse usb: hid: fix write to interrupt IN endpoint 2018-06-16 11:46:56 +02:00
mass samples: subsys: usb: Set disk name Kconfig option 2018-05-08 08:53:01 -04:00
webusb usb: webusb: Strip CDC ACM function from the code 2018-06-22 12:29:45 -04:00
usb.rst