mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-06 07:25:37 +01:00
Change Praline USB product string to "HackRF Pro"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user