xserver-kdrive: apply mreimer's fix to kdrive-use-evdev.patch
authorPhilipp Zabel <philipp.zabel@gmail.com>
Thu, 31 Aug 2006 21:45:01 +0000 (21:45 +0000)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Thu, 31 Aug 2006 21:45:01 +0000 (21:45 +0000)
packages/xorg-xserver/xserver-kdrive/kdrive-use-evdev.patch

index d4f885e..28d7325 100644 (file)
      ErrorF("-switchCmd       Command to execute on vt switch\n");
      ErrorF("-nozap           Don't terminate server on Ctrl+Alt+Backspace\n");
      ErrorF("vtxx             Use virtual terminal xx instead of the next available\n");
-@@ -796,6 +799,10 @@
+@@ -796,6 +799,11 @@
            UseMsg ();
        return 2;
      }
 +    if (!strcmp (argv[i], "-use-evdev"))
 +    {
 +      use_evdev = 1;
++      return 1;
 +    }
      if (!strcmp (argv[i], "-keyboard"))
      {