kopia lustrzana https://gitlab.com/sane-project/backends
Added HP ScanJet 3500c, 3530c, 3570c, 3570cxi, 5500C and Microtek ScanMaker
3800. Updated link for ScanJet 4470C.RELEASE_1_0_11_BRANCH
rodzic
cb2e483d60
commit
97f05aa3a6
|
@ -3,6 +3,9 @@
|
|||
* configure configure.in include/sane/config.h.in sanei/sanei_scsi.c:
|
||||
Disable the new Linux SG interface for sparc64 to work-around 32 bit
|
||||
userland / 64 bit kernel problems.
|
||||
* doc/descriptions/unsupported.desc: Added HP ScanJet 3500c, 3530c,
|
||||
3570c, 3570cxi, 5500C and Microtek ScanMaker 3800. Updated link for
|
||||
ScanJet 4470C.
|
||||
|
||||
2003-01-16 Frank Zago <fzago at austin dot rr dot com>
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
;
|
||||
|
||||
:backend "unsupported" ; name of backend
|
||||
:version "2003-01-08" ; version of backend
|
||||
:version "2003-01-17" ; version of backend
|
||||
;:status :stable ; :alpha, :beta, :stable, :new
|
||||
;:manpage "sane-mustek" ; name of manpage (if it exists)
|
||||
;:url "http://www.meier-geinitz.de/sane/mustek-backend/"
|
||||
|
@ -92,14 +92,38 @@
|
|||
:status :unsupported
|
||||
:comment "No chipset information is available."
|
||||
|
||||
:model "ScanJet 3500c"
|
||||
:url "http://www.realtek.com.tw/products/products1-2.aspx?modelid=37"
|
||||
:interface "USB"
|
||||
:status :unsupported
|
||||
:comment "Unsupported. Seems to use RealTek RTS8801C2-6, see link. Vendor/Product ID 0x03F0/0x2205."
|
||||
|
||||
:model "ScanJet 3530c"
|
||||
;:url "http://www.realtek.com.tw/products/products1-2.aspx?modelid=37"
|
||||
:interface "USB"
|
||||
:status :unsupported
|
||||
:comment "Unsupported. Chipset and ids unknown, but maybe it's similar to the 3500c?"
|
||||
|
||||
:model "ScanJet 3570c"
|
||||
;:url "http://www.realtek.com.tw/products/products1-2.aspx?modelid=37"
|
||||
:interface "USB"
|
||||
:status :unsupported
|
||||
:comment "Unsupported. Chipset unknown, but maybe it's similar to the 3500c? Has a TA. Vendor/product id 0x03F0/0x2005."
|
||||
|
||||
:model "ScanJet 3570cxi"
|
||||
;:url "http://www.realtek.com.tw/products/products1-2.aspx?modelid=37"
|
||||
:interface "USB"
|
||||
:status :unsupported
|
||||
:comment "Unsupported. See 3570c."
|
||||
|
||||
:model "ScanJet 4400C"
|
||||
:url "http://reapoff.sourceforge.net/hpscanner/Default.htm"
|
||||
:url "http://home.foni.net/~johanneshub/"
|
||||
:interface "USB"
|
||||
:comment "Not supported. Seems to use the same chip as the 4470C. A stand-alone program for that scanner is available."
|
||||
:status :unsupported
|
||||
|
||||
:model "ScanJet 4470C"
|
||||
:url "http://reapoff.sourceforge.net/hpscanner/Default.htm"
|
||||
:url "http://home.foni.net/~johanneshub/"
|
||||
:interface "USB"
|
||||
:comment "Not supported. However, a stand-alone program is available."
|
||||
:status :unsupported
|
||||
|
@ -128,6 +152,12 @@
|
|||
:comment "Not supported yet, but in development. A test program is available."
|
||||
:status :unsupported
|
||||
|
||||
:model "ScanJet 5500C"
|
||||
;:url ""
|
||||
:interface "USB"
|
||||
:comment "Not supported. Not much is known about this scanner. Same as 4500c series?"
|
||||
:status :unsupported
|
||||
|
||||
;********************************************************************************************
|
||||
|
||||
:mfg "Microtek"
|
||||
|
@ -139,6 +169,12 @@
|
|||
:status :unsupported
|
||||
:comment "Unsupported. Doesn't seem to be compatible to 3600 series, see link."
|
||||
|
||||
:model "ScanMaker 3800"
|
||||
:url "http://www.sq.com.tw/products/spec/scan08Spec.PDF"
|
||||
:interface "USB"
|
||||
:status :unsupported
|
||||
:comment "Unsupported. Vendor/Product ids: 0x05da/0x30ce. Seems to be based on the SQ Scan08 chip. Ssee link to spec sheet."
|
||||
|
||||
;********************************************************************************************
|
||||
|
||||
:mfg "Mustek" ; name a manufacturer
|
||||
|
|
Ładowanie…
Reference in New Issue