diff --git a/backend/genesys/tables_model.cpp b/backend/genesys/tables_model.cpp index 392fb627e..d41c51693 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 }, } };