sane-project-website/unsupported/canon-fb620u.html

206 wiersze
6.5 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Scanner information</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="author" content="Henning Meier-Geinitz">
<meta name="keywords" content="sane, backend, driver, scanner, unsupported">
<link href="mailto:henning@meier-geinitz.de" rev="made">
<link rel="icon" href="../favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon">
</head>
<body>
<h1>Scanners not supported by SANE</h1>
<h2>Manufacturer and model</h2>
Canon FB620U
<h2>Bus type</h2>
USB
<h2>Vendor ID</h2>
0x04a9
<h2>Product ID</h2>
0x2202
<h2>Chipset</h2>
<pre>
On the back of the scanner it says:
CANON F912900
Inside on the scanners circuit board:
%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%
% FH4-1362 % % ALEGRE % % RONALDO % % UT61Z024JC-15 %
% 93CS32F-9713 % % FH4-6068 % % FH4-6069 % % 9914 %
% JAPAN 9911HAL % % D97266 JAPAN % % T6W93A-0002 % %%%%%%%%%%%%%%%%%
% D16522 % % 9911KK012 % % JAPAN 9913EAI %
%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%% % DOO20ABA %
%%%%%%%%%%%%%%%%%
Code of the board itself: OMB03-CU REV:A1
Again a list of chips:
ALEGRE
FH4-6068
D97296 Japan
9914KX016
Ronaldo
FH4-6069
T6W93A-0002
Japan
9914EAI
D0024AAA
FH4-6067
93CS32F-9714
Japan 9914HAL
505686
Name on the board:
CPU Board
CEBU-USB 05A
</pre>
<h2>Comments</h2>
The /proc/bus/usb/devices output looks similar to the <a href="canon-fs4000.html">Canon FS4000</a>.
<h2>Output of /proc/bus/usb/devices or sane-find-scanner -v -v</h2>
<pre>
T: Bus=02 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 2 Spd=12 MxCh= 0
D: Ver= 1.00 Cls=ff(vend.) Sub=ff Prot=ff MxPS=16 #Cfgs= 1
P: Vendor=04a9 ProdID=2202 Rev=10.01
S: Manufacturer=Canon
S: Product=Scanner
C:* #Ifs= 1 Cfg#= 1 Atr=60 MxPwr= 0mA
I: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=usbscanner
E: Ad=81(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=82(I) Atr=03(Int.) MxPS= 8 Ivl=10ms
E: Ad=03(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms
&lt;device descriptor of 0x04a9/0x2202 at 001:002 (Canon Scanner )&gt;
bLength 18
bDescriptorType 1
bcdUSB 1.00
bDeviceClass 255
bDeviceSubClass 255
bDeviceProtocol 255
bMaxPacketSize0 16
idVendor 0x04A9
idProduct 0x2202
bcdDevice 16.01
iManufacturer 1 (Canon)
iProduct 2 (Scanner )
iSerialNumber 0 ()
bNumConfigurations 1
&lt;configuration 0&gt;
bLength 9
bDescriptorType 2
wTotalLength 39
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0 ()
bmAttributes 96 (Self-poweredRemote Wakeup)
MaxPower 0 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 0x81 (in 0x01)
bmAttributes 2 (bulk)
wMaxPacketSize 64
bInterval 1 ms
bRefresh 0
bSynchAddress 0
&lt;endpoint 1&gt;
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 (in 0x02)
bmAttributes 3 (interrupt)
wMaxPacketSize 8
bInterval 10 ms
bRefresh 0
bSynchAddress 0
&lt;endpoint 2&gt;
bLength 7
bDescriptorType 5
bEndpointAddress 0x03 (out 0x03)
bmAttributes 2 (bulk)
wMaxPacketSize 64
bInterval 1 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 GT-8911 ...
this is not a GT-8911 (check 1, 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 (bNumEndpoints = 3)
checking for MA-1509 ...
this is not a MA-1509 (bcdUSB = 0x100)
checking for LM983[1,2,3] ...
this is not a LM983x (bDeviceSubClass = 0xff)
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 ...
this is not a ICM532B (check 2, bcdUSB = 0x100)
&lt;Couldn't determine the type of the USB chip&gt;
found USB scanner (vendor=0x04a9 [Canon], product=0x2202 [Scanner ]) at libusb:001:002
</pre>
<h1>Want to add or correct information?</h1>
<p>
If anything is wrong or missing on this page please <a href="../bugs.html">file a bug report</a>
or use the <a href="http://www.meier-geinitz.de:80/tinc?key=rDoQ7lrj&#38;formname=adddev" target="_top">the
form for adding an unsupported device</a>.
</p>
<p>
If you own an unsupported scanner, please send as much information as
possible. Especially the output of <em>sane-find-scanner -v -v</em>
and/or <em>cat /proc/scsi/scsi</em> (for SCSI scanners) or <em>cat
/proc/bus/usb/devices</em> (for USB scanners) can help. If you dare to
open the scanner, have a look at the text that's printed on the
chips. That may help to identify the chipset. If you know that the
scanner is similar to another one (e.g. supported by the same Windows
driver), please also mention this fact.
</p>
<h1><a href="../manufacturers.html">Information for Manufacturers</a></h1>
<p>
Are you a manufacturer or vendor of scanners and one of your scanners is
not supported by SANE yet? In this case please have a look at our <a
href="../manufacturers.html">information for manufacturers</a>.
</p>
<hr>
<p>
<a href="../">SANE homepage</a><br>
<a href="../imprint.html">Contact</a>
</p>
</body>
</html>