All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] udev: Fix typo for Huawei diagnostic interfaces
@ 2011-08-17  1:50 Daniel Wagner
  2011-08-18  0:16 ` Marcel Holtmann
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Wagner @ 2011-08-17  1:50 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 661 bytes --]

From: Daniel Wagner <daniel.wagner@bmw-carit.de>

---
 plugins/udevng.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/udevng.c b/plugins/udevng.c
index 78682ff..1365bd1 100644
--- a/plugins/udevng.c
+++ b/plugins/udevng.c
@@ -259,7 +259,7 @@ static gboolean setup_huawei(struct modem_info *modem)
 				break;
 		} else if (g_strcmp0(info->label, "diag") == 0 ||
 				g_strcmp0(info->interface, "255/1/3") == 0 ||
-				g_strcmp0(info->interface, "255/2/2") == 0) {
+				g_strcmp0(info->interface, "255/2/3") == 0) {
 			diag = info->devnode;
 			if (mdm != NULL && pcui != NULL)
 				break;
-- 
1.7.4.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] udev: Fix typo for Huawei diagnostic interfaces
  2011-08-17  1:50 [PATCH] udev: Fix typo for Huawei diagnostic interfaces Daniel Wagner
@ 2011-08-18  0:16 ` Marcel Holtmann
  0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2011-08-18  0:16 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 158 bytes --]

Hi Daniel,

>  plugins/udevng.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

patch has been applied. Thanks.

Regards

Marcel



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-08-18  0:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-17  1:50 [PATCH] udev: Fix typo for Huawei diagnostic interfaces Daniel Wagner
2011-08-18  0:16 ` Marcel Holtmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.