]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - backend/usb-libusb.c
Merge changes from CUPS 1.4svn-r7817.
[thirdparty/cups.git] / backend / usb-libusb.c
index 4a7716ec30d02de5f049a5914ee136edba43e9d0..cad8d87ca6be0c232b0d9245f4383a802c01706b 100644 (file)
@@ -447,9 +447,8 @@ list_cb(usb_printer_t *printer,             /* I - Printer */
   * Report the printer...
   */
 
-  printf("direct %s \"%s\" \"%s USB\" \"%s\"\n", device_uri, make_model,
-         make_model, device_id);
-  fflush(stdout);
+  cupsBackendReport("direct", device_uri, make_model, make_model, device_id,
+                    NULL);
 
  /*
   * Keep going...