compatibility with scanners w/o feeder

merge-requests/1/head
Alex Belkin 2009-03-31 05:49:50 +00:00
rodzic b4a56b92b6
commit ba825f1050
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -1,5 +1,6 @@
2009-03-21 Alex Belkin <abc@telekom.ru>
* backend/xerox_mfp.conf.in: add Xerox Phaser 6110MFP
* backend/xerox_mfp.c: compatibility with scanners w/o feeder.
2009-03-28 Julien Blache <jb@jblache.org>
* backend/avision.c: fix typos in error messages in

Wyświetl plik

@ -716,7 +716,8 @@ dev_inquiry (struct device *dev)
dev->res[0x3e] << 8 |
dev->res[0x3f];
dev->line_order = dev->res[0x31];
dev->doc_loaded = (dev->res[0x35] == 0x02);
dev->doc_loaded = (dev->res[0x35] == 0x02) &&
(dev->res[0x26] & 0x03);
init_options(dev);
reset_options(dev);