From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40400) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aelPc-0007Th-Pf for qemu-devel@nongnu.org; Sat, 12 Mar 2016 10:25:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aelPc-0005Y9-0l for qemu-devel@nongnu.org; Sat, 12 Mar 2016 10:25:04 -0500 References: <1457789937-30923-1-git-send-email-hpoussin@reactos.org> From: Mark Cave-Ayland Message-ID: <56E434A7.604@ilande.co.uk> Date: Sat, 12 Mar 2016 15:24:23 +0000 MIME-Version: 1.0 In-Reply-To: <1457789937-30923-1-git-send-email-hpoussin@reactos.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH] adb: change handler only when recognized List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Herv=c3=a9_Poussineau?= , qemu-devel@nongnu.org Cc: Peter Maydell , qemu-ppc@nongnu.org, programmingkidx@gmail.com On 12/03/16 13:38, Hervé Poussineau wrote: > ADB devices must take new handler into account only when they recognize it. > This lets operating systems probe for valid/invalid handles, to know device capabilities. > > Add a FIXME in keyboard handler, which should use a different translation > table depending of the selected handler. > > Signed-off-by: Hervé Poussineau Interesting. Can you explain a bit more about which OSs this patch affects and the symptoms it alleviates? ATB, Mark.