Linux handles this device very well. The kernel module hub or usb_storage usually claims it automatically.
00: bLength = 0x12 (18 bytes) 01: bDescriptorType = 0x01 (Device) 02: bcdUSB = 0x200 (USB 2.0) 03: bDeviceClass = 0x09 (Hub) 04: bDeviceSubClass = 0x00 05: bDeviceProtocol = 0x01 06: bMaxPacketSize0 = 0x40 (64 bytes) 07: idVendor = 0x058F (Alcor) 08: idProduct = 0x1234 ...
Below is a full breakdown of what this ID means and how to handle it.
Linux handles this device very well. The kernel module hub or usb_storage usually claims it automatically.
00: bLength = 0x12 (18 bytes) 01: bDescriptorType = 0x01 (Device) 02: bcdUSB = 0x200 (USB 2.0) 03: bDeviceClass = 0x09 (Hub) 04: bDeviceSubClass = 0x00 05: bDeviceProtocol = 0x01 06: bMaxPacketSize0 = 0x40 (64 bytes) 07: idVendor = 0x058F (Alcor) 08: idProduct = 0x1234 ...
Below is a full breakdown of what this ID means and how to handle it.
Input your search keywords and press Enter.