From 5cfb44366bb6e2405a573c03c980bd85445fe3bd Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Sat, 14 Dec 2019 10:13:09 +0200 Subject: [PATCH] genesys: Disable broken resolutions on LiDE 50 and 80 --- backend/genesys/tables_model.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/genesys/tables_model.cpp b/backend/genesys/tables_model.cpp index aec20568e..78a67b2f1 100644 --- a/backend/genesys/tables_model.cpp +++ b/backend/genesys/tables_model.cpp @@ -131,8 +131,8 @@ void genesys_init_usb_device_tables() model.resolutions = { { { ScanMethod::FLATBED }, - { 1200, 600, 400, 300, 240, 200, 150, 75 }, - { 2400, 1200, 600, 400, 300, 240, 200, 150, 75 }, + { 1200, 600, 300, 200, 150, 75 }, + { 2400, 1200, 600, 300, 200, 150, 75 }, } }; @@ -1231,8 +1231,8 @@ void genesys_init_usb_device_tables() model.resolutions = { { { ScanMethod::FLATBED }, - { 1200, 600, 400, 300, 240, 150, 100, 75 }, - { 2400, 1200, 600, 400, 300, 240, 150, 100, 75 }, + { 1200, 600, 300, 150, 100, 75 }, + { 2400, 1200, 600, 300, 150, 100, 75 }, } };