From 46945205f25d60125d6925310263c3a9ed3c5fe2 Mon Sep 17 00:00:00 2001 From: Dominic Spill Date: Thu, 10 Aug 2017 16:12:40 +0100 Subject: [PATCH] Add USB product string for rad1o badge --- firmware/hackrf_usb/usb_descriptor.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/firmware/hackrf_usb/usb_descriptor.c b/firmware/hackrf_usb/usb_descriptor.c index dd365405..fbe7acf5 100644 --- a/firmware/hackrf_usb/usb_descriptor.c +++ b/firmware/hackrf_usb/usb_descriptor.c @@ -217,6 +217,14 @@ uint8_t usb_descriptor_string_product[] = { 'k', 0x00, 'e', 0x00, 'r', 0x00, +#elif RAD1O + 12, // bLength + USB_DESCRIPTOR_TYPE_STRING, // bDescriptorType + 'r', 0x00, + 'a', 0x00, + 'd', 0x00, + '1', 0x00, + 'o', 0x00, #else 14, // bLength USB_DESCRIPTOR_TYPE_STRING, // bDescriptorType