Added check-usb-chip output.

merge-requests/1/head
Henning Geinitz 2004-06-08 15:48:43 +00:00
rodzic 010524d52e
commit a22385a5e5
1 zmienionych plików z 21 dodań i 0 usunięć

Wyświetl plik

@ -112,6 +112,27 @@ bNumConfigurations 1
bRefresh 0
bSynchAddress 0
found USB scanner (vendor=0x04a9 [Canon], product=0x2212 [CanoScan]) at libusb:001:002
From another user:
<trying to find out which USB chip is used>
checking for GT-6801 ...
this is not a GT-6801 (bcdUSB = 0x200)
checking for GT-6816 ...
this is not a GT-6816 (bDeviceClass = 255, bInterfaceClass = 0)
checking for MA-1017 ...
this is not a MA-1017 (bDeviceClass = 255, bInterfaceClass = 0)
checking for MA-1015 ...
this is not a MA-1015 (bcdUSB = 0x200)
checking for MA-1509 ...
this is not a MA-1509 (bcdUSB = 0x200)
checking for LM983[1,2,3] ...
this is not a LM983x (bDeviceClass = 255, bInterfaceClass = 0)
checking for GL646 ...
this is not a GL646 (bDeviceClass = 255, bInterfaceClass = 0)
checking for GL660+GL646 ...
this is not a GL660+GL646 (bEndpointAddress = 0x81, bmAttributes = 0x2, wMaxPacketSize = 0x200, bInterval = 0x0)
<Couldn't determine the type of the USB chip>
</pre>
<h1>Want to add or correct information?</h1>