diff --git a/config/hal.c b/config/hal.c index 3479be9..a235876 100644 --- a/config/hal.c +++ b/config/hal.c @@ -177,7 +177,8 @@ device_added(LibHalContext *hal_ctx, const char *udi) if (strcmp(props[i], "input.keys") == 0 || strcmp(props[i], "input.keyboard") == 0) type |= TYPE_KEYS; - if (strcmp(props[i], "input.mouse") == 0) + if (strcmp(props[i], "input.mouse") == 0 || + strcmp(props[i], "input.touchpad") == 0) type |= TYPE_POINTER; } libhal_free_string_array(props); diff --git a/config/x11-input.fdi b/config/x11-input.fdi index c390706..20c73fa 100644 --- a/config/x11-input.fdi +++ b/config/x11-input.fdi @@ -1,7 +1,14 @@ - + + mouse + + evdev + + + mouse keyboard + olpc + + evdev + evdev + + + us + + + + + + + base + + + keyboard pc105