Hi,

Has anyone out there started devloping support for "USB Wilreless Mobile Communication Devices" (as per this spec: http://www.usb.org/developers/devclass_docs/cdc_wmc10.zip)?

It is mainly geared to 2.5g/3g mobile phones & consists of a CDC interface with a number of subordinate interfaces implementing different functions - including an ACM interface for data / fax transfer using AT commands, a TCM interface with Audio Subinterfaces for access to the phone's voice call capabilities, an OBEX interface for exchanging business cards, pictures, SMSs or whatever, a few other bits and pieces.

The existing ACM driver does not bind to the ACM subinterface because:
- It assumes that an ACM device will have a configuration consisting of only two interfaces (ACM control & data)
- It assumes the ACM interfaces are #0 and #1 in the configuration
- It assumes that the protocol will be == 1. According to the CDC_WMC10 spec they could be 2-6 (all variants of AT command set). 3G mobiles will implement 3gpp 27.007, which is protocol class 5.


I have not checked the audio driver. I guess drivers need to be written for OBEX & other new goodies defined in the standard.

There might be other problems but this is the result of a first look-see.

//Mike

PS: Please copy me on any reply as I am not subscribed to the list yet.
___________________________________________
Michael A. R. Harris
Briweb Solutions Ltd



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to