Re: [patch 1/1] pcmcia: adding support for another hardware version of novatel merlin u740
Greg KH <[email protected]>
| Newsgroups | gmane.linux.usb.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Mar 26, 2007 at 05:08:00PM +0200, Nils Neumann 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]> > --- ./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) }, This device is already supported in the 2.6.21-rc5 kernel by this driver. Sorry, someone beat you to it :) thanks, greg k-h ------------------------------------------------------------------------- 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