| usb_descriptors.h | 57 0xD1, 0x18, // vendor id 58 0x0D, 0xD0, // product id 140 unsigned short id; member in struct:__anon703 143 #define ID(type,num) ((type << 8) | num) 146 { device_desc, sizeof(device_desc), ID(TYPE_DEVICE, 0) }, 147 { config_desc, sizeof(config_desc), ID(TYPE_CONFIGURATION, 0) }, 148 { manufacturer_string, sizeof(manufacturer_string), ID(TYPE_STRING, 1) }, 149 { product_string, sizeof(product_string), ID(TYPE_STRING, 2) }, 150 { default_string, sizeof(default_string), ID(TYPE_STRING, 4) }, 151 { language_table, sizeof(language_table), ID(TYPE_STRING, 0) } [all...] |