Commit Graph

35 Commits (49f7e227d221f6786e30b7a66d3bb651096c7338)

Author SHA1 Message Date
Solomon Peachy 11829f2f45 Merge a pile spelling fixes from Ville Skyttä <scop@sf> 6 years ago
Solomon Peachy 8e35e5608b all: It's 2016 now, update the copyright text.
Also, correct the initial dates for a few of the backends.
7 years ago
Solomon Peachy 8a1f030674 sonyupdr: Obtained USB PIDs for Sony UP-CR10L (and probably DNP DS-SL10) 8 years ago
Solomon Peachy 5dda0018d2 all: Get rid of a little more getopt detritus. 8 years ago
Solomon Peachy b343d56f1e all: Get rid of the remainder of the old two-stage cmdline parsing
All backend->cmdline_arg() invocations are done with intent to execute!
8 years ago
Solomon Peachy db0c7d8b99 all: Eliminate the multi-stage cmdline parsing.
Unfortunately this means we lose the '-B backend' method, but the
overall control flow is much, much simpler now.
8 years ago
Solomon Peachy de8a32424c all: Unified approach to extra_vid/pid/type
This required a modification to all attach() methods.

Also, fix canonselphy's parsing/attachment code.
8 years ago
Solomon Peachy 24c3550feb all: Ensure all malloc() failures are caught and logged. 8 years ago
Solomon Peachy 9112d21de4 updr150: Get rid of a redundant debug message. 8 years ago
Solomon Peachy ac8c0188b9 Add printer-generated copy support for the UP-DR200.
Untested.
9 years ago
Solomon Peachy b731dc04f8 Update copyright notice. 9 years ago
Solomon Peachy 9c6d60c1d2 Fix compile rrror 9 years ago
Solomon Peachy 9d9274c467 updr150: Fix two inverted tests, and document the CR10L format. 9 years ago
Solomon Peachy d58cc5c493 updr150: reformat a comment. 9 years ago
Solomon Peachy fe94087437 updr150: Convert to CUPS_BACKEND_* return codes. 9 years ago
Solomon Peachy 673bc98653 sonyupdr150: Initial support for the UP-DR10.
Incomplete, and gutenprint proper still lacks support.
9 years ago
Solomon Peachy 5f8780cc3c More cppcheck-driven fixes. Mainly a bunch of memory leaks. 9 years ago
Solomon Peachy 1e8c0ae99a Silence a pile of 'cppcheck' warnings.
...And fix a legitimate bug in the process!
9 years ago
Solomon Peachy 34e3b64fc4 all: Get rid of the now-obsolete 'multipage_capable' flag. 9 years ago
Solomon Peachy a1d5111048 updr150: Reworked backend, now it at least doesn't segfault. 9 years ago
Solomon Peachy fffeecc6fa updr150: Handle unaligned 32-bit reads, which are common! 10 years ago
Solomon Peachy 6c335ea1e4 Update copyright notice; it's 2014 now! 10 years ago
Solomon Peachy 6acc8b553c backends: say "## copies remaining" to differentiate between pages. 10 years ago
Solomon Peachy 46f61742c7 updr150: USB VID/PID for the UP-DR200 added to backend. 10 years ago
Solomon Peachy 4aa050f695 backends: Fix a double-free error in all backends.
Since we always call read_parse() we always free the data buffers.  Make
sure we set them to NULL or we will try to double-free them when we
terminate normally.
10 years ago
Solomon Peachy 2eb20f90f4 backends: A 0-length read when doing our inital header load is
and EOF, so treat it as such and don't error out.
10 years ago
Solomon Peachy 02e8d2d2c7 sonyupdr150: Bump version. 10 years ago
Solomon Peachy 902c9dedde sonyupdr150: Rework backend so it is multipage capable.
This requires us to parse the incoming print job when we load it,
instead of while we're sending it to the printer.
10 years ago
Solomon Peachy 66f4756483 sonyupdr150: Fix parsing of data stream for 6x8 prints.
Update documentation as well.
10 years ago
Solomon Peachy 82c72fcd99 Add a 'C' size test print for the Canon SELPHY ES1. 10 years ago
Solomon Peachy 875ebd2d76 all: Silence nearly all DEBUG outputs unless DYESUB_DEBUG is set in the
environment.
10 years ago
Solomon Peachy 9201105c66 all: Fixed all compiler warnings. 10 years ago
Solomon Peachy 59b45faf6e updr200: Initial support; just documentation changes for now. 10 years ago
Solomon Peachy 7a7bdf9fab all: Update URL to the public git repo. 10 years ago
Solomon Peachy 36404817e7 common: Rename everything consistently. 10 years ago