diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2008-02-02 23:19:08 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2008-02-02 23:19:08 +0000 |
commit | 008a8b2d36ff42916ccc1b84aadef456785019e2 (patch) | |
tree | cfc531ef60cc400f4c6d36b26a4bd7758153118a | |
parent | 6746a39d827d29d7657add85613833f2fd49ab5e (diff) |
xserver-kdrive-1.4: remove debugging left-overs from keyboard-resume-workaround
-rw-r--r-- | packages/xorg-xserver/xserver-kdrive-1.4/keyboard-resume-workaround.patch | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/xorg-xserver/xserver-kdrive-1.4/keyboard-resume-workaround.patch b/packages/xorg-xserver/xserver-kdrive-1.4/keyboard-resume-workaround.patch index ced1904916..4964ff5479 100644 --- a/packages/xorg-xserver/xserver-kdrive-1.4/keyboard-resume-workaround.patch +++ b/packages/xorg-xserver/xserver-kdrive-1.4/keyboard-resume-workaround.patch @@ -2,7 +2,7 @@ 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/keyboard.c - */ - 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; } |