Created
February 22, 2026 23:28
-
-
Save jbosboom/47213b4bbae295abc4c32371ba9f2d25 to your computer and use it in GitHub Desktop.
lsusb -v output for Amazon Basics USB 3.0 Gigabit Ethernet Adapter Black (ASIN B00M77HMU0) purchased May 2017
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
| Bus 004 Device 006: ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet | |
| Negotiated speed: SuperSpeed (5Gbps) | |
| Device Descriptor: | |
| bLength 18 | |
| bDescriptorType 1 | |
| bcdUSB 3.00 | |
| bDeviceClass 255 Vendor Specific Class | |
| bDeviceSubClass 255 Vendor Specific Subclass | |
| bDeviceProtocol 0 | |
| bMaxPacketSize0 9 | |
| idVendor 0x0b95 ASIX Electronics Corp. | |
| idProduct 0x1790 AX88179 Gigabit Ethernet | |
| bcdDevice 1.00 | |
| iManufacturer 1 ASIX Elec. Corp. | |
| iProduct 2 AX88179 | |
| iSerial 3 [redacted] | |
| bNumConfigurations 1 | |
| Configuration Descriptor: | |
| bLength 9 | |
| bDescriptorType 2 | |
| wTotalLength 0x0039 | |
| bNumInterfaces 1 | |
| bConfigurationValue 1 | |
| iConfiguration 0 | |
| bmAttributes 0xa0 | |
| (Bus Powered) | |
| Remote Wakeup | |
| MaxPower 496mA | |
| Interface Descriptor: | |
| bLength 9 | |
| bDescriptorType 4 | |
| bInterfaceNumber 0 | |
| bAlternateSetting 0 | |
| bNumEndpoints 3 | |
| bInterfaceClass 255 Vendor Specific Class | |
| bInterfaceSubClass 255 Vendor Specific Subclass | |
| bInterfaceProtocol 0 | |
| iInterface 4 Network_Interface | |
| Endpoint Descriptor: | |
| bLength 7 | |
| bDescriptorType 5 | |
| bEndpointAddress 0x81 EP 1 IN | |
| bmAttributes 3 | |
| Transfer Type Interrupt | |
| Synch Type None | |
| Usage Type Data | |
| wMaxPacketSize 0x0008 1x 8 bytes | |
| bInterval 11 | |
| bMaxBurst 0 | |
| wBytesPerInterval 0 | |
| Endpoint Descriptor: | |
| bLength 7 | |
| bDescriptorType 5 | |
| bEndpointAddress 0x82 EP 2 IN | |
| bmAttributes 2 | |
| Transfer Type Bulk | |
| Synch Type None | |
| Usage Type Data | |
| wMaxPacketSize 0x0400 1x 1024 bytes | |
| bInterval 0 | |
| bMaxBurst 3 | |
| Endpoint Descriptor: | |
| bLength 7 | |
| bDescriptorType 5 | |
| bEndpointAddress 0x03 EP 3 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 0x0016 | |
| bNumDeviceCaps 2 | |
| USB 2.0 Extension Device Capability: | |
| bLength 7 | |
| bDescriptorType 16 | |
| bDevCapabilityType 2 | |
| bmAttributes 0x00000002 | |
| HIRD 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 1 micro seconds | |
| bU2DevExitLat 101 micro seconds | |
| Device Status: 0x0000 | |
| (Bus Powered) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment