From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54125) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLFlc-0005Uk-PJ for qemu-devel@nongnu.org; Tue, 01 Nov 2011 10:56:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLFlY-0003OU-AW for qemu-devel@nongnu.org; Tue, 01 Nov 2011 10:56:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:23737) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLFlY-0003OM-1j for qemu-devel@nongnu.org; Tue, 01 Nov 2011 10:56:40 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id pA1EudCU002577 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 1 Nov 2011 10:56:39 -0400 From: Gerd Hoffmann Date: Tue, 1 Nov 2011 15:56:27 +0100 Message-Id: <1320159390-29797-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL] usb patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Three little usb patches for 1.0. please pull, Gerd The following changes since commit ff74c5a9a91c6dbf1017195462aa4176f7381240: Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging (2011-10-31 15:05:40 -0500) are available in the git repository at: git://git.kraxel.org/qemu usb.29 Gerd Hoffmann (2): usb-hub: wakeup on attach usb-host: fix host close Roy Tam (1): usb: change VID/PID for usb-hub and usb-msd to prevent conflict hw/usb-hub.c | 5 +++-- hw/usb-msd.c | 4 ++-- usb-linux.c | 6 ++++-- 3 files changed, 9 insertions(+), 6 deletions(-)