]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - backend/usb-libusb.c
Merge changes from CUPS 1.5b1-r9798.
[thirdparty/cups.git] / backend / usb-libusb.c
index 08af5997a0694aa71dbd1a0fea598a231a3e8960..7f8c74a082f5f0d683d3972b2f04828f0671d879 100644 (file)
@@ -558,9 +558,9 @@ make_device_uri(
 
   if (mfg)
   {
-    if (!strcasecmp(mfg, "Hewlett-Packard"))
+    if (!_cups_strcasecmp(mfg, "Hewlett-Packard"))
       mfg = "HP";
-    else if (!strcasecmp(mfg, "Lexmark International"))
+    else if (!_cups_strcasecmp(mfg, "Lexmark International"))
       mfg = "Lexmark";
   }
   else