Commit graph

17 commits

Author SHA1 Message Date
Solomon Peachy 6c335ea1e4 Update copyright notice; it's 2014 now! 2014-01-23 16:07:25 -05:00
Solomon Peachy 6acc8b553c backends: say "## copies remaining" to differentiate between pages. 2014-01-22 09:10:34 -05:00
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.
2014-01-21 20:34:00 -05:00
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.
2014-01-20 19:41:52 -05:00
Solomon Peachy a7316668ff mitsu70x: Rework printjob parsing so that it can figure out job length
from the headers.
2014-01-17 22:50:29 -05:00
Solomon Peachy 817b6b04fc all: Handle short reads when loading in initial printjob header. 2014-01-13 18:30:30 -05:00
Solomon Peachy 1888254860 all: Move to using the common read_data() instead of direct libusb functions. 2013-12-21 22:55:33 -05:00
Solomon Peachy 875ebd2d76 all: Silence nearly all DEBUG outputs unless DYESUB_DEBUG is set in the
environment.
2013-12-21 22:15:18 -05:00
Solomon Peachy f4d8e31033 Document the known differences between the CP-D70x and the CP-K60. 2013-11-24 10:17:08 -05:00
Solomon Peachy 9201105c66 all: Fixed all compiler warnings. 2013-11-23 19:51:55 -05:00
Solomon Peachy 7712b69124 mitsu70x: Fix formatting on status dumps. 2013-11-21 09:18:19 -05:00
Solomon Peachy ce500edf2a mitsu70x: Documetation and bump the max job size. 2013-10-07 15:15:23 -04:00
Solomon Peachy 24cb407b70 mitsu70x: More decoding of the structures. 2013-10-05 12:35:56 -04:00
Solomon Peachy b65cdfc30c Beginning to decode the structure. 2013-10-05 11:59:32 -04:00
Solomon Peachy f1008e38f8 mitsu70x: Add a status query command. Doesn't decode just yet. 2013-10-05 11:52:37 -04:00
Solomon Peachy 97bf6ad995 mitsu_70x: Another update. 2013-10-05 09:58:27 -04:00
Solomon Peachy 3d6021d59a mitsu70x: Add an experimental backend for the Mitsubishi CP-D70x series.
This as of yet untested, but guinea pigs welcome.
2013-10-05 09:55:29 -04:00