|
@@ -574,6 +574,7 @@ static void i8042_class_initfn(ObjectClass *klass, void *data)
|
|
|
|
|
|
dc->realize = i8042_realizefn;
|
|
dc->realize = i8042_realizefn;
|
|
dc->vmsd = &vmstate_kbd_isa;
|
|
dc->vmsd = &vmstate_kbd_isa;
|
|
|
|
+ set_bit(DEVICE_CATEGORY_INPUT, dc->categories);
|
|
}
|
|
}
|
|
|
|
|
|
static const TypeInfo i8042_info = {
|
|
static const TypeInfo i8042_info = {
|