22bdff9
From 3d914c2c1d24886ea81bf70de224370ebdf73b6d Mon Sep 17 00:00:00 2001
22bdff9
From: Adam Jackson <ajax@redhat.com>
22bdff9
Date: Tue, 18 Mar 2008 15:11:13 -0400
22bdff9
Subject: [PATCH] Disable evdev for keyboards.
22bdff9
22bdff9
Hrngh argh hatred.
22bdff9
---
22bdff9
 config/hal.c |    3 ---
22bdff9
 1 files changed, 0 insertions(+), 3 deletions(-)
22bdff9
22bdff9
diff --git a/config/hal.c b/config/hal.c
22bdff9
index 1575422..dcbf715 100644
22bdff9
--- a/config/hal.c
22bdff9
+++ b/config/hal.c
22bdff9
@@ -177,9 +177,6 @@ device_added(LibHalContext *hal_ctx, const char *udi)
22bdff9
         /* input.keys is the new, of which input.keyboard is a subset, but
22bdff9
          * input.keyboard is the old 'we have keys', so we have to keep it
22bdff9
          * around. */
22bdff9
-        if (strcmp(props[i], "input.keys") == 0 ||
22bdff9
-            strcmp(props[i], "input.keyboard") == 0)
22bdff9
-            type |= TYPE_KEYS;
22bdff9
         if (strcmp(props[i], "input.mouse") == 0 ||
22bdff9
             strcmp(props[i], "input.touchpad") == 0)
22bdff9
             type |= TYPE_POINTER;
22bdff9
-- 
22bdff9
1.5.4.3
22bdff9