On Wed, 14 Mar 2007 08:51:55 -0700, Mark Glines <[EMAIL PROTECTED]>(by way of 
Mark Glines <[EMAIL PROTECTED]>) wrote:

> It looks like a mini PCI-Express adapter.  The mPCIE connector includes USB
> pins... the card shows up to the system as a USB device, and powers itself
> from the PCI bus.

> +++ b/drivers/usb/serial/airprime.c
> @@ -21,6 +21,7 @@ static struct usb_device_id id_table [] = {
>       { USB_DEVICE(0x1410, 0x1110) }, /* Novatel Wireless Merlin CDMA */
>       { USB_DEVICE(0x1410, 0x1130) }, /* Novatel Wireless S720 CDMA/EV-DO */
>       { USB_DEVICE(0x1410, 0x2110) }, /* Novatel Wireless U720 CDMA/EV-DO */
> +     { USB_DEVICE(0x1410, 0x2100) }, /* Novatel Wireless EV620 CDMA/EV-DO */
>       { USB_DEVICE(0x1410, 0x1430) }, /* Novatel Merlin XU870 HSDPA/3G */

Looks good as a minimum patch, but we might want to change the sort
order from product description to ID value. Current order seems like
an easy way to create duplicate IDs.

-- Pete

-------------------------------------------------------------------------
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
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to