diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2009-09-12 03:30:07 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2009-09-12 03:30:07 +0000 |
commit | 5acb188e0d720d876ef3e7e3bc7d76908df2e2c7 (patch) | |
tree | a2b3069d5c3fd2b369eb2ebac2462497b389876e /sys-apps/inputd | |
parent | Cleaning out unused patch (diff) | |
download | gentoo-2-5acb188e0d720d876ef3e7e3bc7d76908df2e2c7.tar.gz gentoo-2-5acb188e0d720d876ef3e7e3bc7d76908df2e2c7.tar.bz2 gentoo-2-5acb188e0d720d876ef3e7e3bc7d76908df2e2c7.zip |
Cleaning out unused patch
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'sys-apps/inputd')
-rw-r--r-- | sys-apps/inputd/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/inputd/files/inputd-0.0.4-r1.diff | 32 |
2 files changed, 6 insertions, 34 deletions
diff --git a/sys-apps/inputd/ChangeLog b/sys-apps/inputd/ChangeLog index b6a744b989ee..6faba2d42035 100644 --- a/sys-apps/inputd/ChangeLog +++ b/sys-apps/inputd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/inputd -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/inputd/ChangeLog,v 1.22 2007/10/30 07:29:46 killerfox Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/inputd/ChangeLog,v 1.23 2009/09/12 03:30:05 vostorga Exp $ + + 12 Sep 2009; Víctor Ostorga <vostorga@gentoo.org> + -files/inputd-0.0.4-r1.diff: + Cleaning out unused patch 30 Oct 2007; René Nussbaumer <killerfox@gentoo.org> inputd-0.0.8.ebuild, inputd-0.1.1.ebuild: diff --git a/sys-apps/inputd/files/inputd-0.0.4-r1.diff b/sys-apps/inputd/files/inputd-0.0.4-r1.diff deleted file mode 100644 index edcb17f4bb2f..000000000000 --- a/sys-apps/inputd/files/inputd-0.0.4-r1.diff +++ /dev/null @@ -1,32 +0,0 @@ -Index: trunk/src/uinput.c -=================================================================== ---- trunk/src/uinput.c (revision 62) -+++ trunk/src/uinput.c (working copy) -@@ -130,6 +130,7 @@ - - g_io_channel_set_close_on_unref(inputdev->uinput, TRUE); - g_io_channel_set_encoding(inputdev->uinput, NULL, NULL); -+ g_io_channel_set_buffered(inputdev->uinput, FALSE); - - fd = g_io_channel_unix_get_fd(inputdev->uinput); - -Index: trunk/src/brain.c -=================================================================== ---- trunk/src/brain.c (revision 62) -+++ trunk/src/brain.c (working copy) -@@ -167,10 +167,13 @@ - wdata.activate = TRUE; - devmanager_foreach_dev(work, &wdata); - -- /* FIXME: If we don't sleep here for a very short time, X.org gets the -+ /* FIXME: If we don't sleep here for a short time, X.org might get the - * events in the wrong order. Who knows a better solution? -+ * -+ * Update 2006-10-04: The problem lies in the X.org code. I don't know -+ * where exactly and how to fix it. Maybe it's some polling issue. - */ -- usleep(1); -+ usleep(10 * 1000); - - /* Press simulated key */ - uinput_write_event(inputdev, EV_KEY, cfgtr->target.def->code, 1); |