|
@@ -33,8 +33,9 @@ static struct drm_driver driver;
|
|
|
|
|
|
/* only bind to the cirrus chip in qemu */
|
|
|
static const struct pci_device_id pciidlist[] = {
|
|
|
- { PCI_VENDOR_ID_CIRRUS, PCI_DEVICE_ID_CIRRUS_5446, 0x1af4, 0x1100, 0,
|
|
|
- 0, 0 },
|
|
|
+ { PCI_VENDOR_ID_CIRRUS, PCI_DEVICE_ID_CIRRUS_5446,
|
|
|
+ PCI_SUBVENDOR_ID_REDHAT_QUMRANET, PCI_SUBDEVICE_ID_QEMU,
|
|
|
+ 0, 0, 0 },
|
|
|
{ PCI_VENDOR_ID_CIRRUS, PCI_DEVICE_ID_CIRRUS_5446, PCI_VENDOR_ID_XEN,
|
|
|
0x0001, 0, 0, 0 },
|
|
|
{0,}
|