Commit graph

50 commits

Author SHA1 Message Date
Solomon Peachy 72c94bee3d Add info about the SELPHY CP820 (not sold in US or Japan) 2014-01-30 08:49:22 -05:00
Solomon Peachy 882eda8ad1 Canon SELPHY CP790 is now verified as working! 2014-01-29 19:54:10 -05:00
Solomon Peachy 6c335ea1e4 Update copyright notice; it's 2014 now! 2014-01-23 16:07:25 -05:00
Solomon Peachy 0333be835c build: Rename the executable to 'dyesub_backend'
It gets renamed to 'gutenprint52+usb' when installed.
2014-01-22 08:35:12 -05:00
Solomon Peachy 3cb593f36d More README updates. 2014-01-20 14:27:18 -05:00
Solomon Peachy 821fc52db9 README updates. 2014-01-17 21:24:18 -05:00
Solomon Peachy f1a71f56d3 README updates. Plus mark the Canon CP-10 as fully supported. 2014-01-16 18:39:20 -05:00
Solomon Peachy 1067a127fd documentation updates. 2013-12-17 13:20:14 -05:00
Solomon Peachy 812fba5927 dnp_ds40: Add a thank you for Marco Di Antonio and
ilgruppodigitale.com who made this backend possible!
2013-12-17 08:31:45 -05:00
Solomon Peachy 14251b2726 documentation updates. 2013-12-17 07:21:24 -05:00
Solomon Peachy 2cc0ad2842 dnp_ds40: Fix bugs preventing spooler from working.
Also add a sample testjob.
2013-12-16 21:25:59 -05:00
Solomon Peachy 84a755f785 Documentation updates. 2013-12-14 20:55:37 -05:00
Solomon Peachy d2cac28e3a dnp_ds40: Fix counter_clear and set_counter_p commands (I hope) 2013-12-13 15:43:30 -05:00
Solomon Peachy 4715a088e3 common: unify the debug messages, set DYESUB_DEBUG before invoking. 2013-12-11 07:49:57 -05:00
Solomon Peachy a8c5ae8a2a dnp_ds40: Add ability to set the 'P' counter. 2013-12-10 22:00:56 -05:00
Solomon Peachy ab770ea0d4 README: Add info about the DNP DS40/DS80 2013-12-10 21:53:17 -05:00
Solomon Peachy 40d8ad76ed Document the possibly-supported state of the Mitsubishi CP-K60DW-S 2013-12-03 22:20:27 -05:00
Solomon Peachy 39a6198019 kodak605: Add support for tone curves. 2013-11-24 11:01:44 -05:00
Solomon Peachy 8bd47ddd6f kodak605: add support for querying printer status/media status.
Also fix documentation.
2013-11-21 09:30:50 -05:00
Solomon Peachy 00b8db5922 README: Update for the Kodak 605. 2013-11-20 21:35:17 -05:00
Solomon Peachy 59b45faf6e updr200: Initial support; just documentation changes for now. 2013-10-16 21:46:53 -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 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
Solomon Peachy 140f9ecf42 s2145: Enable a 'fast return' mode
This terminates the backend as soon as the printer acks the print job,
allowing the use of both printer bufers.
2013-09-30 13:07:35 +01:00
Solomon Peachy 7a7bdf9fab all: Update URL to the public git repo. 2013-08-20 20:10:21 -04:00
Solomon Peachy b81f6735ac s2145: Minor documentation cleanups. 2013-08-08 08:53:48 -04:00
Solomon Peachy f42f9c4b47 docs: kodak6850 works. 2013-07-26 21:36:24 -04:00
Solomon Peachy 639306c1c0 kodak6800: Add initial support for 6850. Probably doesn't work yet. 2013-07-25 17:13:36 -04:00
Solomon Peachy b5b41405dc Documentation update. 2013-07-19 10:14:55 -04:00
Solomon Peachy bf1f12476b README updates 2013-07-18 21:23:34 -04:00
Solomon Peachy 7f4123d5eb documentation updates to reflect global EXTRA_VID/PID/TYPE 2013-07-18 00:09:59 -04:00
Solomon Peachy 49f413543d kodak1400: Kodak 805 is validated as working. Mark it as supported. 2013-07-17 19:57:20 -04:00
Solomon Peachy 1b460b4072 all: Support DEVICE=serno when in standalone mode. 2013-07-17 19:47:47 -04:00
Solomon Peachy 67f2e817df s2145: Added decoding of command ids to text strings.
Also, added a sleep after the data dump, to avoid USB comms problems.
2013-07-16 23:33:09 -04:00
Solomon Peachy caaaf3f623 all: Unify naming convention of backends. Get rid of '_' in URIs.
now it's:

 manufacturer-model
2013-07-14 20:10:18 -04:00
Solomon Peachy 7224fe02a8 Update README. 2013-07-14 17:47:11 -04:00
Solomon Peachy 28c70a6fbc s2145: Use a fixed-size buffer to receive responses from the printer.
Doesn't seem to fix the hanging on subsequent requests.  Hmm.  Maybe
there's something wrong with the initial requests instead?
2013-07-14 17:37:48 -04:00
Solomon Peachy e0b2a6907e kodak6800: Add (untested) support for setting tone curves too. 2013-07-08 22:33:54 -04:00
Solomon Peachy 52a702e191 kodak6800: Update documentation about the curve data decoding. 2013-07-08 22:17:22 -04:00
Solomon Peachy 145911c6cf kodak6800: Initial support for querying stored tone curve.
(Setting the tone curve is a lot more complicated)
2013-07-08 21:59:51 -04:00
Solomon Peachy a8c90f3731 kodak1400: Add tone curve setting support. Untested. 2013-07-08 20:45:46 -04:00
Solomon Peachy 1be87e8839 s2145: Dump tonecurve to a file instead of formatted stdout. 2013-07-08 20:15:39 -04:00
Solomon Peachy 3547621c97 docs: add bug tracker information. 2013-07-08 11:44:06 -04:00
Solomon Peachy 9552314429 documentation: Add the s2145, and improve SELPHY docs too. 2013-07-08 11:42:36 -04:00
Solomon Peachy 8e51a52c61 Rename README. 2013-06-30 12:50:03 -04:00
Solomon Peachy bd168aab48 documentation is speciif to SELPHY printer. 2013-01-20 08:13:33 -05:00
Solomon Peachy 148f5f05ac [docs] Update information about L media types for ES1, ES2/20 2013-01-04 18:46:26 -05:00
Solomon Peachy 41d408fb5c [cp-10] Updates to readback codes. 2012-12-13 20:50:13 -05:00
Solomon Peachy c51ae31b5b [cp10] Add error codes to CP-10, and document its current "specialness" 2012-12-13 09:56:36 -05:00
Solomon Peachy 835dfc5db2 [misc] doc updates. 2012-12-13 07:15:26 -05:00
Renamed from README.TXT (Browse further)