libnx
v4.7.0
|
Imported from libusb, with some adjustments. More...
#include <usb.h>
Data Fields | |
uint8_t | bLength |
uint8_t | bDescriptorType |
Must match USB_DT_Device. | |
uint16_t | bcdUSB |
uint8_t | bDeviceClass |
uint8_t | bDeviceSubClass |
uint8_t | bDeviceProtocol |
uint8_t | bMaxPacketSize0 |
uint16_t | idVendor |
uint16_t | idProduct |
uint16_t | bcdDevice |
uint8_t | iManufacturer |
uint8_t | iProduct |
uint8_t | iSerialNumber |
uint8_t | bNumConfigurations |
Imported from libusb, with some adjustments.