[oe-commits] org.oe.dev xserver-kdrive-1.4: remove debugging left-overs from keyboard-resume-workaround

pH5 commit openembedded-commits at lists.openembedded.org
Sun Feb 3 00:05:41 UTC 2008


xserver-kdrive-1.4: remove debugging left-overs from keyboard-resume-workaround

Author: pH5 at openembedded.org
Branch: org.openembedded.dev
Revision: bb3574ca77780e28d3528182eaeb7cda963c4974
ViewMTN: http://monotone.openembedded.org/revision/info/bb3574ca77780e28d3528182eaeb7cda963c4974
Files:
1
packages/xorg-xserver/xserver-kdrive-1.4/keyboard-resume-workaround.patch
Diffs:

#
# mt diff -rf2b8d4851ff5b7fd949b0d144c4e71f1e8bf1307 -rbb3574ca77780e28d3528182eaeb7cda963c4974
#
# 
# 
# patch "packages/xorg-xserver/xserver-kdrive-1.4/keyboard-resume-workaround.patch"
#  from [5979fd8232b2f45460bbf4bb52a15b3bcedb90cf]
#    to [2dd41bf751f18da06f0d638ee68db2ba1a670f11]
# 
============================================================
--- packages/xorg-xserver/xserver-kdrive-1.4/keyboard-resume-workaround.patch	5979fd8232b2f45460bbf4bb52a15b3bcedb90cf
+++ packages/xorg-xserver/xserver-kdrive-1.4/keyboard-resume-workaround.patch	2dd41bf751f18da06f0d638ee68db2ba1a670f11
@@ -1,8 +1,8 @@ Index: xorg-server-1.4/hw/kdrive/linux/k
 Index: xorg-server-1.4/hw/kdrive/linux/keyboard.c
 ===================================================================
 --- xorg-server-1.4.orig/hw/kdrive/linux/keyboard.c	2007-09-29 18:31:15.000000000 +0200
 +++ xorg-server-1.4/hw/kdrive/linux/keyboard.c	2007-09-29 18:33:02.000000000 +0200
-@@ -743,11 +743,8 @@
+@@ -743,11 +743,6 @@
      cfsetispeed(&nTty, 9600);
      cfsetospeed(&nTty, 9600);
      tcsetattr(fd, TCSANOW, &nTty);
@@ -11,8 +11,6 @@ Index: xorg-server-1.4/hw/kdrive/linux/k
 -     */
 -    while ((n = read (fd, buf, sizeof (buf))) > 0)
 -	;
-+    n = fcntl(fd, F_GETFL);
-+    fprintf(stderr, "LinuxConsoleFd status flags: %x (O_NONBLOCK = %x)\n", n, O_NONBLOCK);
      KdRegisterFd (fd, LinuxKeyboardRead, ki);
      return Success;
  }






More information about the Openembedded-commits mailing list