From 785c068f91db56955830e3c50187dcbfaceb780a Mon Sep 17 00:00:00 2001 From: Michael Ossmann Date: Mon, 24 Nov 2025 21:33:21 -0500 Subject: [PATCH] Change Praline USB product string to "HackRF Pro" --- firmware/hackrf_usb/usb_descriptor.c | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) 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