Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753469Ab1BVOVN (ORCPT ); Tue, 22 Feb 2011 09:21:13 -0500 Received: from mail-ww0-f44.google.com ([74.125.82.44]:61671 "EHLO mail-ww0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753276Ab1BVOVK (ORCPT ); Tue, 22 Feb 2011 09:21:10 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=RDyJdemLhvHm//WdGbXo456lvMWJMQ9Pd/bI0gXi4MjxXNSaA48M9cBzc/Vp9a98bN EcsGkn0wMb0CONQwxH1MzByQIi1s+eck1VraXLCrRnpDt1Mqhv8WRhmOONRh8wd3pOnO HIu9sDBaG93F1RUUBimksaY9lAUMR+9tmsAew= From: Peter Korsgaard To: Shahar Havivi Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Greg Kroah-Hartman , netdev@vger.kernel.org Subject: Re: [PATCH] USB 10/100 RJ45 Ethernet Network Adapter References: <20110222140705.GA6055@redhat.com> Date: Tue, 22 Feb 2011 15:21:00 +0100 In-Reply-To: <20110222140705.GA6055@redhat.com> (Shahar Havivi's message of "Tue, 22 Feb 2011 16:07:10 +0200") Message-ID: <87lj18qhf7.fsf@macbook.be.48ers.dk> User-Agent: Gnus/5.110009 (No Gnus v0.9) Emacs/22.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1316 Lines: 35 >>>>> "Shahar" == Shahar Havivi writes: Shahar> The device is very similar to (0x0fe6, 0x8101), Shahar> And works well with dm9601 driver. Shahar> --- Shahar> drivers/net/usb/dm9601.c | 5 +++++ Shahar> 1 files changed, 5 insertions(+), 0 deletions(-) Shahar> diff --git a/drivers/net/usb/dm9601.c b/drivers/net/usb/dm9601.c Shahar> index 02b622e..2d1c8ae 100644 Shahar> --- a/drivers/net/usb/dm9601.c Shahar> +++ b/drivers/net/usb/dm9601.c Shahar> @@ -654,6 +654,11 @@ static const struct usb_device_id products[] = { Shahar> USB_DEVICE(0x0a46, 0x9000), /* DM9000E */ Shahar> .driver_info = (unsigned long)&dm9601_info, Shahar> }, Shahar> + { Shahar> + USB_DEVICE(0x0fe6, 0x9700), /* DM9601 USB to Fast Ethernet Adapter */ Shahar> + Shahar> + .driver_info = (unsigned long)&dm9601_info, Shahar> + }, Shahar> {}, // END Please put it after the 0x8100 device and get rid of the empty line before .driver_info - Otherwise it looks good. Acked-by: Peter Korsgaard -- Bye, Peter Korsgaard -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/