mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
4af7ac3c13
commit
922f5528bd
1 changed files with 1 additions and 1 deletions
|
|
@ -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])); \
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue