Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | net/usb/cdc_ether minor sparse cleanup | David Brownell | 2007-07-02 | 1 | -4/+4 |
| | | | | | | | Remove an "sparse" warning about a shadowed variable name. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Jeff Garzik <jeff@garzik.org> | ||||
* | USB: handle more rndis_host oddities | David Brownell | 2007-05-22 | 1 | -0/+16 |
| | | | | | | | | | | | | Workaround another device firmware bug, wherein CDC descriptors get placed in a wrong place never previously observed in the wild. Fix a bug where a seeming RNDIS device returns a bogus response during device initialization. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | ||||
* | Move USB network drivers to drivers/net/usb. | Jeff Garzik | 2007-05-09 | 1 | -0/+570 |
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 <gregkh@suse.de> Signed-off-by: Jeff Garzik <jeff@garzik.org> |