Hi,

I can't confirm nor deny that it works (no kernel tree handy, plus
someone else has the card at the moment), but there's no reason for it
not to work: it was working fine yesterday with:

modprobe usbserial vendor=0x1410 product=0x1100

and then using pppd on /dev/ttyUSB0.

[setup based on http://www.ka9q.net/5220.html]

You should probably add V640 to the comment as that seems to be part
of the model number.

If you require actual testing you'll have to wait a couple days (I'll
probably have the card over this or the next weekend).

Cheers,
Maciej

On 10/3/06, Luiz Fernando N. Capitulino <[EMAIL PROTECTED]> wrote:
>
>  Hi Maciej,
>
> On Mon, 2 Oct 2006 16:41:10 -0700
> "Maciej __enczykowski" <[EMAIL PROTECTED]> wrote:
>
> | Hi,
> |
> | I'd like to report that USB ID 1410:1100 should be added to the airprime 
> driver.
> | This is the verizon wireless Broadband Access, National Access V640
> | V640 ExpressCard34 Qualcomm 3G CDMA
> | (works with Linux on MacBook Pro).
>
>  Does the patch bellow work for you?
>
> -----
>
> Adds support for the verizon wireless Broadband Access, National Access V640
> ExpressCard34 Qualcomm 3G CDMA.
>
> Reported by Maciej A. __enczykowski <[EMAIL PROTECTED]>
>
> Signed-off-by: Luiz Fernando N. Capitulino <[EMAIL PROTECTED]>
> ---
>  drivers/usb/serial/airprime.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/usb/serial/airprime.c b/drivers/usb/serial/airprime.c
> index 6e1a84a..e5425f8 100644
> --- a/drivers/usb/serial/airprime.c
> +++ b/drivers/usb/serial/airprime.c
> @@ -24,6 +24,7 @@ static struct usb_device_id id_table []
>         { USB_DEVICE(0x1199, 0x0112) }, /* Sierra Wireless Aircard 580 */
>         { USB_DEVICE(0x1199, 0x0218) }, /* Sierra Wireless MC5720 */
>         { USB_DEVICE(0x1410, 0x1110) }, /* Novatel Wireless Merlin CDMA */
> +       { USB_DEVICE(0x1410, 0x1100) }, /* ExpressCard34 Qualcomm 3G CDMA */
>         { },
>  };
>  MODULE_DEVICE_TABLE(usb, id_table);
> --
> 1.4.1.1
>
>
>
> --
> Luiz Fernando N. Capitulino
>


-- 
Maciej A. Żenczykowski
Site Reliability Engineer
Google, Inc.
1600 Amphitheatre Parkway
Mountain View, CA 94043
tel     +1 (650) 253-0062
fax     +1 (650) 253-0001
email   [EMAIL PROTECTED]
-------------------------------------------------------------------------
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