sane-project-backends/backend
Peter Seiderer 145e16008e backend/microtek: fix uclibc compile (include stdarg.h for va_list/va_start/va_end)
Fixes:

  microtek.c: In function ‘MDBG_INIT’:
  microtek.c:163:3: error: unknown type name ‘va_list’
    163 |   va_list ap;
        |   ^~~~~~~
  microtek.c:78:1: note: ‘va_list’ is defined in header ‘<stdarg.h>’; did you forget to ‘#include <stdarg.h>’?
     77 | #include "microtek.h"
    +++ |+#include <stdarg.h>
     78 |
  microtek.c:164:3: warning: implicit declaration of function ‘va_start’; did you mean ‘sane_start’? [-Wimplicit-function-declaration]
    164 |   va_start(ap, format);
        |   ^~~~~~~~
        |   sane_start
  microtek.c:165:54: warning: passing argument 4 of ‘vsnprintf’ makes pointer from integer without a cast [-Wint-conversion]
    165 |   vsnprintf(_mdebug_string, MAX_MDBG_LENGTH, format, ap);
        |                                                      ^~
        |                                                      |
        |                                                      int
  In file included from ../include/sane/sanei_config.h:50,
                   from microtek.c:70:
  .../host/x86_64-buildroot-linux-uclibc/sysroot/usr/include/stdio.h:359:57: note: expected ‘__va_list_tag *’ but argument is of type ‘int’
    359 |         const char *__restrict __format, __gnuc_va_list __arg)
        |                                          ~~~~~~~~~~~~~~~^~~~~
  microtek.c:166:3: warning: implicit declaration of function ‘va_end’ [-Wimplicit-function-declaration]
    166 |   va_end(ap);
        |   ^~~~~~

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
2021-06-18 19:51:45 +02:00
..
escl The job URL is adapted to the information provided by the value of the Location property. 2021-06-12 00:57:07 +02:00
genesys genesys: fixed indentation again. 2021-04-07 09:06:39 -07:00
pixma Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
.gitignore
Makefile.am Add missing backend dependencies for static linking. Re #124 2021-02-07 21:00:51 +09:00
abaton.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
abaton.conf.in
abaton.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
agfafocus.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
agfafocus.conf.in
agfafocus.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
apple.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
apple.conf.in
apple.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
artec.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
artec.conf.in
artec.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
artec_eplus48u.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
artec_eplus48u.conf.in Fixed Artec AstraSlim SE configuration. 2020-11-21 11:58:17 +01:00
artec_eplus48u.h spelling fixes for artec_eplus48u backend 2020-08-29 09:18:04 +02:00
as6e.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
as6e.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
avision.c Add function to debug avision command 2021-02-21 19:53:46 -05:00
avision.conf.in
avision.h Add function to debug avision command 2021-02-21 19:53:46 -05:00
bh.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
bh.conf.in
bh.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
canon-sane.c spelling fixes for canon backend 2020-08-29 09:18:03 +02:00
canon-scsi.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
canon.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
canon.conf.in
canon.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
canon630u-common.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
canon630u.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
canon630u.conf.in
canon_dr-cmd.h canon_dr v62b 2021-02-28 21:28:59 -05:00
canon_dr.c canon_dr v62b 2021-02-28 21:28:59 -05:00
canon_dr.conf.in canon_dr v62b 2021-02-28 21:28:59 -05:00
canon_dr.h canon_dr v62b 2021-02-28 21:28:59 -05:00
canon_lide70-common.c canon_lide70: faster and brighter scanning at 600dpi for the lide600 2021-05-25 14:25:28 +02:00
canon_lide70.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
canon_lide70.conf.in
canon_pp-dev.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
canon_pp-dev.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
canon_pp-io.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
canon_pp-io.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
canon_pp.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
canon_pp.conf.in spelling fixes for canon_pp backend 2020-08-29 09:18:03 +02:00
canon_pp.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
cardscan.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
cardscan.conf.in
cardscan.h
coolscan-scsidef.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
coolscan.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
coolscan.conf.in
coolscan.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
coolscan2.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
coolscan2.conf.in spelling fixes for coolscan2 backend 2020-08-29 09:18:03 +02:00
coolscan3.c saneopts: add entries for focus/autofocus 2020-09-26 16:48:51 +02:00
coolscan3.conf.in spelling fixes for coolscan3 backend 2020-08-29 09:18:03 +02:00
dc25.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
dc25.conf.in
dc25.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
dc210.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
dc210.conf.in
dc210.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
dc240.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
dc240.conf.in
dc240.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
dell1600n_net.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
dell1600n_net.conf.in
dll.aliases
dll.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
dll.conf.in
dmc.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
dmc.conf.in
dmc.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
epjitsu-cmd.h
epjitsu.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
epjitsu.conf.in
epjitsu.h
epson.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
epson.conf.in
epson.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
epson2-cct.c
epson2-commands.c
epson2-commands.h
epson2-io.c
epson2-io.h
epson2-ops.c Merge branch 'epson2/better_timeouts' into 'master' 2021-04-09 19:36:06 +00:00
epson2-ops.h
epson2.c epson2: remove BUILD versioning 2021-06-08 11:52:00 +02:00
epson2.conf.in
epson2.h Disambiguate symbols for static linking scenarios. Re #124 2021-02-07 19:32:24 +09:00
epson2_net.c
epson2_net.h
epson2_scsi.c
epson2_scsi.h
epson2_usb.c epson2: add usb ids provided by Epson 2021-06-02 22:40:21 +02:00
epson_scsi.c
epson_scsi.h
epson_usb.c
epson_usb.h
epsonds-cmd.c
epsonds-cmd.h
epsonds-io.c
epsonds-io.h
epsonds-jpeg.c
epsonds-jpeg.h
epsonds-net.c
epsonds-net.h
epsonds-ops.c
epsonds-ops.h
epsonds-usb.c
epsonds-usb.h
epsonds.c
epsonds.conf.in
epsonds.h Disambiguate symbols for static linking scenarios. Re #124 2021-02-07 19:32:24 +09:00
escl.conf.in Fix syntax in escl.conf.in 2021-01-16 22:11:36 +00:00
fujitsu-scsi.h spelling fixes for fujitsu backend 2020-08-29 09:18:03 +02:00
fujitsu.c Merge branch 'release/1.0.32' into 'master' 2021-02-14 12:24:09 +00:00
fujitsu.conf.in Various fujitsu and canon_dr doc updates 2021-02-13 14:00:47 -05:00
fujitsu.h fujitsu v137b: brightness/contrast improvements 2020-09-23 21:42:44 -04:00
genesys.conf.in genesys: add back Plustek Optifilm 7200 V2 config. 2021-03-28 21:07:21 -07:00
gphoto2.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
gphoto2.conf.in
gphoto2.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
gt68xx.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
gt68xx.conf.in spelling fixes for gt68xx backend 2020-08-29 09:18:03 +02:00
gt68xx.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
gt68xx_devices.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
gt68xx_generic.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
gt68xx_generic.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
gt68xx_gt6801.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
gt68xx_gt6801.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
gt68xx_gt6816.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
gt68xx_gt6816.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
gt68xx_high.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
gt68xx_high.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
gt68xx_low.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
gt68xx_low.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
gt68xx_mid.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
gt68xx_mid.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
gt68xx_shm_channel.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
gt68xx_shm_channel.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp-accessor.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp-accessor.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp-device.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp-device.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp-handle.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp-handle.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp-hpmem.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp-option.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp-option.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp-scl.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp-scl.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp-scsi.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp.README spelling fixes for hp backend 2020-08-29 09:18:04 +02:00
hp.TODO spelling fixes for hp backend 2020-08-29 09:18:04 +02:00
hp.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp.conf.in
hp.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp3500.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp3900.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp3900.conf.in
hp3900_config.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp3900_debug.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp3900_rts8822.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp3900_sane.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp3900_types.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp3900_usb.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp4200.c hp4200: memset incorrectly sized. registro[0] is pointer not int. 2021-03-13 17:05:13 -08:00
hp4200.conf.in
hp4200.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp4200_lm9830.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp4200_lm9830.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp5400.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp5400.conf.in
hp5400.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp5400_debug.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp5400_debug.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp5400_internal.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp5400_internal.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp5400_sane.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp5400_sanei.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp5400_sanei.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp5400_xfer.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp5590.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp5590_cmds.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp5590_cmds.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp5590_low.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hp5590_low.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hpljm1005.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hpsj5s.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hpsj5s.conf.in
hpsj5s.h spelling fixes for hpsj5s backend 2020-08-29 09:18:03 +02:00
hs2p-saneopts.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hs2p-scsi.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hs2p-scsi.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hs2p.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
hs2p.conf.in
hs2p.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
ibm-scsi.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
ibm.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
ibm.conf.in
ibm.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
kodak-cmd.h spelling fixes for kodak backend 2020-08-29 09:18:04 +02:00
kodak.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
kodak.conf.in
kodak.h
kodakaio.c spelling fixes for kodakaio backend 2020-08-29 09:18:04 +02:00
kodakaio.conf.in
kodakaio.h
kvs20xx.c
kvs20xx.h spelling fixes for kvs20xx backend 2020-08-29 09:18:03 +02:00
kvs20xx_cmd.c spelling fixes for kvs20xx backend 2020-08-29 09:18:03 +02:00
kvs20xx_cmd.h
kvs20xx_opt.c
kvs40xx.c
kvs40xx.h spelling fixes for kvs40xx backend 2020-08-29 09:18:03 +02:00
kvs40xx_cmd.c spelling fixes for kvs40xx backend 2020-08-29 09:18:03 +02:00
kvs40xx_opt.c
kvs1025.c
kvs1025.conf.in
kvs1025.h
kvs1025_cmds.h
kvs1025_low.c spelling fixes for kvs1025 backend 2020-08-29 09:18:03 +02:00
kvs1025_low.h spelling fixes for kvs1025 backend 2020-08-29 09:18:03 +02:00
kvs1025_opt.c spelling fixes for kvs1025 backend 2020-08-29 09:18:03 +02:00
kvs1025_usb.c
kvs1025_usb.h
leo.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
leo.conf.in
leo.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
lexmark.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
lexmark.conf.in
lexmark.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
lexmark_low.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
lexmark_models.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
lexmark_sensors.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
lm9830.h
ma1509.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
ma1509.conf.in
ma1509.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
magicolor.c
magicolor.conf.in
magicolor.h
matsushita.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
matsushita.conf.in
matsushita.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
microtek.c backend/microtek: fix uclibc compile (include stdarg.h for va_list/va_start/va_end) 2021-06-18 19:51:45 +02:00
microtek.conf.in
microtek.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
microtek2.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
microtek2.conf.in
microtek2.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
mustek.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
mustek.conf.in
mustek.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
mustek_pp.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
mustek_pp.conf.in
mustek_pp.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
mustek_pp_ccd300.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
mustek_pp_ccd300.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
mustek_pp_cis.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
mustek_pp_cis.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
mustek_pp_decl.h
mustek_pp_drivers.h
mustek_pp_null.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
mustek_scsi_pp.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
mustek_scsi_pp.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
mustek_usb.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
mustek_usb.conf.in
mustek_usb.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
mustek_usb2.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
mustek_usb2.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
mustek_usb2_asic.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
mustek_usb2_asic.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
mustek_usb2_high.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
mustek_usb2_high.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
mustek_usb2_reflective.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
mustek_usb2_transparent.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
mustek_usb_high.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
mustek_usb_high.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
mustek_usb_low.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
mustek_usb_low.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
mustek_usb_mid.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
mustek_usb_mid.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
nec.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
nec.conf.in
nec.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
net.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
net.conf.in
net.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
niash.c Merge branch 'release/1.0.32' into 'master' 2021-02-14 12:24:09 +00:00
niash_core.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
niash_core.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
niash_xfer.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
niash_xfer.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
p5.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
p5.conf.in
p5.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
p5_device.c spelling fixes for p5 backend 2020-08-29 09:18:03 +02:00
p5_device.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
pie-scsidef.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
pie.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
pie.conf.in
pieusb.c Enable Slide on DigitDia 4000, correct misspelling 2021-04-03 18:41:06 +02:00
pieusb.conf.in Enable Slide on DigitDia 4000, correct misspelling 2021-04-03 18:41:06 +02:00
pieusb.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
pieusb_buffer.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
pieusb_buffer.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
pieusb_scancmd.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
pieusb_scancmd.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
pieusb_specific.c Enable Slide on DigitDia 4000, correct misspelling 2021-04-03 18:41:06 +02:00
pieusb_specific.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
pieusb_usb.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
pieusb_usb.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
pint.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
pint.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
pixma.conf.in spelling fixes for pixma backend 2020-08-29 09:18:03 +02:00
plustek-pp.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek-pp_dac.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek-pp_dbg.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek-pp_detect.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek-pp_genericio.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek-pp_hwdefs.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek-pp_image.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek-pp_io.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek-pp_map.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek-pp_misc.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek-pp_models.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek-pp_motor.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek-pp_p12.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek-pp_p12ccd.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek-pp_p48xx.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek-pp_p9636.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek-pp_procfs.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek-pp_procs.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek-pp_ptdrv.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek-pp_scale.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek-pp_scan.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek-pp_scandata.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek-pp_sysdep.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek-pp_tpa.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek-pp_types.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek-pp_wrapper.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek-usb.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek-usb.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek-usbcal.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek-usbcalfile.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek-usbdevs.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek-usbhw.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek-usbimg.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek-usbio.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek-usbmap.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek-usbscan.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek-usbshading.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek.conf.in
plustek.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek_pp.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
plustek_pp.conf.in
pnm.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
qcam.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
qcam.conf.in
qcam.h
ricoh-scsi.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
ricoh.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
ricoh.conf.in
ricoh.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
ricoh2.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
ricoh2_buffer.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
rts88xx_lib.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
rts88xx_lib.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
rts8891.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
rts8891.conf.in
rts8891.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
rts8891_devices.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
rts8891_low.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
rts8891_low.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
s9036.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
s9036.conf.in
s9036.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
sane_strstatus.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
saned.conf.in
sceptre.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
sceptre.conf.in
sceptre.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
sharp.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
sharp.conf.in
sharp.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
sm3600-color.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
sm3600-gray.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
sm3600-homerun.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
sm3600-scanmtek.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
sm3600-scantool.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
sm3600-scanusb.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
sm3600-scanutil.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
sm3600.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
sm3600.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
sm3840.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
sm3840.conf.in
sm3840.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
sm3840_lib.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
sm3840_lib.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
sm3840_params.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
sm3840_scan.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
snapscan-data.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
snapscan-mutex.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
snapscan-options.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
snapscan-scsi.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
snapscan-sources.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
snapscan-sources.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
snapscan-usb.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
snapscan-usb.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
snapscan.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
snapscan.conf.in
snapscan.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
sp15c-scsi.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
sp15c.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
sp15c.conf.in
sp15c.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
st400.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
st400.conf.in spelling fixes for st400 backend 2020-08-29 09:18:03 +02:00
st400.h
stubs.c
stv680.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
stv680.conf.in
stv680.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
tamarack.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
tamarack.conf.in
tamarack.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
teco1.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
teco1.conf.in
teco1.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
teco2.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
teco2.conf.in
teco2.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
teco3.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
teco3.conf.in
teco3.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
test-picture.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
test.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
test.conf.in
test.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
u12-ccd.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
u12-hw.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
u12-hwdef.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
u12-if.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
u12-image.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
u12-io.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
u12-map.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
u12-motor.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
u12-scanner.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
u12-shading.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
u12-tpa.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
u12.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
u12.conf.in
u12.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
umax-scanner.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
umax-scanner.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
umax-scsidef.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
umax-uc630.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
umax-uc840.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
umax-uc1200s.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
umax-uc1200se.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
umax-uc1260.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
umax-ug80.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
umax-ug630.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
umax-usb.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
umax.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
umax.conf.in spelling fixes for umax backend 2020-08-29 09:18:03 +02:00
umax.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
umax1220u-common.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
umax1220u.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
umax1220u.conf.in
umax_pp.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
umax_pp.conf.in
umax_pp.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
umax_pp_low.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
umax_pp_low.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
umax_pp_mid.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
umax_pp_mid.h Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
v4l-frequencies.h
v4l.c Use URL to refer users to copies of the GPL and LGPL 2021-02-12 17:41:38 +09:00
v4l.conf.in spelling fixes for v4l backend 2020-08-29 09:18:04 +02:00
v4l.h
xerox_mfp-tcp.c
xerox_mfp-usb.c
xerox_mfp.c spelling fixes for xerox_mfp backend 2020-08-29 09:18:04 +02:00
xerox_mfp.conf.in
xerox_mfp.h