ghw icon indicating copy to clipboard operation
ghw copied to clipboard

Wrong gpu Vendor.ID and Product.ID values

Open onyn opened this issue 1 year ago • 1 comments

On windows I got this data about graphic card:

reveal
{
"address": "VideoController1",
"index": 0,
"pci": {
  "driver": "31.0.101.3802",
  "address": "PCI\\\\VEN_8086\u0026DEV_4C8B\u0026SUBSYS_7D221462\u0026REV_04\\\\3\u002611583659\u00260\u002610",
  "vendor": {
    "id": "Intel Corporation",
    "name": "Intel Corporation"
  },
  "product": {
    "id": "Intel(R) UHD Graphics 730",
    "name": "Intel(R) UHD Graphics 730"
  },
  "revision": "",
  "subsystem": {
    "id": "unknown",
    "name": "unknown"
  },
  "class": {
    "id": "unknown",
    "name": "unknown"
  },
  "subclass": {
    "id": "unknown",
    "name": "unknown"
  },
  "programming_interface": {
    "id": "unknown",
    "name": "unknown"
  }
}
}

In vendor.id and product.id I expecting hex-encoded PCI_ID, but got duplication of vendor.name and product.name.

No other gpus installed on machine. Just this integrated gpu.

onyn avatar Oct 30 '24 14:10 onyn

I'll have a look ASAP

ffromani avatar Nov 07 '24 13:11 ffromani