summaryrefslogtreecommitdiff
path: root/base/device.py
diff options
context:
space:
mode:
Diffstat (limited to 'base/device.py')
-rw-r--r--base/device.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/device.py b/base/device.py
index 731a1a741..15c6ef302 100644
--- a/base/device.py
+++ b/base/device.py
@@ -563,6 +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
try:
back_end, is_hp, bb, model, serial, dev_file, host, zc, port = \