From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43739) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvWPB-0001Oq-QC for qemu-devel@nongnu.org; Mon, 22 Aug 2011 11:27:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QvWPA-0004rh-L7 for qemu-devel@nongnu.org; Mon, 22 Aug 2011 11:27:13 -0400 Received: from mail-gy0-f173.google.com ([209.85.160.173]:53160) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvWPA-0004rd-GA for qemu-devel@nongnu.org; Mon, 22 Aug 2011 11:27:12 -0400 Received: by gyd12 with SMTP id 12so4335727gyd.4 for ; Mon, 22 Aug 2011 08:27:11 -0700 (PDT) Message-ID: <4E52754C.4000702@codemonkey.ws> Date: Mon, 22 Aug 2011 10:27:08 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <20110819021337.GI4919@type.famille.thibault.fr> <20110819021621.GJ4919@type.famille.thibault.fr> In-Reply-To: <20110819021621.GJ4919@type.famille.thibault.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH, braille] Add dots keypresses support to the baum braille device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Samuel Thibault Cc: qemu-devel@nongnu.org On 08/18/2011 09:16 PM, Samuel Thibault wrote: > Oops, sorry, the previous patch had a debugging leftover, here it is > again. > > Add dots keypresses support to the baum braille device. > > Signed-off-by: Samuel Thibault > > diff --git a/hw/baum.c b/hw/baum.c > index 21326ae..0b29498 100644 > --- a/hw/baum.c > +++ b/hw/baum.c > @@ -1,7 +1,7 @@ > /* > * QEMU Baum Braille Device > * > - * Copyright (c) 2008, 2011 Samuel Thibault > + * Copyright (c) 2008, 2010-2011 Samuel Thibault I don't think this patch is against qemu.git. Please submit (and test) against qemu.git. Regards, Anthony Liguori