kopia lustrzana https://gitlab.com/sane-project/backends
genesys: Enable 1200 Y resolution on HP ScanJet 2300
rodzic
2a8be5e191
commit
2d0a1a3470
|
@ -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 },
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue