diff --git a/cupshelpers/ppds.py b/cupshelpers/ppds.py index dac4d9fad..4ee611cdf 100755 --- a/cupshelpers/ppds.py +++ b/cupshelpers/ppds.py @@ -1157,12 +1157,9 @@ def _init_ids (self): lmfg = id_dict['MFG'].lower () lmdl = id_dict['MDL'].lower () - bad = False - if len (lmfg) == 0: - bad = True + # A blank MFG is legal (some devices report one); index the + # PPD under the empty make so blank-MFG device IDs can match. if len (lmdl) == 0: - bad = True - if bad: continue if lmfg not in ids: