fix registers settings for 600 dpi scans for sensor type 1

merge-requests/1/head
Stphane Voltz 2010-03-11 06:19:43 +01:00
rodzic e253e63695
commit eb661970bb
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -5887,7 +5887,7 @@ shading_calibration (struct Rts8891_Device *dev, SANE_Bool color, int mode,
dev->regs[0x88] = 0x10;
dev->regs[0x89] = 0xb2;
dev->regs[0x8a] = 0x00;
dev->regs[0x8d] = 0x77;
dev->regs[0x8d] = 0x3b; /* 0x77 */
dev->regs[0x8e] = 0x60;
dev->regs[0xc0] = 0xf8;
dev->regs[0xc1] = 0x7f;
@ -7306,7 +7306,7 @@ write_scan_registers (struct Rts8891_Session *session)
dev->regs[0x35] = 0x1b;
dev->regs[0x36] = 0x29;
dev->regs[0x3a] = 0x1b;
dev->regs[0x40] = 0x24;
dev->regs[0x40] = 0x2c; /* 0x24 */
dev->regs[0x50] = 0x00; /* 0x18 */
dev->regs[0x64] = 0x01; /* 0x02 */
dev->regs[0x65] = 0x20; /* 0x10 */