From 2d95541f3b8f42ea036a7591d03762dea4bb776b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 26 May 2012 07:36:30 +0200 Subject: [PATCH] gobi: Use the correct modem property for AT command device --- plugins/gobi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gobi.c b/plugins/gobi.c index d8c974b4..08e8aa6b 100644 --- a/plugins/gobi.c +++ b/plugins/gobi.c @@ -216,7 +216,7 @@ static int gobi_enable(struct ofono_modem *modem) DBG("%p", modem); - data->chat = open_device(modem, "Device", "Device: "); + data->chat = open_device(modem, "Modem", "Modem: "); if (data->chat == NULL) return -EINVAL;