From: Jon S. <jon...@ya...> - 2004-01-19 22:37:29
|
I have a new CDMA Motorola 730. I believe this is a Brew type phone. I'm trying to access the address/phone book data from Linux. So far I have got the USB modem working. From that I can send AT+MODE=8 which turns on all of the other USB devices. This enables the USB modem and a USB audio device. I believe interface 5 supports reading/writing the phonebook data. Can anyone tell me if I'm on the right track? Does anyone have the documentation for the USB interfaces? How can I convince BitPim to access USB on Linux? I'm doing this on the 2.6 kernel. The 2.6 kernel USB support needed some patches to make the Motrola USB devices appear. Motorola didn't follow the USB spec exactly and some adjustments were needed. These patches should go into mainstream 2.6 sooner or later. I can send them to anyone interested. Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 5 bAlternateSetting 0 bNumEndpoints 0 bInterfaceClass 255 Vendor Specific Class bInterfaceSubClass 1 bInterfaceProtocol 255 iInterface 9 Motorola Accessory Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 6 bAlternateSetting 0 bNumEndpoints 0 bInterfaceClass 255 Vendor Specific Class bInterfaceSubClass 2 bInterfaceProtocol 255 iInterface 6 Motorola Test Command Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 8 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 10 bInterfaceSubClass 2 bInterfaceProtocol 255 iInterface 5 Motorola MCU Data Logger Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x8a EP 10 IN bmAttributes 2 Transfer Type Bulk Synch Type none wMaxPacketSize 64 bInterval 0 ===== Jon Smirl jon...@ya... __________________________________ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus |