Added sane-find-scanner -v -v output from Allan Kaplan

merge-requests/1/head
Mattias Ellert 2004-06-13 13:13:10 +00:00
rodzic caaecc2213
commit f2c7958b53
1 zmienionych plików z 93 dodań i 0 usunięć

Wyświetl plik

@ -23,12 +23,15 @@
</p>
<h2>Vendor ID</h2>
<p>
0x0475
</p>
<h2>Product ID</h2>
<p>
0x0100
</p>
<h2>Chipset</h2>
<p>
unknown
</p>
<h2>Comments</h2>
<p>
@ -38,6 +41,96 @@
</p>
<h2>Output of /proc/bus/usb/devices or sane-find-scanner -v -v</h2>
<pre>
&lt;device descriptor of 0x0475/0x0100 at 003:002-0475-0100-ff-00&gt;
bLength 18
bDescriptorType 1
bcdUSB 1.00
bDeviceClass 255
bDeviceSubClass 0
bDeviceProtocol 255
bMaxPacketSize0 8
idVendor 0x0475
idProduct 0x0100
bcdDevice 1.00
iManufacturer 0 ()
iProduct 0 ()
iSerialNumber 0 ()
bNumConfigurations 1
&lt;configuration 0&gt;
bLength 9
bDescriptorType 2
wTotalLength 39
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0 ()
bmAttributes 128 ()
MaxPower 500 mA
&lt;interface 0&gt;
&lt;altsetting 0&gt;
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 3
bInterfaceClass 255
bInterfaceSubClass 255
bInterfaceProtocol 255
iInterface 0 ()
&lt;endpoint 0&gt;
bLength 7
bDescriptorType 5
bEndpointAddress 0x01 (out 0x01)
bmAttributes 2 (bulk)
wMaxPacketSize 8
bInterval 0 ms
bRefresh 0
bSynchAddress 0
&lt;endpoint 1&gt;
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 (in 0x02)
bmAttributes 2 (bulk)
wMaxPacketSize 8
bInterval 0 ms
bRefresh 0
bSynchAddress 0
&lt;endpoint 2&gt;
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 (in 0x03)
bmAttributes 2 (bulk)
wMaxPacketSize 64
bInterval 0 ms
bRefresh 0
bSynchAddress 0
&lt;trying to find out which USB chip is used&gt;
checking for GT-6801 ...
this is not a GT-6801 (bcdUSB = 0x100)
checking for GT-6816 ...
this is not a GT-6816 (bDeviceClass = 255, bInterfaceClass = 255)
checking for MA-1017 ...
this is not a MA-1017 (bDeviceClass = 255, bInterfaceClass = 255)
checking for MA-1015 ...
this is not a MA-1015 (bDeviceSubClass = 0x0)
checking for MA-1509 ...
this is not a MA-1509 (bcdUSB = 0x100)
checking for LM983[1,2,3] ...
this is not a LM983x (bEndpointAddress = 0x1, bmAttributes = 0x2, wMaxPacketSize = 0x8, bInterval = 0x0)
checking for GL646 ...
this is not a GL646 (bDeviceClass = 255, bInterfaceClass = 255)
checking for GL646_HP ...
this is not a GL646_HP (bcdUSB = 0x100)
checking for GL660+GL646 ...
this is not a GL660+GL646 (bDeviceClass = 255, bInterfaceClass = 255)
checking for GL841 ...
this is not a GL841 (bcdUSB = 0x100)
checking for ICM532B ...
check 2, this is not a ICM532B (bcdUSB = 0x100)
&lt;Couldn't determine the type of the USB chip&gt;
found USB scanner (vendor=0x0475, product=0x0100) at
libusb:003:002-0475-0100-ff-00
</pre>
<h1>Want to add or correct information?</h1>