Re: [patch 1/1] pcmcia: adding support for another hardware version of novatel merlin u740

Andrew Morton <[email protected]>
Newsgroups gmane.linux.usb.devel
Message-ID <[email protected]>
On Mon, 26 Mar 2007 17:08:00 +0200
Nils Neumann <[email protected]> wrote:

> Adding a new PRODUCT_ID for supporting another hardware version of the novatel 
> merlin u740 pcmcia card. It's tested and working fine.
> 
> Signed-off-by: Nils Neumann <[email protected]>
> 
> 
> [patch-merlin-u740-option.c  text/x-csrc (1.2KB)]
> --- ./drivers/usb/serial/option.c.orig	2007-03-26 09:13:34.000000000 +0200
> +++ ./drivers/usb/serial/option.c	2007-03-26 09:15:11.000000000 +0200
> @@ -83,6 +83,7 @@
>  #define HUAWEI_PRODUCT_E220             0x1003
>  #define AUDIOVOX_PRODUCT_AIRCARD        0x0112
>  #define NOVATELWIRELESS_PRODUCT_U740    0x1400
> +#define NOVATELWIRELESS_PRODUCT_U740HW2 0x1410
>  #define ANYDATA_PRODUCT_ID              0x6501
>  
>  static struct usb_device_id option_ids[] = {
> @@ -96,6 +97,7 @@
>  	{ USB_DEVICE(HUAWEI_VENDOR_ID, HUAWEI_PRODUCT_E220) },
>  	{ USB_DEVICE(AUDIOVOX_VENDOR_ID, AUDIOVOX_PRODUCT_AIRCARD) },
>  	{ USB_DEVICE(NOVATELWIRELESS_VENDOR_ID,NOVATELWIRELESS_PRODUCT_U740) },
> +	{ USB_DEVICE(NOVATELWIRELESS_VENDOR_ID,NOVATELWIRELESS_PRODUCT_U740HW2) },
>  	{ USB_DEVICE(ANYDATA_VENDOR_ID, ANYDATA_PRODUCT_ID) },
>  	{ } /* Terminating entry */
>  };
> @@ -111,6 +113,7 @@
>  	{ USB_DEVICE(HUAWEI_VENDOR_ID, HUAWEI_PRODUCT_E220) },
>  	{ USB_DEVICE(AUDIOVOX_VENDOR_ID, AUDIOVOX_PRODUCT_AIRCARD) },
>  	{ USB_DEVICE(NOVATELWIRELESS_VENDOR_ID,NOVATELWIRELESS_PRODUCT_U740) },
> +	{ USB_DEVICE(NOVATELWIRELESS_VENDOR_ID,NOVATELWIRELESS_PRODUCT_U740HW2) },
>  	{ USB_DEVICE(ANYDATA_VENDOR_ID, ANYDATA_PRODUCT_ID) },
>  	{ } /* Terminating entry */
>  };

This doesn't vaguely apply to 2.6.21-rc5 - presumably you're patching some older
non-development kernel.

Oh well, hopefully Greg will sort it all out.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.