summary refs log tree commit diff stats
path: root/hw/char/ipack.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/char/ipack.c')
-rw-r--r--hw/char/ipack.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/char/ipack.c b/hw/char/ipack.c
index e15540d5cd..f890471db5 100644
--- a/hw/char/ipack.c
+++ b/hw/char/ipack.c
@@ -74,6 +74,7 @@ static Property ipack_device_props[] = {
 static void ipack_device_class_init(ObjectClass *klass, void *data)
 {
     DeviceClass *k = DEVICE_CLASS(klass);
+    set_bit(DEVICE_CATEGORY_INPUT, k->categories);
     k->bus_type = TYPE_IPACK_BUS;
     k->init = ipack_device_dev_init;
     k->exit = ipack_device_dev_exit;