kopia lustrzana https://gitlab.com/sane-project/backends
genesys: Fix X resolution list for Canon LiDE 100 and 120
rodzic
dab38144a0
commit
0096d56cb6
|
@ -651,7 +651,7 @@ void genesys_init_usb_device_tables()
|
||||||
model.resolutions = {
|
model.resolutions = {
|
||||||
{
|
{
|
||||||
{ ScanMethod::FLATBED },
|
{ 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 },
|
{ 4800, 2400, 1200, 600, 300, 200, 150, 100, 75 },
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -781,7 +781,7 @@ void genesys_init_usb_device_tables()
|
||||||
model.resolutions = {
|
model.resolutions = {
|
||||||
{
|
{
|
||||||
{ ScanMethod::FLATBED },
|
{ 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 },
|
{ 4800, 2400, 1200, 600, 300, 150, 100, 75 },
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Ładowanie…
Reference in New Issue