sane-project-backends/sanei
Chris Bagwell b52b0c0c14 * backend/epson2.c backend/pixma_bjnp.c, include/sane/sanei_backend.h,
sanei/sanei_tcp.c, sanie/sanei_udp.c: Improve portablity by
  removing usage of MSG_WAITALL since not all platforms support
  that (cygwin).  Default is to be blocking anyways.  Changed
  usage of MSG_NOTWAIT to use fcntl() function as needed as well.
  * configure.in, lib/Makefile.in, lib/strcasestr.c: Add internal
  strcasestr() for platforms missing it (cygwin).
  * pixma_common.c: My source match header prototype for picky
  compilers (cygwin).
  * backend/umax_pp_mid.c: Allow BACKEND_NAME to be filename
  yet debug to be SANE_DEBUG_UMAX_PP to match man page.
2009-01-29 15:10:19 +00:00
..
Makefile.in Updates to Makefiles to prepare for transition to automake. 2009-01-16 23:39:48 +00:00
linux_sg3_err.h
os2_srb.h
sanei_DomainOS.c
sanei_DomainOS.h
sanei_ab306.c
sanei_access.c
sanei_auth.c
sanei_codec_ascii.c
sanei_codec_bin.c
sanei_config.c - handle the case where the attach callback or the config struct 2008-07-10 19:37:00 +00:00
sanei_config2.c
sanei_constrain_value.c - add support for SANE_Bool in sanei_check_value 2008-07-10 05:40:25 +00:00
sanei_init_debug.c
sanei_jpeg.c
sanei_lm983x.c
sanei_net.c
sanei_pa4s2.c
sanei_pio.c
sanei_pp.c
sanei_pv8630.c
sanei_scsi.c
sanei_tcp.c * backend/epson2.c backend/pixma_bjnp.c, include/sane/sanei_backend.h, 2009-01-29 15:10:19 +00:00
sanei_thread.c Revert mistaken commit of half-finished code 2009-01-20 13:38:38 +00:00
sanei_udp.c * backend/epson2.c backend/pixma_bjnp.c, include/sane/sanei_backend.h, 2009-01-29 15:10:19 +00:00
sanei_usb.c * sanei/sanei_usb.c: rescan usb every time sanei_usb_init() is called 2009-01-11 00:10:02 +00:00
sanei_wire.c
test_wire.c