Olaf Meeuwissen
e79adde8b2
Use URL to refer users to copies of the GPL and LGPL
...
With the exception of use in three quotes as well as our inlcuded copy
of the GPL, all use of the Free Software Foundation's postal address
has been removed.
Re #320 .
2021-02-12 17:41:38 +09:00
Peter Marschall
9afda64c42
spelling fixes for plustek backend
2020-08-29 09:18:03 +02:00
Olaf Meeuwissen
0bf4595273
plustek: Fix [-Wpedantic] compiler warning
...
The warning reads:
enumerator value for '_PS_INP_MIO6' is not an integer constant
expression
and that comes about as _PS_INP_MIO6 evaluates to 0x8000000, which
does not fit in the *signed* integer range which has been allotted
to enumeration constants by ISO C99.
Seeing that the _PS_INP* values appear to be bitflags (despite the
arithmatic additions in backend/plustek-usbdev.c!) it is safer to
use #defines instead of an enum.
2017-06-26 19:19:52 +09:00
Olaf Meeuwissen
23891a2646
.editorconfig: trim trailing whitespace
2017-05-29 21:14:29 +09:00
Gerhard Jaeger
00167c20c5
Added support for Q-Scan A6 - see bug report #312073
2013-02-13 10:32:28 +01:00
Gerhard Jaeger
9e4caebcc2
Fixed ARM/Xscale issues
2007-12-17 14:28:13 +00:00
Gerhard Jaeger
15be36e0b4
* backend/plustek-usb.[ch] backend/plustek-usbcal.c
...
backend/plustek-usbdevs.c backend/plustek.[ch]:
Tweaked TravelScan464 settings. Improved AFE gaincalculation
for CIS devices. This should avoid stripes in the scanned images.
2007-11-23 16:46:05 +00:00
Gerhard Jaeger
2c944f5f6f
Tweaked TravelScan464 settings. Added possibility to disable
...
dark-calibration with lamp on (touches devices like CanoScan1220 etc.)
Use attribute packed for data access structs
2007-11-16 08:42:10 +00:00
Gerhard Jaeger
85c089c91d
Added support for TravelScan464
2007-11-08 19:53:14 +00:00
Gerhard Jaeger
d6261ec5df
Added flag to allow only 1- and 8-bit scanmodes. The Q-Scan does
...
not seem to support 14-bit modes.
2007-07-10 09:01:54 +00:00
Gerhard Jaeger
d7d8160b5f
Added sheetfed device Q-Scan USB001 from Portable Peripherals
...
Fixed Mustek Bearpaw and made some speedup (bugreports #304343 and #301763 )
Fixed calibration for senororders other that RGB
2007-06-29 08:39:56 +00:00
Gerhard Jaeger
c41669198f
Added support for CIS-based sheetfed scanners, namely
...
TravelScan662.
Added support for saving calibration data for CIS
devices - should speedup CanoScan devices.
2006-05-28 11:25:53 +00:00
Gerhard Jaeger
4a4a57588b
Updated motor settings for Canoscan LiDE25, thanks to Stephan
...
February <stephanf@singnet.com.sg> for providing these values.
2005-10-02 19:36:43 +00:00
Gerhard Jaeger
f512d113f2
Removed obsolete _WAF_BLACKFINE.
...
LiDE20 does not seem to have a reliable black calibration area, so the
devices now will switch off the lamp for dark calibration.
Fixed line statistics and added calibration data output.
Bumped build number.
2005-08-19 11:55:10 +00:00
Gerhard Jaeger
3290aae207
Cleanup.
2005-08-15 14:55:24 +00:00
Gerhard Jaeger
18764ad4a9
Added button support, did some cleanup, added IPC between
...
reader- and parent-process.
2005-07-04 09:54:31 +00:00
Gerhard Jaeger
2dc7c7dbda
Copyright Update.
2005-01-12 11:34:36 +00:00
Gerhard Jaeger
7107aee632
Major Update. Esp. improved support for multiple
...
devices and autodetection.
2004-11-19 12:38:46 +00:00
Gerhard Jaeger
e0bad8599b
Cleanup.
2004-10-06 13:19:50 +00:00
Gerhard Jaeger
1faef6ebf3
improved fastforward stuff, cleanup work.
2004-07-16 11:45:11 +00:00
Gerhard Jaeger
349bce36ca
Added support for binary scanning for the CanoScan D660U, cleanup work.
2004-07-05 12:59:03 +00:00
Gerhard Jaeger
51549b4570
Major update, see doc/plustek/Plustek-USB.changes.
2004-07-02 13:09:36 +00:00
Gerhard Jaeger
68aa020c41
added Canon D660U support, cleanup, bug-fixing.
2004-04-04 13:56:46 +00:00
Gerhard Jaeger
c9d48fcdeb
copyright updates and some changes concerning the CanoScan lamp calibration.
2004-01-09 14:24:30 +00:00
Gerhard Jaeger
009189bd0a
new version 0.47, added support for model overide when one manufacturer uses the
...
same model-id for various devices.
2003-12-18 13:24:26 +00:00
Gerhard Jaeger
ee8aa4ff09
Fixed some OS/2 compilation problems.
2003-10-02 07:44:08 +00:00
Gerhard Jaeger
9e6db289d8
Mainly cleanup work.
2003-09-29 14:59:13 +00:00
Gerhard Jaeger
1eef5c8c60
Updated Plustek backend and added code for alternative CIS calibration.
...
All the supported CanoScan devices should work now correctly.
Moved the Plustek parallelport support into a separate backend: plustek_pp.
Added new backend for Plustek ASIC 9600x/9800x based parallelport scanner.
2003-09-23 07:10:53 +00:00
Gerhard Jaeger
04fe542971
Critical bugfix in CIS calibration, to make the devices CanoScan 650, 1220 and
...
1240 work again.
2003-05-18 16:58:18 +00:00
Gerhard Jaeger
d5f59d5603
Major bug-fix release...
2003-05-15 17:19:32 +00:00
Gerhard Jaeger
7d13614480
*** empty log message ***
2003-01-31 12:36:44 +00:00
Gerhard Jaeger
ee94f0caf1
Minor fixes and prototype description updates, code cleanup, doc update.
2003-01-24 11:44:04 +00:00
Gerhard Jaeger
8ba08fdfca
Update to version 0.45, added some new models and support for libusb.
2003-01-10 13:32:11 +00:00
Gerhard Jaeger
eff5c115cb
Many small fixes and documentation update.
2002-10-15 18:02:53 +00:00
Gerhard Jaeger
ff6e86ef36
Major update to support Canon CIS scanner N670/676U and N650/656U
2002-09-28 11:31:53 +00:00
Gerhard Jaeger
28edd2af4d
Major update. Better support for LM983x based devices.
2002-08-16 11:43:30 +00:00
Gerhard Jaeger
eb6ae1fb78
Fixed OS/2 compilation problems, minor fixes, fixes interfernce with other
...
USB devices, added CANON N650U stuff
2002-04-14 13:38:04 +00:00
Gerhard Jaeger
378195fd16
Updated to new mail-address and backend url
2002-03-26 08:35:59 +00:00
Gerhard Jaeger
5431824ce3
Major update of the Plustek backend, includes support of UMAX 3400,
...
HP2100C and EPSON1250. Supports now custom gamma tables.
2002-03-10 15:53:13 +00:00
Gerhard Jaeger
44932a72e3
Fixed gcc-3 warning conditions and updated manpage
2002-01-25 12:15:34 +00:00
Gerhard Jaeger
317dfa3539
Minor fixes + using now the sanei_lm983x library
2002-01-10 19:39:32 +00:00
Gerhard Jaeger
996b4f8d69
Fixed bug in lineart scaling and made brightness adjustment work.
2001-12-30 13:35:48 +00:00
Gerhard Jaeger
1e9fde8894
Updated/added Plustek files to support LM9831/2 based scanner.
2001-12-29 15:34:03 +00:00