Change Praline USB product string to "HackRF Pro"

This commit is contained in:
Michael Ossmann
2025-11-24 21:33:21 -05:00
parent 409acbc3c9
commit 785c068f91

View File

@@ -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