rts8891: bugfix

734-support-for-canon-i-sensys-mf657cdw-mf650c-series
Ondrej Zary 2020-08-06 21:19:18 +02:00 zatwierdzone przez Ralph Little
rodzic 8bbf8d5a5a
commit d281e7e230
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -2986,7 +2986,7 @@ set_lamp_brightness (struct Rts8891_Device *dev, int level)
dev->regs[0x10] = 0x20;
dev->regs[0x11] = 0x3b;
}
if (dev->sensor != SENSOR_TYPE_4400)
else if (dev->sensor != SENSOR_TYPE_4400)
{
dev->regs[0x10] = 0x28;
dev->regs[0x11] = 0x3f;

Wyświetl plik

@ -456,7 +456,7 @@ rts8891_move (struct Rts8891_Device *device, SANE_Byte * regs,
regs10 = 0x20;
regs11 = 0x3b;
}
if (device->sensor != SENSOR_TYPE_4400
else if (device->sensor != SENSOR_TYPE_4400
&& device->sensor != SENSOR_TYPE_4400_BARE)
{
regs10 = 0x20;