diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-03-30 21:30:45 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-03-30 21:30:45 +0200 |
commit | ee770c2346eb37e0dcb8b6cf3eaacf3d8efd6bbc (patch) | |
tree | 58f05092be1a17a939e861f8cadcda1b6ca2ecef /include/sane/sanei_pa4s2.h | |
parent | 0da9e21872802cfc6e975b1ebaf9efb9e5934d84 (diff) | |
parent | fef76e17ed4c607ea73b81279f9ef1d7121be900 (diff) |
Merge branch 'release/experimental/1.0.29-1_experimental1'experimental/1.0.29-1_experimental1
Diffstat (limited to 'include/sane/sanei_pa4s2.h')
-rw-r--r-- | include/sane/sanei_pa4s2.h | 26 |
1 files changed, 13 insertions, 13 deletions
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. |