summaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2016-08-31 14:28:32 +0200
committerDidier Raboud <odyx@debian.org>2016-08-31 14:28:32 +0200
commit463ec90534f10ec38a01cf64c6a521f50ad3173a (patch)
treed371b97a20b04a82be173a4513d3c315bb9de62c /base
parent78ab36051d8dbb2ed77a9996242a6152f9f02861 (diff)
New upstream version 3.16.8
Diffstat (limited to 'base')
-rw-r--r--base/device.py4
-rw-r--r--base/models.py2
2 files changed, 4 insertions, 2 deletions
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