]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - filter/commandtops.c
Merge changes from CUPS 1.4svn-r7696.
[thirdparty/cups.git] / filter / commandtops.c
index ea7caf10dce260c8daca890ee79509ab4e490b14..ecde9916ab228e318878e41c0e0f534f21c0a24a 100644 (file)
  *
  * Contents:
  *
+ *   main()                 - Process a CUPS command file.
+ *   auto_configure()       - Automatically configure the printer using
+ *                            PostScript query commands and/or SNMP lookups.
+ *   print_self_test_page() - Print a self-test page.
+ *   report_levels()        - Report supply levels.
  */
 
 /*
@@ -309,7 +314,13 @@ report_levels(ppd_file_t *ppd,             /* I - PPD file */
     fputs(ppd->jcl_ps, stdout);
   }
 
+ /*
+  * Send a query job that just reports the product string - network backends
+  * will gather the supply levels via SNMP.
+  */
+
   puts("%!");
+  puts("product =");
 
  /*
   * Finish the job...