Since the human readable name is actually ignored, and not matching a

'human' pnp string, change it to #, the name reserved for fields that
are ignored.
This commit is contained in:
Warner Losh 2017-09-27 19:22:10 +00:00
parent 4af7ac3c13
commit 922f5528bd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=324069

View File

@ -91,7 +91,7 @@ struct pccard_product {
* are informative, according to the standard, but I have a dim memory of using these
* strings to match things, though I can't find the example right now.
*/
#define PCCARD_PNP_DESCR "D:human;V32:manufacturer;V32:product;Z:cisvendor;Z:cisproduct;"
#define PCCARD_PNP_DESCR "D:#;V32:manufacturer;V32:product;Z:cisvendor;Z:cisproduct;"
#define PCCARD_PNP_INFO(t) \
MODULE_PNP_INFO(PCCARD_PNP_DESCR, pccard, t, t, sizeof(t[0]), sizeof(t) / sizeof(t[0])); \