Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | net: fix typo in drivers/net/usb/Kconfig | Sam Ravnborg | 2007-06-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Replace invisible character with a space. The diff looks like this on my terminal: - <A0>Choose this option if you're using a host-to-host cable - <A0>with one of these chips. + Choose this option if you're using a host-to-host cable + with one of these chips. Reported by: Massimo Maiurana <maiurana@gmail.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Cc: Massimo Maiurana <maiurana@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org> | ||||
* | Move USB network drivers to drivers/net/usb. | Jeff Garzik | 2007-05-09 | 1 | -0/+338 |
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> |