Searched refs:iPNPstring (Results 1 – 2 of 2) sorted by relevance
51 static char *iPNPstring; variable52 module_param(iPNPstring, charp, S_IRUGO);53 MODULE_PARM_DESC(iPNPstring, "MFG:linux;MDL:g_printer;CLS:PRINTER;SN:1;");152 if (iPNPstring) in printer_bind()153 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