[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CABkLObpU3P84AHTBG1hkrHt_HdaPzdTiRU1ACnJv=Qhb+wYPbQ@mail.gmail.com>
Date: Tue, 18 Sep 2012 07:41:11 +0200
From: Christian Riesch <christian.riesch@...cron.at>
To: Søren Holm <sgh@....dk>
Cc: netdev@...r.kernel.org, stable@...r.kernel.org
Subject: Re: [PATCH] asix: Support DLink DUB-E100 H/W Ver C1
Hi Søren,
On Mon, Sep 17, 2012 at 9:23 PM, Søren Holm <sgh@....dk> wrote:
> Signed-off-by: Søren Holm <sgh@....dk>
> Cc: stable@...r.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@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists