Searched defs:devlist_device (Results 1 – 1 of 1) sorted by relevance
13 struct devlist_device { struct14 char path[256];15 char busid[32];17 uint32_t busnum;18 uint32_t devnum;19 uint32_t speed;21 uint16_t idVendor;22 uint16_t idProduct;23 uint16_t bcdDevice;25 uint8_t bDeviceClass;[all …]