diff --git a/firmware/hackrf_usb/usb_descriptor.c b/firmware/hackrf_usb/usb_descriptor.c index 7f260b82..70c4daf1 100644 --- a/firmware/hackrf_usb/usb_descriptor.c +++ b/firmware/hackrf_usb/usb_descriptor.c @@ -227,15 +227,18 @@ uint8_t usb_descriptor_string_product[] = { '1', 0x00, 'o', 0x00, #elif PRALINE - 16, // bLength + 22, // bLength USB_DESCRIPTOR_TYPE_STRING, // bDescriptorType + 'H', 0x00, + 'a', 0x00, + 'c', 0x00, + 'k', 0x00, + 'R', 0x00, + 'F', 0x00, + ' ', 0x00, 'P', 0x00, 'r', 0x00, - 'a', 0x00, - 'l', 0x00, - 'i', 0x00, - 'n', 0x00, - 'e', 0x00, + 'o', 0x00, #else 14, // bLength USB_DESCRIPTOR_TYPE_STRING, // bDescriptorType