diff options
author | Sjur Brændeland <sjur.brandeland@stericsson.com> | 2010-08-17 14:22:32 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-08-17 14:50:31 +0200 |
commit | 66f1f3d1d412d6d6a386d4d92465b6571d27746b (patch) | |
tree | d061fff93de05d9fbf3bba5bfc3a28c0e59d312b | |
parent | 825a2c2d665fbae98fb75b843c6584a6f2082996 (diff) | |
download | ofono-66f1f3d1d412d6d6a386d4d92465b6571d27746b.tar.bz2 |
modemconf: Add support for Interface for STE plugin
-rw-r--r-- | plugins/modemconf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/modemconf.c b/plugins/modemconf.c index 3747cd98..d7b13546 100644 --- a/plugins/modemconf.c +++ b/plugins/modemconf.c @@ -138,6 +138,7 @@ static struct { { "g1", set_device }, { "wavecom", set_device }, { "ste", set_device }, + { "ste", set_interface }, { "calypso", set_device }, { "palmpre", set_device }, { "isimodem", set_interface }, |