Re: [PATCH 1/1] AX88179_178A: Add VID:DID for Lenovo OneLinkDock Gigabit LAN

2014-02-26 Thread Keith Packard
Joe Perches writes: > You could use scripts/get_maintainer.pl next time. Yeah, good point. I always forget about that tool when I'm hacking outside my normal areas. -- keith.pack...@intel.com pgpx2ESTnYiYI.pgp Description: PGP signature

Re: [PATCH 1/1] AX88179_178A: Add VID:DID for Lenovo OneLinkDock Gigabit LAN

2014-02-26 Thread Joe Perches
On Wed, 2014-02-26 at 14:23 -0800, Keith Packard wrote: > Bjørn Mork writes: > > > No, you didn't. And when I went looking at it now, I see why: It was > > posted to linux-usb and linux-kernel but not to netdev: > > http://www.kernelhub.org/?msg=420289&p=2 > > I looked in MAINTAINERS and found

Re: [PATCH 1/1] AX88179_178A: Add VID:DID for Lenovo OneLinkDock Gigabit LAN

2014-02-26 Thread Keith Packard
Bjørn Mork writes: > No, you didn't. And when I went looking at it now, I see why: It was > posted to linux-usb and linux-kernel but not to netdev: > http://www.kernelhub.org/?msg=420289&p=2 I looked in MAINTAINERS and found linux-usb as a suitable address for drivers/net/usb/. I'm sorry I didn

Re: [PATCH 1/1] AX88179_178A: Add VID:DID for Lenovo OneLinkDock Gigabit LAN

2014-02-26 Thread David Miller
From: Bjørn Mork Date: Wed, 26 Feb 2014 22:44:18 +0100 > David Miller writes: >> From: Bjørn Mork >> >>> No, sorry for being confusing. The patch is fine. But Keith sent it >>> first... >> >> Did I apply Keith's patch? > > No, you didn't. And when I went looking at it now, I see why: It was

Re: [PATCH 1/1] AX88179_178A: Add VID:DID for Lenovo OneLinkDock Gigabit LAN

2014-02-26 Thread Bjørn Mork
David Miller writes: > From: Bjørn Mork > >> No, sorry for being confusing. The patch is fine. But Keith sent it >> first... > > Did I apply Keith's patch? No, you didn't. And when I went looking at it now, I see why: It was posted to linux-usb and linux-kernel but not to netdev: http://www.k

Re: [PATCH 1/1] AX88179_178A: Add VID:DID for Lenovo OneLinkDock Gigabit LAN

2014-02-26 Thread David Miller
From: Bjørn Mork Date: Wed, 26 Feb 2014 22:14:10 +0100 > David Miller writes: > >> From: Bjørn Mork >> Date: Wed, 26 Feb 2014 13:13:12 +0100 >> >>> fre...@asix.com.tw writes: >>> From: Freddy Xin Add VID:DID for Lenovo OneLinkDock Gigabit LAN >>> >>> This is the same patch Ke

Re: [PATCH 1/1] AX88179_178A: Add VID:DID for Lenovo OneLinkDock Gigabit LAN

2014-02-26 Thread Bjørn Mork
David Miller writes: > From: Bjørn Mork > Date: Wed, 26 Feb 2014 13:13:12 +0100 > >> fre...@asix.com.tw writes: >> >>> From: Freddy Xin >>> >>> Add VID:DID for Lenovo OneLinkDock Gigabit LAN >> >> This is the same patch Keith Packard sent, but with a slighly different >> description. I take

Re: [PATCH 1/1] AX88179_178A: Add VID:DID for Lenovo OneLinkDock Gigabit LAN

2014-02-26 Thread David Miller
From: Bjørn Mork Date: Wed, 26 Feb 2014 13:13:12 +0100 > fre...@asix.com.tw writes: > >> From: Freddy Xin >> >> Add VID:DID for Lenovo OneLinkDock Gigabit LAN > > This is the same patch Keith Packard sent, but with a slighly different > description. I take that as another proof that we should

Re: [PATCH 1/1] AX88179_178A: Add VID:DID for Lenovo OneLinkDock Gigabit LAN

2014-02-26 Thread Bjørn Mork
fre...@asix.com.tw writes: > From: Freddy Xin > > Add VID:DID for Lenovo OneLinkDock Gigabit LAN This is the same patch Keith Packard sent, but with a slighly different description. I take that as another proof that we should not attempt to describe devices in these drivers. Describe the drive

[PATCH 1/1] AX88179_178A: Add VID:DID for Lenovo OneLinkDock Gigabit LAN

2014-02-26 Thread freddy
From: Freddy Xin Add VID:DID for Lenovo OneLinkDock Gigabit LAN Signed-off-by: Freddy Xin --- drivers/net/usb/ax88179_178a.c | 17 + 1 file changed, 17 insertions(+) diff --git a/drivers/net/usb/ax88179_178a.c b/drivers/net/usb/ax88179_178a.c index 955df81..460e823 100644 --