]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usbnet cdc_subset: fix issues talking to PXA gadgets
authorDavid Brownell <dbrownell@users.sourceforge.net>
Sat, 20 Jun 2009 08:21:53 +0000 (01:21 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 16 Aug 2009 21:18:11 +0000 (14:18 -0700)
commit8906d07ddc39f9a2334b5d49cf8a06171c204f62
tree25d3ca466c2d8c1fbe6d0263cb2e34300a856eb0
parent344d67dd6ed0765520c20d61eaa644cd46234014
usbnet cdc_subset: fix issues talking to PXA gadgets

[ Upstream commit 6be832529a8129c9d90a1d3a78c5d503a710b6fc ]

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 <dbrownell@users.sourceforge.net>
Tested-by: Aric D. Blumer <aric@sdgsystems.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/usb/cdc_subset.c