kopia lustrzana https://gitlab.com/sane-project/backends
genesys: Disable currently unsupported resolutions on LiDE 700F
rodzic
35e48da4a8
commit
901827c8c7
|
@ -950,9 +950,10 @@ void genesys_init_usb_device_tables()
|
||||||
|
|
||||||
model.resolutions = {
|
model.resolutions = {
|
||||||
{
|
{
|
||||||
|
// FIXME: support 2400 ad 4800 dpi
|
||||||
{ ScanMethod::FLATBED },
|
{ ScanMethod::FLATBED },
|
||||||
{ 4800, 2400, 1200, 600, 300, 200, 150, 100, 75 },
|
{ 1200, 600, 300, 200, 150, 100, 75 },
|
||||||
{ 4800, 2400, 1200, 600, 300, 200, 150, 100, 75 },
|
{ 1200, 600, 300, 200, 150, 100, 75 },
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue