From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39951) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLGRv-0000vP-Ao for qemu-devel@nongnu.org; Tue, 01 Nov 2011 11:40:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLGRt-0006LN-TZ for qemu-devel@nongnu.org; Tue, 01 Nov 2011 11:40:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57788) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLGRt-0006L3-Jz for qemu-devel@nongnu.org; Tue, 01 Nov 2011 11:40:25 -0400 Message-ID: <4EB012E2.5060802@redhat.com> Date: Tue, 01 Nov 2011 16:40:18 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1320159390-29797-1-git-send-email-kraxel@redhat.com> <1320159390-29797-3-git-send-email-kraxel@redhat.com> <4EB0106E.90801@suse.de> In-Reply-To: <4EB0106E.90801@suse.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 2/3] usb: change VID/PID for usb-hub and usb-msd to prevent conflict List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-15?Q?Andreas_F=E4rber?= Cc: qemu-devel@nongnu.org, Roy Tam On 11/01/11 16:29, Andreas F=E4rber wrote: > Am 01.11.2011 15:56, schrieb Gerd Hoffmann: >> From: Roy Tam >> >> Some USB drivers, for example USBASPI.SYS, will skip different type of >> device which has same VID/PID. The following patch helps preventing >> usb-msd being skipped by the driver. >> >=20 >> Sign-off-by: Roy Tam >=20 > Typo? Yea. Updated comment, pushed to the same location. thanks, Gerd