Difference between revisions of "ASIX SIGMA/Info"
Jump to navigation
Jump to search
(Created page with 'lsusb output: Bus 001 Device 018: ID a600:a000 Asix Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass …') |
Uwe Hermann (talk | contribs) m |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
lsusb | == lsusb == | ||
Bus 001 Device 018: ID a600:a000 Asix | <small> | ||
$ '''lsusb -vvv''' | |||
Bus 001 Device 018: ID '''a600:a000 Asix''' | |||
Device Descriptor: | Device Descriptor: | ||
bLength 18 | bLength 18 | ||
| Line 10: | Line 12: | ||
bDeviceProtocol 0 | bDeviceProtocol 0 | ||
bMaxPacketSize0 8 | bMaxPacketSize0 8 | ||
idVendor 0xa600 Asix | idVendor 0xa600 '''Asix''' | ||
idProduct 0xa000 | idProduct 0xa000 | ||
bcdDevice 6.00 | bcdDevice 6.00 | ||
iManufacturer 1 ASIX | iManufacturer 1 '''ASIX''' | ||
iProduct 2 ASIX SIGMA | iProduct 2 '''ASIX SIGMA''' | ||
iSerial 3 A6010243 | iSerial 3 '''A6010243''' | ||
bNumConfigurations 1 | bNumConfigurations 1 | ||
Configuration Descriptor: | Configuration Descriptor: | ||
| Line 37: | Line 39: | ||
bInterfaceSubClass 255 Vendor Specific Subclass | bInterfaceSubClass 255 Vendor Specific Subclass | ||
bInterfaceProtocol 255 Vendor Specific Protocol | bInterfaceProtocol 255 Vendor Specific Protocol | ||
iInterface 2 ASIX SIGMA | iInterface 2 '''ASIX SIGMA''' | ||
Endpoint Descriptor: | Endpoint Descriptor: | ||
bLength 7 | bLength 7 | ||
| Line 60: | Line 62: | ||
Device Status: 0x0000 | Device Status: 0x0000 | ||
(Bus Powered) | (Bus Powered) | ||
</small> | |||
== SIGMA/SIGMA2 differences == | |||
ASIX SIGMA and ASIX SIGMA2 uses the same VID/PID pair. The hardware version can be determined by serial number, where A601xxxx are SIGMA and A602xxxx are SIGMA2. | |||
__FORCETOC__ | |||
Latest revision as of 12:44, 20 April 2013
lsusb
$ lsusb -vvv
Bus 001 Device 018: ID a600:a000 Asix
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 8
idVendor 0xa600 Asix
idProduct 0xa000
bcdDevice 6.00
iManufacturer 1 ASIX
iProduct 2 ASIX SIGMA
iSerial 3 A6010243
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 32
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xa0
(Bus Powered)
Remote Wakeup
MaxPower 498mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 2
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 255 Vendor Specific Subclass
bInterfaceProtocol 255 Vendor Specific Protocol
iInterface 2 ASIX SIGMA
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x02 EP 2 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 0
Device Status: 0x0000
(Bus Powered)
SIGMA/SIGMA2 differences
ASIX SIGMA and ASIX SIGMA2 uses the same VID/PID pair. The hardware version can be determined by serial number, where A601xxxx are SIGMA and A602xxxx are SIGMA2.