sane-project-backends/sanei
Henning Geinitz 278709d3d4 Made buffer const SANE_Byte * in sanei_usb_bulk_write(). Try to call
usb_find_busses only once. Make sure that already opened devices aren't opened
again. Exit libusb scan loop if one device is found. Make error values more
expressive. Check for missing config descriptors before using them to avoid
segfaults.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-07-14 16:31:14 +00:00
..
Makefile.in Removed load_values and save_values as they are only used in sane_frontends. 2002-02-14 19:44:39 +00:00
linux_sg3_err.h
os2_srb.h
sanei_DomainOS.c
sanei_DomainOS.h
sanei_ab306.c
sanei_auth.c
sanei_codec_ascii.c
sanei_codec_bin.c
sanei_config.c Fixed possible segfault. 2002-05-30 19:26:40 +00:00
sanei_config2.c Fixed possible segfault. 2002-05-30 19:26:40 +00:00
sanei_constrain_value.c Check that a SANE_Bool variable can only be SANE_TRUE or SANE_FALSE. 2002-04-06 20:42:07 +00:00
sanei_init_debug.c
sanei_lm983x.c Updated to new mail-address and backend url 2002-03-26 08:35:59 +00:00
sanei_net.c
sanei_pa4s2.c
sanei_pio.c
sanei_pv8630.c Avoid warning on Solaris. Correct type of second argument to 2002-04-09 10:17:16 +00:00
sanei_scsi.c Set buffer size to 64 kB for SOLARIS_USCSI_INTERFACE (reported by Ed Randall 2002-06-27 16:04:21 +00:00
sanei_thread.c Make sure that waitpid returns something usefull on OS/2. Avoids the "Unknown 2002-02-05 22:04:26 +00:00
sanei_usb.c Made buffer const SANE_Byte * in sanei_usb_bulk_write(). Try to call 2002-07-14 16:31:14 +00:00
sanei_wire.c Set allocated memory to 0 to avoid delivering garbage to the frontend. 2002-03-20 20:40:58 +00:00
test_wire.c