]> git.proxmox.com Git - qemu.git/commitdiff
usb/ehci-pci: add ich9 00:1a.* variant
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 30 Oct 2012 12:17:46 +0000 (13:17 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 1 Nov 2012 14:17:58 +0000 (15:17 +0100)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/hcd-ehci-pci.c

index df137cccc9ba22d6dc124f5d84a806610c1ac2d9..79bc276a44ea17a1ea931ac47f7d928f29c5babd 100644 (file)
@@ -116,10 +116,15 @@ static struct EHCIPCIInfo ehci_pci_info[] = {
         .device_id = PCI_DEVICE_ID_INTEL_82801D, /* ich4 */
         .revision  = 0x10,
     },{
-        .name      = "ich9-usb-ehci1",
+        .name      = "ich9-usb-ehci1", /* 00:1d.7 */
         .vendor_id = PCI_VENDOR_ID_INTEL,
         .device_id = PCI_DEVICE_ID_INTEL_82801I_EHCI1,
         .revision  = 0x03,
+    },{
+        .name      = "ich9-usb-ehci2", /* 00:1a.7 */
+        .vendor_id = PCI_VENDOR_ID_INTEL,
+        .device_id = PCI_DEVICE_ID_INTEL_82801I_EHCI2,
+        .revision  = 0x03,
     }
 };