]> Git Repo - qemu.git/commitdiff
virtio-input: make virtio devices follow usual naming convention
authorGerd Hoffmann <[email protected]>
Tue, 2 Jun 2015 08:31:29 +0000 (10:31 +0200)
committerGerd Hoffmann <[email protected]>
Tue, 2 Jun 2015 08:31:29 +0000 (10:31 +0200)
Signed-off-by: Gerd Hoffmann <[email protected]>
include/hw/virtio/virtio-input.h

index bcee35590b85ce0e36fbb29b764a30f3615aaf16..8134178bcd3c8339da8221d33a61f831e666e23b 100644 (file)
@@ -40,10 +40,10 @@ typedef struct virtio_input_event virtio_input_event;
 #define VIRTIO_INPUT_CLASS(klass) \
         OBJECT_CLASS_CHECK(VirtIOInputClass, klass, TYPE_VIRTIO_INPUT)
 
-#define TYPE_VIRTIO_INPUT_HID "virtio-input-hid"
-#define TYPE_VIRTIO_KEYBOARD  "virtio-keyboard"
-#define TYPE_VIRTIO_MOUSE     "virtio-mouse"
-#define TYPE_VIRTIO_TABLET    "virtio-tablet"
+#define TYPE_VIRTIO_INPUT_HID "virtio-input-hid-device"
+#define TYPE_VIRTIO_KEYBOARD  "virtio-keyboard-device"
+#define TYPE_VIRTIO_MOUSE     "virtio-mouse-device"
+#define TYPE_VIRTIO_TABLET    "virtio-tablet-device"
 
 #define VIRTIO_INPUT_HID(obj) \
         OBJECT_CHECK(VirtIOInputHID, (obj), TYPE_VIRTIO_INPUT_HID)
This page took 0.022969 seconds and 4 git commands to generate.