jaypipes / pcidb

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

Add VendorName to Product #31

Closed vultj closed 3 months ago

vultj commented 4 months ago

I have a heavily modified forked version of pcidb that uses embed for pci.ids; cant really send that as a PR as it'll break this which I do not want to do. Instead I've back ported what I feel is a useful addition of VendorName to Product. I haven't been able to test this on this exact release but it does work on my modified fork.

jaypipes commented 3 months ago

Hi @vultj, thanks very much for your PR! Sorry for the long delay in getting back to you. Reviewing now..