From: Steinar H. Gunderson Date: Sat, 2 Apr 2016 17:28:37 +0000 (+0200) Subject: Clearly mark card type in the description. X-Git-Tag: 0.4~13 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=3947e570dc2ab15f4993d0fa4cfd44d8070f0107;p=bmusb Clearly mark card type in the description. --- 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;