From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [patch v2] usbnet cdc_subset: fix issues talking to PXA gadgets Date: Sat, 20 Jun 2009 01:22:00 -0700 (PDT) Message-ID: <20090620.012200.93614997.davem@davemloft.net> References: <200906190011.28320.david-b@pacbell.net> <200906190310.03309.david-b@pacbell.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, aric@sdgsystems.com To: david-b@pacbell.net Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:55725 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756802AbZFTIV4 (ORCPT ); Sat, 20 Jun 2009 04:21:56 -0400 In-Reply-To: <200906190310.03309.david-b@pacbell.net> Sender: netdev-owner@vger.kernel.org List-ID: From: David Brownell Date: Fri, 19 Jun 2009 03:10:03 -0700 > From: David Brownell > > The host-side CDC subset driver is binding more specifically > than it should ... only to PXA 210/25x/26x Linux-USB gadgets. > > Loosen that restriction to match the gadget driver driver. > This will various PXA 27x and PXA 3xx devices happier when > talking to Linux hosts, potentially others. > > Signed-off-by: David Brownell > Tested-by: Aric D. Blumer Applied.