From a384de5aeacda7d822ecd80ff3cb668d9d92f352 Mon Sep 17 00:00:00 2001 From: Rolf Bensch Date: Wed, 20 Nov 2019 22:42:52 +0100 Subject: [PATCH] pixma: new capability PIXMA_CAP_JPEG --- backend/pixma/pixma.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/backend/pixma/pixma.h b/backend/pixma/pixma.h index 3381d9430..6667bdce5 100644 --- a/backend/pixma/pixma.h +++ b/backend/pixma/pixma.h @@ -157,8 +157,9 @@ typedef uint32_t uint32_t; #define PIXMA_CAP_NEGATIVE (1 << 10) #define PIXMA_CAP_TPUIR ((1 << 11) | PIXMA_CAP_TPU) #define PIXMA_CAP_ADF_WAIT (1 << 12) -#define PIXMA_CAP_ADF_JPEG (1 << 13) -#define PIXMA_CAP_GT_4096 (1 << 14) /* gamma table has 4096 8-bit values +#define PIXMA_CAP_ADF_JPEG (1 << 13) /* scanner returns image as jpeg from ADF */ +#define PIXMA_CAP_JPEG (1 << 14) /* scanner always returns image as jpeg */ +#define PIXMA_CAP_GT_4096 (1 << 15) /* gamma table has 4096 8-bit values * only generation 1 scanners * usually gamma table has 1024 16-bit values */