From 463ec90534f10ec38a01cf64c6a521f50ad3173a Mon Sep 17 00:00:00 2001 From: Didier Raboud Date: Wed, 31 Aug 2016 14:28:32 +0200 Subject: New upstream version 3.16.8 --- base/device.py | 4 ++-- base/models.py | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'base') diff --git a/base/device.py b/base/device.py index 4c4996090..1962f0309 100644 --- a/base/device.py +++ b/base/device.py @@ -563,8 +563,8 @@ def probeDevices(bus=DEFAULT_PROBE_BUS, timeout=10, devid = m.group(4) or '' log.debug(uri) - if("scanjet" in mdl.lower()): - continue # Do not include HP Scanjets + #if("scanjet" in mdl.lower()): + # continue # Do not include HP Scanjets try: back_end, is_hp, bb, model, serial, dev_file, host, zc, port = \ diff --git a/base/models.py b/base/models.py index 7884eb9d4..c08503d48 100644 --- a/base/models.py +++ b/base/models.py @@ -119,6 +119,7 @@ TECH_CLASSES = [ "Saipan15B", "Gemstone", "SPDOfficejetProAsize", + "CLE" ] TECH_CLASSES.sort() @@ -187,6 +188,7 @@ TECH_CLASS_PDLS = { "Saipan15B" : 'pcl3', "Gemstone" : 'pcl3', "SPDOfficejetProAsize" : 'pcl3', + "CLE" :'pcl3' } PDL_TYPE_PCL = 0 # less preferred -- cgit v1.2.3