Detect host OS based on USB fingerprint (#18463)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
parent
e06f50c489
commit
85ee55ff3b
15 changed files with 448 additions and 7 deletions
|
@ -901,5 +901,5 @@ void protocol_post_task(void) {
|
|||
}
|
||||
|
||||
uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue, const uint16_t wIndex, const void **const DescriptorAddress) {
|
||||
return get_usb_descriptor(wValue, wIndex, DescriptorAddress);
|
||||
return get_usb_descriptor(wValue, wIndex, USB_ControlRequest.wLength, DescriptorAddress);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue