From 1687222e1b9e74c89cafbb5910e72d8ec7bfd40f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 31 Jul 2019 16:59:49 +0200 Subject: New upstream version 1.0.28 --- include/sane/sanei_pa4s2.h | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'include/sane/sanei_pa4s2.h') diff --git a/include/sane/sanei_pa4s2.h b/include/sane/sanei_pa4s2.h index c5394a8..7138ceb 100644 --- a/include/sane/sanei_pa4s2.h +++ b/include/sane/sanei_pa4s2.h @@ -36,11 +36,11 @@ If you write modifications of your own for SANE, it is your choice whether to permit this exception to apply to your modifications. - If you do not wish that, delete this exception notice. + If you do not wish that, delete this exception notice. */ /** @file sanei_pa4s2.h - * This file implements an interface for the Mustek PP chipset A4S2 + * This file implements an interface for the Mustek PP chipset A4S2 * * @sa sanei_usb.h, sanei_ab306.h, sanei_lm983x.h, sanei_scsi.h, sanei_pio.h */ @@ -72,39 +72,39 @@ */ extern const char ** sanei_pa4s2_devices(void); -/** Open pa4s2 device +/** Open pa4s2 device * * Opens *dev as pa4s2 device. * * @param dev IO port address ("0x378", "0x278", or "0x3BC") * @param fd file descriptor - * - * @return + * + * @return * - SANE_STATUS_GOOD - on success * - SANE_STATUS_INVAL - if no scanner was found or the port number was wrong * - SANE_STATUS_DEVICE_BUSY - if the device is already in use * - SANE_STATUS_IO_ERROR - if the port couldn't be accessed - * + * */ extern SANE_Status sanei_pa4s2_open (const char *dev, int *fd); -/** Open pa4s2 SCSI-over-parallel device +/** Open pa4s2 SCSI-over-parallel device * * Opens *dev as pa4s2 SCSI-over-parallel device. * * @param dev IO port address ("0x378", "0x278", or "0x3BC") * @param fd file descriptor - * - * @return + * + * @return * - SANE_STATUS_GOOD - on success * - SANE_STATUS_INVAL - if no scanner was found or the port number was wrong * - SANE_STATUS_DEVICE_BUSY - if the device is already in use * - SANE_STATUS_IO_ERROR - if the port couldn't be accessed - * + * */ extern SANE_Status sanei_pa4s2_scsi_pp_open (const char *dev, int *fd); -/** Close pa4s2 device +/** Close pa4s2 device * * @param fd file descriptor */ @@ -175,7 +175,7 @@ extern SANE_Status sanei_pa4s2_scsi_pp_get_status (int fd, u_char *status); */ extern SANE_Status sanei_pa4s2_scsi_pp_reg_select (int fd, int reg); -/** Read a register +/** Read a register * * The function to read a register is split up in three parts, so a register * can be read more than once. @@ -191,7 +191,7 @@ extern SANE_Status sanei_pa4s2_scsi_pp_reg_select (int fd, int reg); */ extern SANE_Status sanei_pa4s2_readbyte (int fd, u_char * val); -/** Terminate reading sequence +/** Terminate reading sequence * * The function to read a register is split up in three parts, so a register * can be read more than once. -- cgit v1.2.3