From 66f1f3d1d412d6d6a386d4d92465b6571d27746b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sjur=20Br=C3=A6ndeland?= Date: Tue, 17 Aug 2010 14:22:32 +0200 Subject: [PATCH] modemconf: Add support for Interface for STE plugin --- plugins/modemconf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/modemconf.c b/plugins/modemconf.c index 3747cd9..d7b1354 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 }, -- 2.7.4