Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | asix.c - Add Belkin F5D5055 ids | David Hollis | 2007-05-24 | 1 | -0/+4 |
| | | | | | | | | | | | | | | (Originally sent to linux-usb-devel) The attached patch adds the device IDs for the Belkin F5D5055 device. Reported by Andy Juniper <ajuniper@freeuk.com> Signed-off-by: David Hollis <dhollis@davehollis.com> -- David Hollis <dhollis@davehollis.com> Signed-off-by: Jeff Garzik <jeff@garzik.org> | ||||
* | Move USB network drivers to drivers/net/usb. | Jeff Garzik | 2007-05-09 | 1 | -0/+1490 |
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> |