Add HBPL (ver1) compatible printers - #59
Open
JoesCat wants to merge 1 commit into
Open
Conversation
If the printer indicates it is HBPL but does not run under foo2hbpl2, then it may possibly be an earlier version of HBPL which we call ver1, based on earlier work done ~2014 with a Dell-1250c as a base reference. More info found here: OpenPrinting/foo2zjs#2 OpenPrinting/foo2zjs#24 further references: OpenPrinting/foo2zjs#21 mikerr/foo2zjs#6 Merge part of Dave Coffin's hbpl1.patch (located here): https://web.archive.org/web/20160515134331/http://cybercom.net/~dcoffin/hbpl/hbpl1.patch
Author
|
I noticed that running a fresh ubuntu or other live USB distro, and then plugging in my printer would indicate my printer was loaded successfully, but failed to run. On further inspection, the driver that really got loaded was the next in line in the list from foomatic-db, so in my case, even though it indicated loading the Xerox 6010N, the driver that was loaded was Xerox 6100 Afterwards, loading foo2zjs didn't help correct redirection to 6010N but remained at 6100. This addition atleast gets the right ppd file loaded even though foo2zjs isn't loaded yet. This PR is related to OpenPrinting/foo2zjs#24 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
If the printer indicates it is HBPL but does not run under foo2hbpl2, then it may possibly be an earlier version of HBPL which we call ver1, based on earlier work done ~2014 with a Dell-1250c as a base reference. More info found here:
OpenPrinting/foo2zjs#2
OpenPrinting/foo2zjs#24
further references:
OpenPrinting/foo2zjs#21
mikerr/foo2zjs#6
Merge part of Dave Coffin's hbpl1.patch (located here): https://web.archive.org/web/20160515134331/http://cybercom.net/~dcoffin/hbpl/hbpl1.patch