Merge branch 'genesys-remove-broken-resolutions' into 'master'

genesys: Disable broken resolutions on LiDE 50 and 80

See merge request sane-project/backends!273
merge-requests/213/head
Povilas Kanapickas 2019-12-22 14:48:28 +00:00
commit 01bae1305f
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -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 },
}
};