From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53028) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUDma-0004cJ-Vn for qemu-devel@nongnu.org; Wed, 08 Jun 2011 04:06:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QUDmY-0004sJ-Uq for qemu-devel@nongnu.org; Wed, 08 Jun 2011 04:06:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61252) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUDmY-0004s5-9n for qemu-devel@nongnu.org; Wed, 08 Jun 2011 04:06:30 -0400 Message-ID: <4DEF2D81.2060502@redhat.com> Date: Wed, 08 Jun 2011 10:06:25 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1307472612-25683-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1307472612-25683-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] hw/usb-ohci.c: Implement remote wakeup List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org, patches@linaro.org > This patch fixes USB keyboard support on (the not-yet-upstream) OMAP3 > for me -- without it Linux puts the port and then the OHCI controller > into suspend, and usb-kbd can't get the controller out of reset when > you press a key. > > It works for me and I think it's right, but I'm no USB expert and > it could use review from somebody who is. Looks good, queued up. thanks, Gerd