kopia lustrzana https://gitlab.com/sane-project/backends
genesys: Disable broken support for 4800 dpi on LiDE 210 and 220
rodzic
cb7521e7c1
commit
e967d98aab
|
@ -844,8 +844,9 @@ void genesys_init_usb_device_tables()
|
|||
model.resolutions = {
|
||||
{
|
||||
{ ScanMethod::FLATBED },
|
||||
{ 4800, 2400, 1200, 600, /* 400,*/ 300, 150, 100, 75 },
|
||||
{ 4800, 2400, 1200, 600, /* 400,*/ 300, 150, 100, 75 },
|
||||
// BUG: 4800 resolution crashes
|
||||
{ /*4800,*/ 2400, 1200, 600, /* 400,*/ 300, 150, 100, 75 },
|
||||
{ /*4800,*/ 2400, 1200, 600, /* 400,*/ 300, 150, 100, 75 },
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -910,8 +911,9 @@ void genesys_init_usb_device_tables()
|
|||
model.resolutions = {
|
||||
{
|
||||
{ ScanMethod::FLATBED },
|
||||
{ 4800, 2400, 1200, 600, 300, 150, 100, 75 },
|
||||
{ 4800, 2400, 1200, 600, 300, 150, 100, 75 },
|
||||
// BUG: 4800 resolution crashes
|
||||
{ /*4800,*/ 2400, 1200, 600, 300, 150, 100, 75 },
|
||||
{ /*4800,*/ 2400, 1200, 600, 300, 150, 100, 75 },
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue