Created
July 3, 2014 23:47
-
-
Save rockstarmode/bd9e5b8f122238aeb983 to your computer and use it in GitHub Desktop.
lsusb for Mediasonic HF2-SU3S2 ProBox 4 Bay Hard Drive Enclosure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$sudo lsusb -v -s 003:002 | |
Bus 003 Device 002: ID 152d:0567 JMicron Technology Corp. / JMicron USA Technology Corp. | |
Device Descriptor: | |
bLength 18 | |
bDescriptorType 1 | |
bcdUSB 3.00 | |
bDeviceClass 0 (Defined at Interface level) | |
bDeviceSubClass 0 | |
bDeviceProtocol 0 | |
bMaxPacketSize0 9 | |
idVendor 0x152d JMicron Technology Corp. / JMicron USA Technology Corp. | |
idProduct 0x0567 | |
bcdDevice 2.05 | |
iManufacturer 10 JMicron | |
iProduct 11 USB to ATA/ATAPI Bridge | |
iSerial 5 152D00539000 | |
bNumConfigurations 1 | |
Configuration Descriptor: | |
bLength 9 | |
bDescriptorType 2 | |
wTotalLength 44 | |
bNumInterfaces 1 | |
bConfigurationValue 1 | |
iConfiguration 0 | |
bmAttributes 0xc0 | |
Self Powered | |
MaxPower 2mA | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 0 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 8 Mass Storage | |
bInterfaceSubClass 6 SCSI | |
bInterfaceProtocol 80 Bulk-Only | |
iInterface 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x81 EP 1 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0400 1x 1024 bytes | |
bInterval 0 | |
bMaxBurst 15 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x02 EP 2 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0400 1x 1024 bytes | |
bInterval 0 | |
bMaxBurst 15 | |
Binary Object Store Descriptor: | |
bLength 5 | |
bDescriptorType 15 | |
wTotalLength 22 | |
bNumDeviceCaps 2 | |
USB 2.0 Extension Device Capability: | |
bLength 7 | |
bDescriptorType 16 | |
bDevCapabilityType 2 | |
bmAttributes 0x00000002 | |
Link Power Management (LPM) Supported | |
SuperSpeed USB Device Capability: | |
bLength 10 | |
bDescriptorType 16 | |
bDevCapabilityType 3 | |
bmAttributes 0x00 | |
wSpeedsSupported 0x000e | |
Device can operate at Full Speed (12Mbps) | |
Device can operate at High Speed (480Mbps) | |
Device can operate at SuperSpeed (5Gbps) | |
bFunctionalitySupport 1 | |
Lowest fully-functional device speed is Full Speed (12Mbps) | |
bU1DevExitLat 10 micro seconds | |
bU2DevExitLat 2047 micro seconds | |
Device Status: 0x000d | |
Self Powered | |
U1 Enabled | |
U2 Enabled |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment