kopia lustrzana https://gitlab.com/sane-project/backends
Added vid/pid 0x07b3/0x0400 to gt68xx.conf also. Added indormation about
Medion 4394. Mention ma1509 backend. Fix segfault when calling sane_open with an empty device name.merge-requests/1/head
rodzic
098f57adb0
commit
a0251b6cc1
|
@ -1,3 +1,11 @@
|
|||
2003-02-22 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
||||
|
||||
* backend/gt68xx.c backend/gt68xx.conf doc/sane-gt68xx.man
|
||||
doc/descriptions/gt68xx.desc doc/gt68xx/gt68xx.CHANGES:
|
||||
Added vid/pid 0x07b3/0x0400 to gt68xx.conf also. Added indormation
|
||||
about Medion 4394. Mention ma1509 backend. Fix segfault when calling
|
||||
sane_open with an empty device name.
|
||||
|
||||
2003-02-20 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
||||
|
||||
* doc/descriptions/unsupported.desc: Removed Fujitsu fi-4220C (now
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
|
||||
#include "../include/sane/config.h"
|
||||
|
||||
#define BUILD 39
|
||||
#define BUILD 40
|
||||
#define MAX_DEBUG
|
||||
#define WARMUP_TIME 30
|
||||
#define CALIBRATION_HEIGHT 2.5
|
||||
|
@ -1214,9 +1214,11 @@ sane_open (SANE_String_Const devicename, SANE_Handle * handle)
|
|||
{
|
||||
/* empty devicname -> use first device */
|
||||
dev = first_dev;
|
||||
devicename = dev->file_name;
|
||||
if (dev)
|
||||
DBG (5, "sane_open: empty devicename, trying `%s'\n", devicename);
|
||||
{
|
||||
devicename = dev->file_name;
|
||||
DBG (5, "sane_open: empty devicename, trying `%s'\n", devicename);
|
||||
}
|
||||
}
|
||||
|
||||
if (!dev)
|
||||
|
|
|
@ -70,6 +70,7 @@ usb 0x043d 0x002d
|
|||
##############################################################################
|
||||
# Autodetect Plustek OpticPro 1248U
|
||||
usb 0x07b3 0x0401
|
||||
usb 0x07b3 0x0400
|
||||
|
||||
##############################################################################
|
||||
# Autodetect Genius Colorpage Vivid3x
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
:backend "gt68xx"
|
||||
:status :beta
|
||||
:version "1.0-39"
|
||||
:version "1.0-40"
|
||||
:manpage "sane-gt68xx"
|
||||
:url "http://www.meier-geinitz.de/sane/gt68xx-backend/"
|
||||
:comment "Only the USB scanners mentioned below are supported. For other Mustek BearPaws, look at the Plustek backend."
|
||||
:comment "Only the USB scanners mentioned below are supported. For other Mustek BearPaws, look at the Plustek and the MA-1509 backend."
|
||||
:devicetype :scanner
|
||||
|
||||
|
||||
|
@ -118,11 +118,11 @@
|
|||
:mfg "Medion/Lifetec/Tevion/Cytron"
|
||||
:url "http://www.medion.com"
|
||||
:comment "Sold by Aldi and Tchibo."
|
||||
|
||||
:model "LT 9452"
|
||||
|
||||
:model "MD 4394"
|
||||
:status :beta
|
||||
:interface "USB"
|
||||
:comment "Similar to Mustek ScanExpress 1200 UB Plus"
|
||||
:comment "Product id 0x4002. If you have 0x4003, use artec_eplus48u backend."
|
||||
|
||||
:model "MD/LT 9375"
|
||||
:status :untested
|
||||
|
@ -134,6 +134,11 @@
|
|||
:interface "USB"
|
||||
:comment "Similar to Artec Ultima 2000"
|
||||
|
||||
:model "LT 9452"
|
||||
:status :beta
|
||||
:interface "USB"
|
||||
:comment "Similar to Mustek ScanExpress 1200 UB Plus"
|
||||
|
||||
:model "MD 9458"
|
||||
:status :beta
|
||||
:interface "USB"
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
gt68xx.CHANGES -*-text-*-
|
||||
|
||||
V 1.0-40 (2003-02-22)
|
||||
|
||||
- Added vid/pid 0x07b3/0x0400 to gt68xx.conf also
|
||||
- Added indormation about Medion 4394.
|
||||
- Mention ma1509 backend.
|
||||
- Fix segfault when calling sane_open with an empty device name.
|
||||
|
||||
V 1.0-39 (2003-02-16)
|
||||
|
||||
- Added BearPaw 2400 CS Plus as supported.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH sane-gt68xx 5 "08 Jan 2003" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
||||
.TH sane-gt68xx 5 "22 Feb 2003" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
||||
.IX sane-gt68xx
|
||||
.SH NAME
|
||||
sane-gt68xx \- SANE backend for GT-68XX based USB flatbed scanners
|
||||
|
@ -19,6 +19,8 @@ Lexmark X70
|
|||
.br
|
||||
Lexmark X73
|
||||
.br
|
||||
Medion/Lifetec/Tevion MD 4395
|
||||
.br
|
||||
Medion/Lifetec/Tevion/Cytron MD/LT 9385
|
||||
.br
|
||||
Medion/Lifetec/Tevion LT 9452
|
||||
|
@ -233,6 +235,7 @@ export SANE_DEBUG_GT68XX=4
|
|||
.BR sane-usb (5),
|
||||
.BR sane-artec_eplus48u (5)
|
||||
.BR sane-plustek (5),
|
||||
.BR sane-ma1509 (5),
|
||||
.BR sane-mustek_usb (5),
|
||||
.BR sane-mustek (5),
|
||||
.BR sane-mustek_pp (5)
|
||||
|
|
Ładowanie…
Reference in New Issue