All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Couzens <lynxis@fe80.eu>
To: ofono@ofono.org
Subject: [PATCH 7/7] plugins/gobi: add the qmi type to the debug output of discover_cb()
Date: Mon, 01 May 2017 22:52:56 +0200	[thread overview]
Message-ID: <20170501205256.4205-7-lynxis@fe80.eu> (raw)
In-Reply-To: <20170501205256.4205-1-lynxis@fe80.eu>

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

---
 plugins/gobi.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/plugins/gobi.c b/plugins/gobi.c
index df35f943..a4985990 100644
--- a/plugins/gobi.c
+++ b/plugins/gobi.c
@@ -262,7 +262,8 @@ static void discover_cb(uint8_t count, const struct qmi_version *list,
 	DBG("");
 
 	for (i = 0; i < count; i++) {
-		DBG("%s %d.%d", list[i].name, list[i].major, list[i].minor);
+		DBG("%s %d.%d - %d", list[i].name, list[i].major, list[i].minor,
+				list[i].type);
 
 		switch (list[i].type) {
 		case QMI_SERVICE_DMS:
-- 
2.12.2


  parent reply	other threads:[~2017-05-01 20:52 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-01 20:52 [PATCH 1/7] udevng/gobi: improve debug output Alexander Couzens
2017-05-01 20:52 ` [PATCH 2/7] udevng/gobi: use subsystem as first identification Alexander Couzens
2017-05-02  5:26   ` Jonas Bonn
2017-05-01 20:52 ` [PATCH 3/7] udevng/gobi: log which iface is missing to succeed detection Alexander Couzens
2017-05-04 17:48   ` Denis Kenzior
2017-05-01 20:52 ` [PATCH 4/7] udevng/gobi: make modem and diag interface optional Alexander Couzens
2017-05-01 20:52 ` [PATCH 5/7] udevng/gobi: assign GPS device to the modem object Alexander Couzens
2017-05-01 20:52 ` [PATCH 6/7] udevng/gobi: allow to detect ec20 tty devices Alexander Couzens
2017-05-01 20:52 ` Alexander Couzens [this message]
2017-05-04 17:42 ` [PATCH 1/7] udevng/gobi: improve debug output Denis Kenzior

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170501205256.4205-7-lynxis@fe80.eu \
    --to=lynxis@fe80.eu \
    --cc=ofono@ofono.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.