Added sane-find-scanner output.

merge-requests/1/head
Henning Geinitz 2004-02-04 20:11:59 +00:00
rodzic c12bf6a806
commit 6e6d35668c
1 zmienionych plików z 86 dodań i 12 usunięć

Wyświetl plik

@ -14,25 +14,99 @@
<body>
<h1>Scanners not supported by SANE</h1>
<h2>Manufacturer and model</h2>
Artec Ultima 2000
<p>
Artec Ultima 2000
</p>
<h2>Bus type</h2>
USB
<p>
USB
</p>
<h2>Vendor ID</h2>
0x05d8
<p>
0x05d8
</p>
<h2>Product ID</h2>
0x4001
<p>
0x4001
</p>
<h2>Chipset</h2>
WINBOND W6662CF<br>
POWERVISION PV108630-C2L<br>
ATC 93LC46 (EEPROM?)
<p>
WINBOND W6662CF<br>
POWERVISION PV108630-C2L<br>
ATC 93LC46 (EEPROM?)
</p>
<h2>Comments</h2>
The chips look similar to that reported on the <a
href="http://umax1220u-sane.sourceforge.net/index.php?ScannerChipsets">umax1220u page</a>.
The version with product id 0x4002 is supported by the <a
href="http://www.meier-geinitz.de/sane/gt68xx-backend/">gt68xx
backend</a>.
<p>
The chips look similar to that reported on the <a
href="http://umax1220u-sane.sourceforge.net/index.php?ScannerChipsets">umax1220u page</a>.
The version with product id 0x4002 is supported by the <a
href="http://www.meier-geinitz.de/sane/gt68xx-backend/">gt68xx
backend</a>.
</p>
<h2>Output of /proc/bus/usb/devices or sane-find-scanner -v -v</h2>
<pre>
&lt;device descriptor of 0x05d8/0x4001 at 001:002&gt;
bLength 18
bDescriptorType 1
bcdUSB 1.00
bDeviceClass 0
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x05D8
idProduct 0x4001
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 64 (Self-powered)
MaxPower 500 mA
&lt;interface 0&gt;
&lt;altsetting 0&gt;
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 3
bInterfaceClass 0
bInterfaceSubClass 0
bInterfaceProtocol 0
iInterface 0 ()
&lt;endpoint 0&gt;
bLength 7
bDescriptorType 5
bEndpointAddress 0x01 (out 0x01)
bmAttributes 2 (bulk)
wMaxPacketSize 64
bInterval 0 ms
bRefresh 0
bSynchAddress 0
&lt;endpoint 1&gt;
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 (in 0x02)
bmAttributes 2 (bulk)
wMaxPacketSize 64
bInterval 0 ms
bRefresh 0
bSynchAddress 0
&lt;endpoint 2&gt;
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 (in 0x03)
bmAttributes 3 (interrupt)
wMaxPacketSize 1
bInterval 1 ms
bRefresh 0
bSynchAddress 0
</pre>
<h1>Want to add or correct information?</h1>