Brad Hards <[EMAIL PROTECTED]> writes:
> On Sun, 5 May 2002 01:32, Nick Papadonis wrote:
>> This patch/hack allows my Motorola V60 to be detected as a ACM
>> device.  I'm able to send it AT like commands and connect to hosts at
>> 14.4k!
> Is this a modem, or a phone?

This is a CDMA Phone.  Apparently the modem is built into it.  
Phone <-> USB 

>> --- /home/nick/linux/drivers/usb/acm.c  Fri Oct  5 15:06:08 2001
>> +++ acm.c       Fri May  3 19:45:08 2002
>> @@ -650,6 +650,7 @@
>>
>>  static struct usb_device_id acm_ids[] = {
>>         { USB_DEVICE_INFO(USB_CLASS_COMM, 0, 0) },
>> +       { USB_DEVICE(0x22b8, 0x5) },
>>         { }
>>  };

> That looks pretty right to me. Can you send the descriptors (ie 
> /proc/bus/busb/devices entry) for this device?

T:  Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=12  MxCh= 0
D:  Ver= 1.10 Cls=02(comm.) Sub=02 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=22b8 ProdID=0005 Rev= 0.01
S:  Manufacturer=Motorola Inc.
S:  Product=Motorola Phone (60c)
C:* #Ifs= 2 Cfg#= 1 Atr=c0 MxPwr= 20mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=02(comm.) Sub=02 Prot=01 Driver=(none)
E:  Ad=88(I) Atr=03(Int.) MxPS=  16 Ivl= 10ms
I:  If#= 1 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=(none)
E:  Ad=01(O) Atr=02(Bulk) MxPS=  16 Ivl=  0ms
E:  Ad=82(I) Atr=02(Bulk) MxPS=  16 Ivl=  0ms

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to