Index: backend/ieee1284.c =================================================================== --- backend/ieee1284.c (revision 8751) +++ backend/ieee1284.c (working copy) @@ -306,6 +306,14 @@ mfg = temp; } + if (!strncasecmp(mdl, mfg, strlen(mfg))) + { + mdl += strlen(mfg); + + while (isspace(*mdl & 255)) + mdl ++; + } + /* * Generate the device URI from the manufacturer, make_model, and * serial number strings.