]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/virtio/virtio_pci_common.c
PCI: Add QEMU top-level IDs for (sub)vendor & device
[karo-tx-linux.git] / drivers / virtio / virtio_pci_common.c
index 36205c27c4d0f19ab61a4aa4175de3dd8785de66..127dfe4e86942f15b9d54db2228345c3e4a16823 100644 (file)
@@ -467,7 +467,7 @@ static const struct dev_pm_ops virtio_pci_pm_ops = {
 
 /* Qumranet donated their vendor ID for devices 0x1000 thru 0x10FF. */
 static const struct pci_device_id virtio_pci_id_table[] = {
-       { PCI_DEVICE(0x1af4, PCI_ANY_ID) },
+       { PCI_DEVICE(PCI_VENDOR_ID_REDHAT_QUMRANET, PCI_ANY_ID) },
        { 0 }
 };