Re: [PATCH] asix: Support DLink DUB-E100 H/W Ver C1
From: Christian Riesch <hidden>
Date: 2012-09-18 05:41:12
Hi Søren, On Mon, Sep 17, 2012 at 9:23 PM, Søren Holm [off-list ref] wrote:
quoted hunk ↗ jump to hunk
Signed-off-by: Søren Holm <redacted> Cc: stable@vger.kernel.org --- drivers/net/usb/asix.c | 4 ++++ 1 file changed, 4 insertions(+)diff --git a/drivers/net/usb/asix.c b/drivers/net/usb/asix.c index 3ae80ec..12f372e 100644 --- a/drivers/net/usb/asix.c +++ b/drivers/net/usb/asix.c@@ -1604,6 +1604,10 @@ static const struct usb_device_id products [] = { USB_DEVICE (0x2001, 0x3c05), .driver_info = (unsigned long) &ax88772_info, }, { + // DLink DUB-E100 H/W Ver C1 + USB_DEVICE (0x2001, 0x1a02), + .driver_info = (unsigned long) &ax88772_info, +}, {
This will not apply to recent kernels, drivers/net/usb/asix.c has been split into several files, please make these changes in drivers/net/usb/asix_devices.c. Regards, Christian
// Linksys USB1000
USB_DEVICE (0x1737, 0x0039),
.driver_info = (unsigned long) &ax88178_info,
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html