On Wed, 19 Jun 2002 12:45, Matt Porter wrote:
> The following patch allows the acm driver to detect my
> Motorola v120c wireless phone for use in data mode.  It
> should enable other Motorola USB-equipped phones as
> well. Once detected, the acm driver works fine with
> my provider's circuit-switched data service via ppp.
>
> --- linux.orig/drivers/usb/acm.c      Fri Oct  5 12:06:08 2001
> +++ linux/drivers/usb/acm.c           Fri Jun  7 00:15:05 2002
> @@ -650,6 +650,7 @@
>
>  static struct usb_device_id acm_ids[] = {
>       { USB_DEVICE_INFO(USB_CLASS_COMM, 0, 0) },
> +     { USB_DEVICE_INFO(USB_CLASS_COMM, 2, 0) },
>       { }
>  };
I'd prefer to see this done using vendor and product IDs. The class spec says 
2,0,0.

Brad
-- 
http://conf.linux.org.au. 22-25Jan2003. Perth, Australia. Birds in Black.

----------------------------------------------------------------------------
                   Bringing you mounds of caffeinated joy
                   >>>     http://thinkgeek.com/sf    <<<

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to