summaryrefslogtreecommitdiff
path: root/hw/pci_ids.h
diff options
context:
space:
mode:
authorHector Martin <hector@marcansoft.com>2011-02-27 21:09:09 +0100
committerGerd Hoffmann <kraxel@redhat.com>2012-01-17 09:44:32 +0100
commit62c6ae04cf4334ef2ab5ef04581394850f4ea714 (patch)
treeb8fa5d0c49786fee67ad56e7e55adae678681a84 /hw/pci_ids.h
parentb870472db5c90d3c96f4b85fbdfce87ce8076fc8 (diff)
downloadqemu-62c6ae04cf4334ef2ab5ef04581394850f4ea714.tar.gz
xhci: Initial xHCI implementation
Based on the implementation from Hector Martin <hector@marcansoft.com> Hectors's implementation completely sidestepped the qemu usb system and used libusb directly for usb device pass through. So I've ripped out the libusb bits (or left them in disabled, as reference for further coding) and hooked up the qemu subsystem instead. That work is not complete yet though, partly due to limitations of the qemu usb subsystem. Nevertheless I think it is better to continue development in-tree, especially as the qemu usb bits need a bunch of improvements too for decent usb 3.0 support. Current state: - usb-storage emulation should work ok. - Devices which need constant polling (HID emulation like usb-tablet) are known to not work. - ISO xfers are not implemented yet. - superspeed ports are not implemented yet. - usb pass-through is completely untested so far. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/pci_ids.h')
-rw-r--r--hw/pci_ids.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/pci_ids.h b/hw/pci_ids.h
index 83f38934ec..85e5372006 100644
--- a/hw/pci_ids.h
+++ b/hw/pci_ids.h
@@ -120,3 +120,6 @@
#define PCI_VENDOR_ID_XEN 0x5853
#define PCI_DEVICE_ID_XEN_PLATFORM 0x0001
+
+#define PCI_VENDOR_ID_NEC 0x1033
+#define PCI_DEVICE_ID_NEC_UPD720200 0x0194