20 Jun, 2009
1 commit
-
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
Signed-off-by: David S. Miller
21 May, 2008
1 commit
-
this config:
http://redhat.com/~mingo/misc/config-Wed_Apr_30_15_12_48_CEST_2008.bad
fails to build due to an #error. Turn that into a #warning instead
to not break randconfig builds unnecessarily.Signed-off-by: Ingo Molnar
Signed-off-by: Greg Kroah-Hartman
01 Feb, 2008
1 commit
-
Move headers usbnet.h and rndis_host.h to include/linux/usb and fix includes
for drivers/net/usb modules. Headers are moved because rndis_wlan will be
outside drivers/net/usb in drivers/net/wireless and yet need these headers.Signed-off-by: Jussi Kivilinna
Acked-by: David Brownell
Signed-off-by: John W. Linville
Signed-off-by: David S. Miller
17 Jul, 2007
1 commit
-
This patch is for cdc subset to support Mavell vendor/product ID.
Signed-off-by: Jing Xiang
Signed-off-by: Jeff Garzik
10 May, 2007
1 commit
-
It is preferable to group drivers by usage (net, scsi, ATA, ...) than
by bus. When reviewing drivers, the [PCI|USB|PCMCIA|...] maintainer
is probably less qualified on networking issues than a networking
maintainer. Also, from a practical standpoint, chips often
appear on multiple buses, which is why we do not put drivers into
drivers/pci/net.Signed-off-by: Greg Kroah-Hartman
Signed-off-by: Jeff Garzik