]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/gpu/drm/bochs/bochs_drv.c
PCI: Add QEMU top-level IDs for (sub)vendor & device
[karo-tx-linux.git] / drivers / gpu / drm / bochs / bochs_drv.c
index 7f1a3604b19f60295ded6b684159981c651ca322..b332b4d3b0e284463447519924ecfe08086615ef 100644 (file)
@@ -182,8 +182,8 @@ static const struct pci_device_id bochs_pci_tbl[] = {
        {
                .vendor      = 0x1234,
                .device      = 0x1111,
-               .subvendor   = 0x1af4,
-               .subdevice   = 0x1100,
+               .subvendor   = PCI_SUBVENDOR_ID_REDHAT_QUMRANET,
+               .subdevice   = PCI_SUBDEVICE_ID_QEMU,
                .driver_data = BOCHS_QEMU_STDVGA,
        },
        {