| Age | Commit message (Collapse) | Author |
|
based on setup packet wLength.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
shortcutted the call to the class function,
so, lets use shortcutting anyway?
|
|
|
|
|
|
stalling as xfer requests should fail.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix typo
remove magic number 0xff of driver id
|
|
|
|
must be forward to class driver
|
|
length to know if a ZLP needs to happen. (fixes #139)
|
|
|
|
|
|
- remove TUD_WEBUSB_URL_DESCRIPTOR to avoid flexible array member (C++
forbid in strict mode)
- remove unused TUD_DESC_STRLEN/TUD_DESC_STR_HEADER/TUD_DESC_STR_HEADER
|
|
from signed char to int32_t
|
|
|
|
webusb work with linux & macos
|
|
|
|
|
|
|
|
maybe refactor later
|
|
tud_vendor_control_request_cb/complete_cb
|
|
|
|
|
|
|
|
usbd control transfer
rename usbd_control_transfer/status to tud_control_transfer/status
|
|
control_complete
|
|
|
|
clean up, adding template for BOS & BOS platform descriptor
|
|
|
|
|
|
|
|
|
|
rename TUSB_DESC_CLASS_SPECIFIC to TUSB_DESC_CS_INTERFACE
|