diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2021-02-16 18:25:42 +0100 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2021-02-16 18:25:42 +0100 | 
| commit | 64ddd1a4dfcefd11f662f5cf4bb05b590d901a97 (patch) | |
| tree | 4303648095deff998ae20c2393b56db527742ac9 /backend/snapscan-scsi.c | |
| parent | 5793a221e112fa49073de0137d6bfa750a61b0a1 (diff) | |
| parent | ecaaf250cb33ff61f37a7b441f2337584a655350 (diff) | |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'backend/snapscan-scsi.c')
| -rw-r--r-- | backend/snapscan-scsi.c | 24 | 
1 files changed, 11 insertions, 13 deletions
| diff --git a/backend/snapscan-scsi.c b/backend/snapscan-scsi.c index b6e43a1..d223f6a 100644 --- a/backend/snapscan-scsi.c +++ b/backend/snapscan-scsi.c @@ -18,9 +18,7 @@     General Public License for more details.     You should have received a copy of the GNU General Public License -   along with this program; if not, write to the Free Software -   Foundation, Inc., 59 Temple Place - Suite 330, Boston, -   MA 02111-1307, USA. +   along with this program.  If not, see <https://www.gnu.org/licenses/>.     As a special exception, the authors of SANE give permission for     additional uses of the libraries contained in this release of SANE. @@ -44,11 +42,12 @@     If you do not wish that, delete this exception notice.     This file is a component of the implementation of a backend for many -   of the AGFA SnapScan and Acer Vuego/Prisa flatbed scanners. */ - +   of the AGFA SnapScan and Acer Vuego/Prisa flatbed scanners. +*/ -/* $Id$ -   SnapScan backend scsi command functions */ +/* +   SnapScan backend scsi command functions +*/  /* scanner scsi commands */ @@ -1710,7 +1709,6 @@ static SANE_Status download_firmware(SnapScan_Scanner * pss)  }  /* - * $Log$   * Revision 1.58  2006/09/03 10:00:11  oliver-guest   * Bugfix for firmware download by Paul Smedley   * @@ -1766,7 +1764,7 @@ static SANE_Status download_firmware(SnapScan_Scanner * pss)   * Fixes for Epson 3490 and 16 bit scan mode   *   * Revision 1.40  2005/09/28 22:09:26  oliver-guest - * Reenabled enhanced inquiry command for Epson scanners (duh\!) + * Re-enabled enhanced inquiry command for Epson scanners (duh\!)   *   * Revision 1.39  2005/09/28 21:33:10  oliver-guest   * Added 16 bit option for Epson scanners (untested) @@ -1805,7 +1803,7 @@ static SANE_Status download_firmware(SnapScan_Scanner * pss)   * Added support for Epson 2480   *   * Revision 1.27  2004/04/02 20:19:24  oliver-guest - * Various bugfixes for gamma corretion (thanks to Robert Tsien) + * Various bugfixes for gamma correction (thanks to Robert Tsien)   *   * Revision 1.26  2003/11/07 23:26:49  oliver-guest   * Final bugfixes for bascic support of Epson 1670 @@ -1838,7 +1836,7 @@ static SANE_Status download_firmware(SnapScan_Scanner * pss)   * Added support for Benq 5000   *   * Revision 1.32  2002/06/06 20:40:01  oliverschwartz - * Changed default scan area for transparancy unit of SnapScan e50 + * Changed default scan area for transparency unit of SnapScan e50   *   * Revision 1.31  2002/05/02 18:28:44  oliverschwartz   * Added ADF support @@ -1900,7 +1898,7 @@ static SANE_Status download_firmware(SnapScan_Scanner * pss)   *   * Revision 1.15  2001/09/18 15:01:07  oliverschwartz   * - Read scanner id string again after firmware upload - *   to indentify correct model + *   to identify correct model   * - Make firmware upload work for AGFA scanners   * - Change copyright notice   * @@ -1943,6 +1941,6 @@ static SANE_Status download_firmware(SnapScan_Scanner * pss)   * changes.   *   * Revision 1.2  2000/10/13 03:50:27  cbagwell - * Updating to source from SANE 1.0.3.  Calling this versin 1.1 + * Updating to source from SANE 1.0.3.  Calling this version 1.1   *   * */ | 
