Re: [another git patch] move USB net drivers to drivers/net

2007-08-17 Thread Jan Engelhardt
Hi, On May 10 2007 18:12, Jan Engelhardt wrote: >Subject: Re: [another git patch] move USB net drivers to drivers/net > >Hi Jeff, > > >On May 9 2007 21:38, Jeff Garzik wrote: >>diff --git a/drivers/net/Makefile b/drivers/net/Makefile >>index 59c0459..c5d8423 10064

Re: [another git patch] move USB net drivers to drivers/net

2007-05-10 Thread Jan Engelhardt
Hi Jeff, On May 9 2007 21:38, Jeff Garzik wrote: >diff --git a/drivers/net/Makefile b/drivers/net/Makefile >index 59c0459..c5d8423 100644 >--- a/drivers/net/Makefile >+++ b/drivers/net/Makefile >@@ -206,6 +206,14 @@ obj-$(CONFIG_TR) += tokenring/ > obj-$(CONFIG_WAN) += wan/ > obj-$(CONFIG_ARCNET)

Re: [git patch] move USB net drivers to drivers/net

2007-05-10 Thread Duncan Sands
On Thursday 10 May 2007 14:12:47 Indan Zupancic wrote: > Hello, > > On Thu, May 10, 2007 03:38, Jeff Garzik wrote: > > > > This was ACK'd by Greg, as you see in the sign-offs. See the commit > > below for rationale. > > > > USB is now treated like other buses, for network drivers: > > * USB netwo

Re: [git patch] move USB net drivers to drivers/net

2007-05-10 Thread Indan Zupancic
Hello, On Thu, May 10, 2007 03:38, Jeff Garzik wrote: > > This was ACK'd by Greg, as you see in the sign-offs. See the commit > below for rationale. > > USB is now treated like other buses, for network drivers: > * USB network driver patches should go to me and netdev > * Just like in PCI or PCMC

[git patch] move USB net drivers to drivers/net

2007-05-09 Thread Jeff Garzik
This was ACK'd by Greg, as you see in the sign-offs. See the commit below for rationale. USB is now treated like other buses, for network drivers: * USB network driver patches should go to me and netdev * Just like in PCI or PCMCIA land, bus-specific code may originate from the USB side of the