jaypipes / pcidb

Small golang library for querying PCI database (pciids) information
Apache License 2.0
33 stars 15 forks source link

Remove PCI prefix on `pcidb` structs #9

Closed jaypipes closed 5 years ago

jaypipes commented 5 years ago

Since pcidb began life in the ghw library, the PCI-related structs were all prefixed with the string "PCI". However, now that pcidb has been separated into a library, this prefix is redundant. Deprecate the old PCIVendor, PCIProduct, PCIClass, PCISubclass and PCIProgrammingInterface structs and add non-prefixed versions.