From 8f93b4cc622c002b8b1dea63b1a210fc6dbfa210 Mon Sep 17 00:00:00 2001 From: Rolf Bensch Date: Mon, 6 Jul 2020 22:36:25 +0200 Subject: [PATCH] pixma_mp800: remove TODO for 16-bit scans mp800 scanners need min. 150dpi for 16-bit scans --- backend/pixma/pixma_mp800.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/backend/pixma/pixma_mp800.c b/backend/pixma/pixma_mp800.c index b7cde8a4c..942a45dea 100644 --- a/backend/pixma/pixma_mp800.c +++ b/backend/pixma/pixma_mp800.c @@ -2066,9 +2066,7 @@ static int mp810_check_param (pixma_t * s, pixma_scan_param_t * sp) k = MAX (sp->xdpi, 300) / sp->xdpi; else if (sp->source == PIXMA_SOURCE_TPU || sp->mode == PIXMA_SCAN_MODE_COLOR_48 || sp->mode == PIXMA_SCAN_MODE_GRAY_16) - /* TPU mode and 16 bit flatbed scans - * TODO: either the frontend (xsane) cannot handle 48 bit flatbed scans @ 75 dpi (prescan) - * or there is a bug in this subdriver */ + /* TPU mode and 16 bit flatbed scans */ k = MAX (sp->xdpi, 150) / sp->xdpi; else /* default */