From 3947e570dc2ab15f4993d0fa4cfd44d8070f0107 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 2 Apr 2016 19:28:37 +0200 Subject: [PATCH] Clearly mark card type in the description. --- bmusb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bmusb.cpp b/bmusb.cpp index d726f0f..892802f 100644 --- a/bmusb.cpp +++ b/bmusb.cpp @@ -752,7 +752,7 @@ libusb_device_handle *open_card(int card_index, string *description) } char buf[256]; - snprintf(buf, sizeof(buf), "Card %d: Bus %03u Device %03u %s", + snprintf(buf, sizeof(buf), "USB card %d: Bus %03u Device %03u %s", int(i), found_cards[i].bus, found_cards[i].port, product_name); if (i == size_t(card_index)) { *description = buf; -- 2.39.2