From 351b7328520c16730ceb46e5acae16038c42185e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 16 Feb 2021 18:24:19 +0100 Subject: New upstream version 1.0.32 --- backend/rts8891_low.h | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'backend/rts8891_low.h') diff --git a/backend/rts8891_low.h b/backend/rts8891_low.h index 6b12316..453800c 100644 --- a/backend/rts8891_low.h +++ b/backend/rts8891_low.h @@ -15,9 +15,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 . As a special exception, the authors of SANE give permission for additional uses of the libraries contained in this release of SANE. @@ -60,7 +58,7 @@ /* Flags */ #define RTS8891_FLAG_UNTESTED (1 << 0) /* Print a warning for these scanners */ -#define RTS8891_FLAG_EMULATED_GRAY_MODE (2 << 0) /* gray scans are emulated using comor modes */ +#define RTS8891_FLAG_EMULATED_GRAY_MODE (2 << 0) /* gray scans are emulated using color modes */ #define LOWORD(x) ((uint16_t)(x & 0xffff)) #define HIWORD(x) ((uint16_t)(x >> 16)) @@ -98,7 +96,7 @@ typedef struct Rts8891_Device Rts8891_Device; #define TIMING2_REG 0x8a /* holds REG8180+2 */ -/* this struc describes a particular model which is handled by the backend */ +/* this struct describes a particular model which is handled by the backend */ /* available resolutions, physical goemetry, scanning area, ... */ typedef struct Rts8891_Model { @@ -168,11 +166,11 @@ struct Rts8891_Device /**< USB device number for libusb */ SANE_Int devnum; SANE_String file_name; - Rts8891_Model *model; /* points to a structure that decribes model specifics */ + Rts8891_Model *model; /* points to a structure that describes model specifics */ SANE_Int sensor; /* sensor id */ - SANE_Bool initialized; /* true if device has been intialized */ + SANE_Bool initialized; /* true if device has been initialized */ SANE_Bool needs_warming; /* true if device needs warming up */ SANE_Bool parking; /* true if device is parking head */ -- cgit v1.2.3