* backend/avision.c backend/avision.h: the current development state,

including cleanups, code refactoring and nearly complete HP
  53xx/75xx ADF support
merge-requests/1/head
Rene Rebe 2003-11-23 23:35:53 +00:00
rodzic 0ed2b19fd7
commit 477b0029ff
3 zmienionych plików z 524 dodań i 356 usunięć

Wyświetl plik

@ -1,3 +1,10 @@
2003-11-23 René Rebe <rene@rocklinux.org>
* backend/avision.c backend/avision.h: the current development state,
including cleanups, code refactoring and nearly complete HP
53xx/75xx ADF support
2003-11-23 Henning Meier-Geinitz <henning@meier-geinitz.de>
* configure configure.in: Warnings enabled again. Added -cvs to

Plik diff jest za duży Load Diff

Wyświetl plik

@ -103,8 +103,8 @@ typedef struct Avision_HWEntry {
/* limit the available resolutions */
AV_RES_HACK = (1<<6),
/* fujitsu adaption */
AV_BIG_SCAN_CMD = (1<<7),
/* some (?) USB devices like firmware */
AV_FIRMWARE = (1<<7),
/* fujitsu adaption */
AV_FUJITSU = (1<<8)