genesys: Enable 1200 Y resolution on HP ScanJet 2300

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

Wyświetl plik

@ -1298,10 +1298,8 @@ void genesys_init_usb_device_tables()
model.resolutions = {
{
{ ScanMethod::FLATBED },
// FIXME: the scanner supports 1200 ydpi, but we never scanned at this resolution so for now
// it's not supported
{ 600, 300, 150, 75 },
{ /* 1200, */600, 300, 150, 75 },
{ 1200, 600, 300, 150, 75 },
}
};