From 7387e2c13ddac42e881bc96b686595a99ab61893 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 21 Jul 2011 16:43:59 -0300 Subject: [RHEL6 qemu-kvm PATCH 21/65] pci: add ich9 usb controller ids RH-Author: Gerd Hoffmann Message-id: <1311266648-1179-22-git-send-email-kraxel@redhat.com> Patchwork-id: 30145 O-Subject: [RHEL-6.2 kvm PATCH 21/30] pci: add ich9 usb controller ids Bugzilla: 723858 723863 RH-Acked-by: Hans de Goede RH-Acked-by: Jes Sorensen RH-Acked-by: Alex Williamson Signed-off-by: Gerd Hoffmann (cherry picked from commit f9ebf5e564efe10115b48b743d3e175917917248) Conflicts: hw/pci_ids.h --- hw/pci_ids.h | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) Signed-off-by: Eduardo Habkost --- hw/pci_ids.h | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/hw/pci_ids.h b/hw/pci_ids.h index b4db5a7..62dc9c0 100644 --- a/hw/pci_ids.h +++ b/hw/pci_ids.h @@ -97,3 +97,11 @@ #define PCI_DEVICE_ID_INTEL_82371AB 0x7111 #define PCI_DEVICE_ID_INTEL_82371AB_2 0x7112 #define PCI_DEVICE_ID_INTEL_82371AB_3 0x7113 +#define PCI_DEVICE_ID_INTEL_82801I_UHCI1 0x2934 +#define PCI_DEVICE_ID_INTEL_82801I_UHCI2 0x2935 +#define PCI_DEVICE_ID_INTEL_82801I_UHCI3 0x2936 +#define PCI_DEVICE_ID_INTEL_82801I_UHCI4 0x2937 +#define PCI_DEVICE_ID_INTEL_82801I_UHCI5 0x2938 +#define PCI_DEVICE_ID_INTEL_82801I_UHCI6 0x2939 +#define PCI_DEVICE_ID_INTEL_82801I_EHCI1 0x293a +#define PCI_DEVICE_ID_INTEL_82801I_EHCI2 0x293c -- 1.7.3.2