diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-02-21 13:00:30 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-02-21 13:00:30 +0100 |
commit | 0655911383ce74c5082cf35374adf06908e94bf0 (patch) | |
tree | 823e0ff4894d90508a0d8d067f054941e1693b9c /tools/sane-find-scanner.c.rej | |
parent | c29081c8566cb5d4d2606e9b68b35b8f38583c3b (diff) |
Move man page sane-umax_pp.5 back to libsane-common
Diffstat (limited to 'tools/sane-find-scanner.c.rej')
-rw-r--r-- | tools/sane-find-scanner.c.rej | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/sane-find-scanner.c.rej b/tools/sane-find-scanner.c.rej new file mode 100644 index 0000000..719a906 --- /dev/null +++ b/tools/sane-find-scanner.c.rej @@ -0,0 +1,22 @@ +--- tools/sane-find-scanner.c ++++ tools/sane-find-scanner.c +@@ -384,7 +384,7 @@ check_usb_file (char *file_name) + { + if (verbose > 1) + printf (" open ok, vendor and product ids were identified\n"); +- printf ("found USB scanner (vendor=0x%04x, " ++ printf ("found possible USB scanner (vendor=0x%04x, " + "product=0x%04x) at %s\n", vendor, product, file_name); + } + else +@@ -392,8 +392,8 @@ check_usb_file (char *file_name) + if (verbose > 1) + printf (" open ok, but vendor and product could NOT be " + "identified\n"); +- printf ("found USB scanner (UNKNOWN vendor and product) " +- "at device %s\n", file_name); ++ printf ("found possible USB scanner (UNKNOWN vendor and " ++ "product) at %s\n", file_name); + unknown_found = SANE_TRUE; + } + device_found = SANE_TRUE; |