Skip to content

Commit

Permalink
Merge pull request #39 from jpopelka/clp-310
Browse files Browse the repository at this point in the history
Fixed preferred driver for CLP-310
  • Loading branch information
zdohnal authored Oct 24, 2016
2 parents 3607f26 + 02b2fbf commit 9e142d7
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions xml/preferreddrivers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,32 @@
</avoid>
</printer>

<!--
We need driver for CLP-310 but there are other CLP-315 which are preferred because their drivertype is higher
in the preferenceorder.
Driver for CLP-310 provides drivertype "splix" and "foomatic" so others which are higher in preferenceorder
must be placed here.
-->
<printer>
<make-and-model match="Samsung CLP 310" />
<deviceid>
<field name="MFG" match="Samsung" />
<field name="MDL" match="CLP-310 Series" />
</deviceid>
<avoid>
<drivertype>manufacturer-cmd</drivertype>
<drivertype>foomatic-recommended-nonpostscript</drivertype>
<drivertype>manufacturer*</drivertype>
<drivertype>pdf</drivertype>
<drivertype>foomatic-recommended-postscript</drivertype>
<drivertype>hpcups</drivertype>
<drivertype>foomatic-postscript</drivertype>
<drivertype>gutenprint-simplified</drivertype>
<drivertype>gutenprint-expert</drivertype>
<drivertype>foomatic-gutenprint</drivertype>
</avoid>
</printer>

<printer>
<!-- For all printers -->
<drivers>
Expand Down

0 comments on commit 9e142d7

Please sign in to comment.