kopia lustrzana https://gitlab.com/sane-project/backends
update.
rodzic
6f4c05ffaa
commit
5c295cea4b
|
@ -1 +1 @@
|
|||
11
|
||||
1
|
|
@ -1,4 +1,4 @@
|
|||
Plustek-PARPRORT.txt (2003-10-27) Gerhard Jäger <gerhard@gjaeger.de>
|
||||
Plustek-PARPRORT.txt (2004-03-28) Gerhard Jäger <gerhard@gjaeger.de>
|
||||
====================================================================
|
||||
|
||||
|
||||
|
@ -16,17 +16,13 @@ The kernel module
|
|||
|
||||
As it might be helpful to create and use the kernel-module, this way still
|
||||
exists. It's possible to create this module out of the backend sources
|
||||
in sane-backends/backend and the makefile (Makefile.module) in this
|
||||
directory. Simply do
|
||||
in sane-backends/backend. Simply do (as root user)
|
||||
|
||||
make -f Makefile.module all
|
||||
./MakeModule.sh
|
||||
|
||||
Then the module should be compiled. To install and load it, make sure you
|
||||
are root user, then do:
|
||||
Then the module should be compiled, installed and loaded.
|
||||
|
||||
make -f Makefile.module install
|
||||
|
||||
add the following three lines to file /etc/conf.modules (or /etc/modules.conf)
|
||||
Add the following three lines to file /etc/modules.conf
|
||||
|
||||
alias char-major-40 pt_drv
|
||||
pre-install pt_drv modprobe -k parport
|
||||
|
@ -35,8 +31,6 @@ options pt_drv lampoff=180 warmup=15 port=0x378 lOffonEnd=0 mov=0 slowIO=1
|
|||
See man page for sane-plustek_pp ("man sane-plustek_pp") for explanation of
|
||||
these options.
|
||||
|
||||
make -f Makefile.module load
|
||||
|
||||
Now "scanimage -L" should show something like this:
|
||||
device `plustek:/dev/pt_drv' is a Plustek 9630P flatbed scanner
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
44
|
||||
43
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH sane-plustek 5 "9 Jan 2004" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
||||
.TH sane-plustek 5 "22 Mar 2004" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
||||
.IX sane-plustek
|
||||
.SH NAME
|
||||
sane-plustek \- SANE backend for LM983[1/2/3] based
|
||||
|
@ -146,6 +146,8 @@ CanoScan N650/656U LM9832 600x1200dpi 42bit 512Kb 0x2206
|
|||
.br
|
||||
CanoScan N1220U LM9832 1200x2400dpi 42bit 512Kb 0x2207
|
||||
.br
|
||||
CanoScan D660U LM9832 600x1200dpi 42bit 512Kb 0x2208
|
||||
.br
|
||||
CanoScan N670/676U LM9833 600x1200dpi 48bit 512Kb 0x220D
|
||||
.br
|
||||
CanoScan N1240U LM9833 1200x2400dpi 48bit 512Kb 0x220E
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
U12.changes (2004-19-01) Gerhard Jäger <gerhard@gjaeger.de>
|
||||
U12.changes (2004-21-01) Gerhard Jäger <gerhard@gjaeger.de>
|
||||
===========================================================
|
||||
|
||||
V 0.01-1 (2004-09-01)
|
||||
|
@ -16,4 +16,9 @@ V 0.02-4 (2004-19-01)
|
|||
---------------------
|
||||
- activated cancel function
|
||||
- added lamp off timer function
|
||||
|
||||
|
||||
V 0.02-6 (2004-21-01)
|
||||
---------------------
|
||||
- compilation fixes
|
||||
- changes to some structures
|
||||
|
|
@ -8,4 +8,5 @@ OPEN:
|
|||
- spurious I/O stall
|
||||
- binary mode inverted
|
||||
- preview mode
|
||||
- TPA does not work
|
||||
- TPA does not work
|
||||
- reopen after lamp off on end
|
||||
|
|
Ładowanie…
Reference in New Issue