genesys: Disable broken support for 4800 dpi on LiDE 210 and 220

merge-requests/233/head
Povilas Kanapickas 2019-11-09 22:51:39 +02:00
rodzic cb7521e7c1
commit e967d98aab
1 zmienionych plików z 6 dodań i 4 usunięć

Wyświetl plik

@ -844,8 +844,9 @@ void genesys_init_usb_device_tables()
model.resolutions = {
{
{ ScanMethod::FLATBED },
{ 4800, 2400, 1200, 600, /* 400,*/ 300, 150, 100, 75 },
{ 4800, 2400, 1200, 600, /* 400,*/ 300, 150, 100, 75 },
// BUG: 4800 resolution crashes
{ /*4800,*/ 2400, 1200, 600, /* 400,*/ 300, 150, 100, 75 },
{ /*4800,*/ 2400, 1200, 600, /* 400,*/ 300, 150, 100, 75 },
}
};
@ -910,8 +911,9 @@ void genesys_init_usb_device_tables()
model.resolutions = {
{
{ ScanMethod::FLATBED },
{ 4800, 2400, 1200, 600, 300, 150, 100, 75 },
{ 4800, 2400, 1200, 600, 300, 150, 100, 75 },
// BUG: 4800 resolution crashes
{ /*4800,*/ 2400, 1200, 600, 300, 150, 100, 75 },
{ /*4800,*/ 2400, 1200, 600, 300, 150, 100, 75 },
}
};