xserver: Branch 'input-hotplug'

Daniel Stone daniels at kemper.freedesktop.org
Wed Jul 26 01:29:01 PDT 2006


 hw/kdrive/src/kinput.c |    4 ----
 1 files changed, 4 deletions(-)

New commits:
diff-tree eb7733a48a92405660d5d2ab60913b62c30daaed (from 4ea475924c557ad0819b796f5369e5e669465709)
Author: Daniel Stone <daniel at fooishbar.org>
Date:   Wed Jul 26 11:28:45 2006 +0300

    kdrive: drop excessive NewInputDeviceRequest debugging

diff --git a/hw/kdrive/src/kinput.c b/hw/kdrive/src/kinput.c
index d46694f..f072ef1 100644
--- a/hw/kdrive/src/kinput.c
+++ b/hw/kdrive/src/kinput.c
@@ -2420,8 +2420,6 @@ NewInputDeviceRequest(InputOption *optio
     KdPointerInfo *pi = NULL;
     KdKeyboardInfo *ki = NULL;
 
-    ErrorF("handling NIDR\n");
-
     for (option = options; option; option = option->next) {
         if (strcmp(option->key, "type") == 0) {
             if (strcmp(option->value, "pointer") == 0) {
@@ -2481,6 +2479,4 @@ NewInputDeviceRequest(InputOption *optio
             return BadImplementation;
         }
     }
-
-    ErrorF("done handling NIDR\n");
 }



More information about the xorg-commit mailing list