From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35598) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZgKh-0006P7-LN for qemu-devel@nongnu.org; Sat, 17 Nov 2012 06:13:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TZgKe-00060U-J7 for qemu-devel@nongnu.org; Sat, 17 Nov 2012 06:13:07 -0500 Received: from mx1.redhat.com ([209.132.183.28]:16076) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZgKe-00060M-Bi for qemu-devel@nongnu.org; Sat, 17 Nov 2012 06:13:04 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qAHBD3Pw001155 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 17 Nov 2012 06:13:03 -0500 From: Hans de Goede Date: Sat, 17 Nov 2012 12:15:00 +0100 Message-Id: <1353150902-24987-1-git-send-email-hdegoede@redhat.com> Subject: [Qemu-devel] [USB fixes for 1.3] Fix some interrupt eps not properly nak-ing List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org As will become clear in my next patchset, I've been reviewing all usb-devices in qemu with interrupt endpoints to add wakeup calls to all of them, during this I found that the bt and smartcard-reader devices don't properly return NAK from interrupt endpoints when they've no data, these patches fix this. Regards, Hans