genesys: Fix X resolution list for Canon LiDE 100 and 120

merge-requests/222/head
Povilas Kanapickas 2019-10-17 22:30:20 +03:00
rodzic dab38144a0
commit 0096d56cb6
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -651,7 +651,7 @@ void genesys_init_usb_device_tables()
model.resolutions = {
{
{ ScanMethod::FLATBED },
{ 4800, 2400, 1200, 600, 300, 200, 150, 100, 75 },
{ 2400, 1200, 600, 300, 200, 150, 100, 75 },
{ 4800, 2400, 1200, 600, 300, 200, 150, 100, 75 },
}
};
@ -781,7 +781,7 @@ void genesys_init_usb_device_tables()
model.resolutions = {
{
{ ScanMethod::FLATBED },
{ 4800, 2400, 1200, 600, 300, 150, 100, 75 },
{ 2400, 1200, 600, 300, 150, 100, 75 },
{ 4800, 2400, 1200, 600, 300, 150, 100, 75 },
}
};