diff options
author | 2007-02-26 12:10:06 +0000 | |
---|---|---|
committer | 2007-02-26 12:10:06 +0000 | |
commit | c217acf4bdb0189411ccc92f284fbbd755e2bcc2 (patch) | |
tree | 5c0393243db641645bb8ca3cafc16b5edf915717 /media-gfx/sane-backends/files | |
parent | Updating keywords to match perl-core/Text-Balanced (diff) | |
download | historical-c217acf4bdb0189411ccc92f284fbbd755e2bcc2.tar.gz historical-c217acf4bdb0189411ccc92f284fbbd755e2bcc2.tar.bz2 historical-c217acf4bdb0189411ccc92f284fbbd755e2bcc2.zip |
Added a little patch for a single broken driver, see bug #168220
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'media-gfx/sane-backends/files')
-rw-r--r-- | media-gfx/sane-backends/files/broken_coolscan.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/media-gfx/sane-backends/files/broken_coolscan.patch b/media-gfx/sane-backends/files/broken_coolscan.patch new file mode 100644 index 000000000000..d10a7ed0f821 --- /dev/null +++ b/media-gfx/sane-backends/files/broken_coolscan.patch @@ -0,0 +1,18 @@ +--- backend/coolscan2.c 2006-06-11 20:39:40.000000000 +0200 ++++ backend/coolscan2.c.new 2007-02-26 12:29:15.000000000 +0100 +@@ -1482,6 +1482,7 @@ + if (xfer_len_out == 0) /* no more data */ + { + *len = 0; ++ s->scanning = SANE_FALSE; + return SANE_STATUS_EOF; + } + +@@ -1533,6 +1534,7 @@ + if (xfer_len_line == 0) /* no more data */ + { + *len = 0; ++ s->scanning = SANE_FALSE; + return SANE_STATUS_EOF; + } + |