Looks like two scanners use the same name.

merge-requests/1/head
Henning Geinitz 2003-12-27 12:23:20 +00:00
rodzic 54279b99bd
commit 5781c05f7f
1 zmienionych plików z 21 dodań i 2 usunięć

Wyświetl plik

@ -15,7 +15,8 @@
<h1>Scanners not supported by SANE</h1>
<h2>Manufacturer and model</h2>
<p>
Medion MD 6190
Medion MD 6190<br>
Tevion MD 6190
</p>
<h2>Bus type</h2>
<p>
@ -27,11 +28,12 @@
</p>
<h2>Product ID</h2>
<p>
0x037b
0x037b / 0x0392
</p>
<h2>Chipset</h2>
<p>
<pre>
(for the 0x037b type)
USB-Chip: Ali M5623 0330 D1 TH07
Motor-Driver: ST L6219 DS
ADC: WM 8196 CDS
@ -39,6 +41,9 @@ Memory: ESMT M12L16161A
</pre>
</p>
<h2>Comments</h2>
<p>
Two different scanners use the same name?
</p>
<p>
The vendor id is Primax.
</p>
@ -47,6 +52,7 @@ Memory: ESMT M12L16161A
</p>
<h2>Output of /proc/bus/usb/devices or sane-find-scanner -v -v</h2>
<pre>
Medion MD 6190 (0x037b)
T: Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=ff(vend.) Sub=ff Prot=ff MxPS=64 #Cfgs= 1
P: Vendor=0461 ProdID=037b Rev= 1.01
@ -56,6 +62,19 @@ I: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
E: Ad=81(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=83(I) Atr=03(Int.) MxPS= 8 Ivl=16ms
Tevion MD 6190 (0x0392)
T: Bus=01 Lev=01 Prnt=01 Port=05 Cnt=01 Dev#= 2 Spd=480 MxCh= 0
D: Ver= 2.00 Cls=ff(vend.) Sub=ff Prot=ff MxPS=64 #Cfgs= 1
P: Vendor=0461 ProdID=0392 Rev= 2.00
S: Product=USB Scanner
C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr= 0mA
I: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
E: Ad=81(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=02(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=83(I) Atr=03(Int.) MxPS= 8 Ivl=4096ms
</pre>
<h1>Want to add or correct information?</h1>