Lines Matching full:webusb
10 * @brief Sample app for WebUSB enabled custom class driver.
12 * Sample app for WebUSB enabled custom class driver. The received
13 * data is echoed back to the WebUSB based application running in
26 #include "webusb.h"
66 /* The WebUSB interface number becomes the first when CDC_ACM is enabled by
68 * applications, where the WebUSB interface is no longer the first,
95 /* WebUSB Platform Capability Descriptor:
96 * https://wicg.github.io/webusb/#webusb-platform-capability-descriptor
104 /* WebUSB Platform Capability UUID
130 * https://github.com/sowbug/weblight/blob/master/firmware/webusb.c
176 /* WebUSB Device Requests */
179 * https://wicg.github.io/webusb/#get-allowed-origins
184 * https://wicg.github.io/webusb/#configuration-subset-header
189 * https://wicg.github.io/webusb/#function-subset-header
197 /* URL Descriptor: https://wicg.github.io/webusb/#url-descriptor */
247 * WebUSB Platform Capability Descriptor.
277 * WebUSB allowed origins and MS OS 1.0 and 2.0 descriptors.