Searched refs:iPNPstring (Results 1 – 2 of 2) sorted by relevance
53 static char *iPNPstring; variable54 module_param(iPNPstring, charp, S_IRUGO);55 MODULE_PARM_DESC(iPNPstring, "MFG:linux;MDL:g_printer;CLS:PRINTER;SN:1;");164 if (iPNPstring) in printer_bind()165 strlcpy(&pnp_string[2], iPNPstring, PNP_STRING_LEN - 2); in printer_bind()
66 iPNPstring - The PNP ID string used for this printer. You will want to set