From: Gerd Hoffmann Date: Thu, 4 Jun 2015 10:34:40 +0000 (+0200) Subject: pci: add PCI_CLASS_INPUT_* X-Git-Tag: qemu-xen-4.7.0-rc1~256^2~11 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ffaa05037134d48e3ccd7ebbf2d58db26590b96d;p=qemu-xen.git pci: add PCI_CLASS_INPUT_* Signed-off-by: Gerd Hoffmann Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- diff --git a/include/hw/pci/pci_ids.h b/include/hw/pci/pci_ids.h index c6de71030b..49c062b8ce 100644 --- a/include/hw/pci/pci_ids.h +++ b/include/hw/pci/pci_ids.h @@ -47,6 +47,13 @@ #define PCI_CLASS_COMMUNICATION_SERIAL 0x0700 #define PCI_CLASS_COMMUNICATION_OTHER 0x0780 +#define PCI_CLASS_INPUT_KEYBOARD 0x0900 +#define PCI_CLASS_INPUT_PEN 0x0901 +#define PCI_CLASS_INPUT_MOUSE 0x0902 +#define PCI_CLASS_INPUT_SCANNER 0x0903 +#define PCI_CLASS_INPUT_GAMEPORT 0x0904 +#define PCI_CLASS_INPUT_OTHER 0x0980 + #define PCI_CLASS_PROCESSOR_CO 0x0b40 #define PCI_CLASS_PROCESSOR_POWERPC 0x0b20