Skip to content

Where is winusb descriptor string defined? #6

@karelbilek

Description

@karelbilek

I see in winusb.h:

/* Arbitrary, but must be equivalent to the last character in
   the special OS descriptor string */
#define WINUSB_MS_VENDOR_CODE 0x21

But I cannot see where is the OS descriptor string defined; I sed it only being used in winusb.h

    if (req->bRequest != WINUSB_MS_VENDOR_CODE) {
        return USBD_REQ_NEXT_CALLBACK;
    }

but I don't see the actual descriptor anywhere.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions