Wykres commitów

17 Commity (pixma-axis-driver)

Autor SHA1 Wiadomość Data
Ondrej Zary 2f16465384 pixma: define some magic values 2020-07-31 13:51:39 +02:00
Ondrej Zary d651e44192 pixma: Log unsupported scanner type in BJNP and AXIS 2020-07-31 13:47:58 +02:00
Ondrej Zary 18ddb14b1f pixma: silence AXIS gcc string truncation warning 2020-05-06 15:00:56 +02:00
Ondrej Zary f7dc5eb072 pixma: display AXIS server name in debug messages 2020-05-06 12:58:20 +02:00
Ondrej Zary c41455dd19 pixma: allow NULL parameters in axis_recv
Allow NULL parameters in axis_recv to remove dummy buffers
2020-05-05 16:47:53 +02:00
Ondrej Zary 89ad855ec9 pixma: disable AXIS autodetection by default
Require manual configuration in pixma.conf to enable AXIS autodetection
2020-05-04 16:28:49 +02:00
Ondrej Zary e2e8893ab7 pixma: change AXIS backend name to pixma_axis 2020-05-04 15:53:11 +02:00
Ondrej Zary 040f6a60e0 pixma: print size_t portably in AXIS
Use %z to print size_t variables
2020-05-04 15:05:58 +02:00
Ondrej Zary 91a7b84aa4 pixma: fix AXIS endian conversions
Tested on big-endian MIPS in QEMU
2020-05-04 14:38:54 +02:00
Ondrej Zary d1cdf7a25d pixma: honor BUSY status of AXIS devices during open
Check device status before connecting to a device and abort if BUSY.
2020-04-20 13:14:44 +02:00
Ondrej Zary b765b16989 pixma: mark busy AXIS device
When an AXIS device is in BUSY state, add "BUSY username" to serial number.
Haven't found any better way to do this in SANE.
2020-04-20 12:17:02 +02:00
Ondrej Zary 43eb737cdc pixma: fix signedness warning 2020-04-09 15:35:52 +02:00
Ondrej Zary 3e96f8ccc1 pixma: cleanup AXIS debug output 2020-04-09 14:36:55 +02:00
Ondrej Zary 94aa7b5057 pixma: cleanup AXIS udp_socket handling
Don't call connect() on UDP socket, use sendto() and recvfrom() properly
2020-04-09 12:13:05 +02:00
Ondrej Zary 92e2ef6270 pixma: add AXIS pixma.conf support
Support reading configuration from pixma conf.
Also fix some debug messages.
2020-04-09 11:00:18 +02:00
Ondrej Zary 4577e34080 pixma: make AXIS support really work
Add support for long transfers, timeout, ignore 0x24 bytes and fix warnings
Scanning works now!
2020-04-07 11:24:39 +02:00
Rolf Bensch d89af0691e pixma: new axis driver
moved to new pixma folder

provided by Ondrej Zary <linux@zary.sk>
see https://alioth-lists.debian.net/pipermail/sane-devel/2020-March/037734.html
2020-03-20 19:46:45 +01:00