qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Cornelia Huck <cornelia.huck@de.ibm.com>,
	Gerd Hoffmann <kraxel@redhat.com>,
	mst@redhat.com
Subject: [Qemu-devel] [PATCH v4 4/6] pci: add  PCI_CLASS_INPUT_*
Date: Thu, 28 May 2015 11:46:36 +0200	[thread overview]
Message-ID: <1432806398-1261-5-git-send-email-kraxel@redhat.com> (raw)
In-Reply-To: <1432806398-1261-1-git-send-email-kraxel@redhat.com>

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 include/hw/pci/pci_ids.h | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/include/hw/pci/pci_ids.h b/include/hw/pci/pci_ids.h
index c6de710..49c062b 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
 
-- 
1.8.3.1

  parent reply	other threads:[~2015-05-28  9:46 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-28  9:46 [Qemu-devel] [PATCH v4 0/6] virtio: add input device Gerd Hoffmann
2015-05-28  9:46 ` [Qemu-devel] [PATCH v4 1/6] virtio-input: add linux/input.h Gerd Hoffmann
2015-05-28  9:46 ` [Qemu-devel] [PATCH v4 2/6] virtio-input: core code & base class [device] Gerd Hoffmann
2015-05-28  9:46 ` [Qemu-devel] [PATCH v4 3/6] virtio-input: emulated devices [device] Gerd Hoffmann
2015-05-28  9:46 ` Gerd Hoffmann [this message]
2015-05-28  9:46 ` [Qemu-devel] [PATCH v4 5/6] virtio-input: core code & base class [pci] Gerd Hoffmann
2015-05-28  9:46 ` [Qemu-devel] [PATCH v4 6/6] virtio-input: emulated devices [pci] Gerd Hoffmann
2015-05-28  9:50 ` [Qemu-devel] [PATCH v4 0/6] virtio: add input device Michael S. Tsirkin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1432806398-1261-5-git-send-email-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=cornelia.huck@de.ibm.com \
    --cc=mst@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).