[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 03/13] hw: input: set category of the i8042 device
From: |
Laurent Vivier |
Subject: |
[Qemu-devel] [PULL 03/13] hw: input: set category of the i8042 device |
Date: |
Wed, 30 Jan 2019 14:22:04 +0100 |
From: kumar sourav <address@hidden>
Sets the category of i8042 device as DEVICE_CATEGORY_INPUT
Devices should be assigned to one of DEVICE_CATEGORY_XXXX.
Signed-off-by: kumar sourav <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Michael S. Tsirkin <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>
---
hw/input/pckbd.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/input/pckbd.c b/hw/input/pckbd.c
index 3e66713b47..72e7d5f6cc 100644
--- a/hw/input/pckbd.c
+++ b/hw/input/pckbd.c
@@ -574,6 +574,7 @@ static void i8042_class_initfn(ObjectClass *klass, void
*data)
dc->realize = i8042_realizefn;
dc->vmsd = &vmstate_kbd_isa;
+ set_bit(DEVICE_CATEGORY_INPUT, dc->categories);
}
static const TypeInfo i8042_info = {
--
2.20.1
- [Qemu-devel] [PULL 00/13] Trivial branch patches, Laurent Vivier, 2019/01/30
- [Qemu-devel] [PULL 03/13] hw: input: set category of the i8042 device,
Laurent Vivier <=
- [Qemu-devel] [PULL 04/13] hw: sd: set category of the sd memory card, Laurent Vivier, 2019/01/30
- [Qemu-devel] [PULL 02/13] typo: apci->acpi, Laurent Vivier, 2019/01/30
- [Qemu-devel] [PULL 01/13] hw: edu: set category of the edu device, Laurent Vivier, 2019/01/30
- [Qemu-devel] [PULL 13/13] virtio-blk: remove duplicate definition of VirtIOBlock *s pointer, Laurent Vivier, 2019/01/30
- [Qemu-devel] [PULL 06/13] COPYING.LIB: Synchronize the LGPL 2.1 with the version from gnu.org, Laurent Vivier, 2019/01/30
- [Qemu-devel] [PULL 10/13] target/s390x: Fix LGPL version in the file header comments, Laurent Vivier, 2019/01/30
- [Qemu-devel] [PULL 05/13] Don't talk about the LGPL if the file is licensed under the GPL, Laurent Vivier, 2019/01/30
- [Qemu-devel] [PULL 08/13] target/tricore: Fix LGPL version number, Laurent Vivier, 2019/01/30
- [Qemu-devel] [PULL 07/13] target/openrisc: Fix LGPL version number, Laurent Vivier, 2019/01/30
- [Qemu-devel] [PULL 12/13] hw/block: clean up stale xen_disk trace entries, Laurent Vivier, 2019/01/30