usb/dev-hid: Modified usb-tablet category from Misc to Input
authorMarcel Apfelbaum <marcel.a@redhat.com>
Thu, 22 Aug 2013 17:11:36 +0000 (20:11 +0300)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Tue, 29 Oct 2013 02:17:43 +0000 (11:17 +0900)
usb-tablet device was wrongly assigned to Misc category

Reported-by: Markus Armbruster <armbru@redhat.com>
Cc: qemu-stable@nongnu.org
Signed-off-by: Marcel Apfelbaum <marcel.a@redhat.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
(cherry picked from commit 31efd2e883018b4c079ad082105bc161fbb3fef8)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/usb/dev-hid.c

index d266361cea6a413c5eca836b9af8db94284e2dfc..bb11df86bf7c4f6d307b319332e02a228cbadb25 100644 (file)
@@ -671,7 +671,7 @@ static void usb_tablet_class_initfn(ObjectClass *klass, void *data)
     uc->product_desc   = "QEMU USB Tablet";
     dc->vmsd = &vmstate_usb_ptr;
     dc->props = usb_tablet_properties;
-    set_bit(DEVICE_CATEGORY_MISC, dc->categories);
+    set_bit(DEVICE_CATEGORY_INPUT, dc->categories);
 }
 
 static const TypeInfo usb_tablet_info = {