kopia lustrzana https://gitlab.com/sane-project/backends
Merge branch 'genesys-remove-broken-resolutions' into 'master'
genesys: Disable broken resolutions on LiDE 50 and 80 See merge request sane-project/backends!273merge-requests/213/head
commit
01bae1305f
|
@ -131,8 +131,8 @@ void genesys_init_usb_device_tables()
|
|||
model.resolutions = {
|
||||
{
|
||||
{ ScanMethod::FLATBED },
|
||||
{ 1200, 600, 400, 300, 240, 200, 150, 75 },
|
||||
{ 2400, 1200, 600, 400, 300, 240, 200, 150, 75 },
|
||||
{ 1200, 600, 300, 200, 150, 75 },
|
||||
{ 2400, 1200, 600, 300, 200, 150, 75 },
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -1231,8 +1231,8 @@ void genesys_init_usb_device_tables()
|
|||
model.resolutions = {
|
||||
{
|
||||
{ ScanMethod::FLATBED },
|
||||
{ 1200, 600, 400, 300, 240, 150, 100, 75 },
|
||||
{ 2400, 1200, 600, 400, 300, 240, 150, 100, 75 },
|
||||
{ 1200, 600, 300, 150, 100, 75 },
|
||||
{ 2400, 1200, 600, 300, 150, 100, 75 },
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue