From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35210) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEzeY-00058d-3w for qemu-devel@nongnu.org; Mon, 11 Mar 2013 06:08:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UEzSo-0005ym-Mt for qemu-devel@nongnu.org; Mon, 11 Mar 2013 05:57:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49240) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEzSo-0005yL-Dr for qemu-devel@nongnu.org; Mon, 11 Mar 2013 05:56:14 -0400 Message-ID: <513DAA39.7080702@redhat.com> Date: Mon, 11 Mar 2013 10:56:09 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1362752571-2056-1-git-send-email-kraxel@redhat.com> <1362752571-2056-3-git-send-email-kraxel@redhat.com> <877glethja.fsf@blackfin.pond.sub.org> In-Reply-To: <877glethja.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 2/2] input: introduce keyboard handler list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Anthony Liguori , qemu-devel@nongnu.org On 03/11/13 10:25, Markus Armbruster wrote: > Gerd Hoffmann writes: > >> Add a linked list of keyboard handlers. Added handlers will go >> to the head of the list. Removed handlers will be zapped from >> the list. The head of the list will be used for events. >> >> This fixes the keyboard-dead-after-usb-kbd-unplug issue, key events >> will be re-routed to the ps/2 kbd instead of being discarded. >> >> [ v2: fix cut+paste bug found my Markus ] > > In the future, please put patch history information below the --- line. > >> Signed-off-by: Gerd Hoffmann >> --- > > Put it here. Thanks! How do I get it there? thanks, Gerd