Changes

Jump to navigation Jump to search
315 bytes added ,  21:01, 7 October 2017
Line 211: Line 211:  
This structure matches [http://libusb.sourceforge.net/api-1.0/structlibusb__endpoint__descriptor.html libusb_endpoint_descriptor].
 
This structure matches [http://libusb.sourceforge.net/api-1.0/structlibusb__endpoint__descriptor.html libusb_endpoint_descriptor].
   −
The buffer size must be >=0x7. Only the first 0x7-bytes from the buffer are used.
+
The buffer size must be >=0x7. Only the first 0x7-bytes from the buffer are used. Byte0(bLength) must match 0x7, and byte1(bDescriptorType) must match 0x5. Byte2(bEndpointAddress) is only compared with 0x80 to determine whether to use an input or output endpoint, the actual endpoint-number is allocated automatically by checking state. Hence, all input endpoints must use bEndpointAddress==0x80.
    
=== GetSetupEvent ===
 
=== GetSetupEvent ===

Navigation menu