Support for GSM data cards

2009-09-03 Thread Marcel Holtmann
Hi guys, so I started working on udev integration and auto-detection and pushed a few new drivers into the upstream oFono repository. It know has drivers for Android/HTC G1, Ericsson MBM, Option HSO, Novatel and Huawai modems. An example of three devices attached to the same system would look

RE: [PATCH] G1: Add an SMS quirk for CNMI mode

2009-09-03 Thread Bastian, Waldo
- /* Mode doesn't matter, but sounds like 2 is the sanest option */ - if (!append_cnmi_element(buf, len, cnmi_opts[0], 2310, FALSE)) + if (data-vendor == OFONO_VENDOR_HTC_G1) + /* The G1 advertises support for mode 2, but returns an error + * if we attempt

Re: [PATCH] G1: Add an SMS quirk for CNMI mode

2009-09-03 Thread Denis Kenzior
Hi Waldo, Instead of having vendor checks all over the place, wouldn't it be cleaner if the plugin had a way to provide/fix cnmi_opts? For now we decided to do it this way, since providing arbitrary properties per atom seemed to be too much. The hope is that there are not many modems that

TI Calypso Driver

2009-09-03 Thread Denis Kenzior
Hi guys, I submitted a preliminary driver for TI Calypso based devices (e.g. OpenMoko Freerunner). It works well enough that I can power up / down the modem, register to the network, scan operators, etc. Voice calls SMS features should also work. Simply insert the following lines into