add: usb descriptor for lns+

pull/85/head
Edouard Merle 2 years ago committed by Clement Bouvet
parent 58c53a930e
commit 59c4316d03

@ -182,7 +182,7 @@ static uint8_t const USBD_PRODUCT_FS_STRING[] = {
'W', 0,
'2', 0,
};
#elif defined(TARGET_NANOX) || defined(TARGET_NANOS2)
#elif defined(TARGET_NANOX)
#ifndef HAVE_LEGACY_PID
#define USBD_PID 0x4000
#else // HAVE_LEGACY_PID
@ -198,6 +198,23 @@ static uint8_t const USBD_PRODUCT_FS_STRING[] = {
' ', 0,
'X', 0,
};
#elif defined(TARGET_NANOS2)
#ifndef HAVE_LEGACY_PID
#define USBD_PID 0x5000
#else // HAVE_LEGACY_PID
#define USBD_PID 0x0005
#endif // HAVE_LEGACY_PID
static uint8_t const USBD_PRODUCT_FS_STRING[] = {
7*2+2,
USB_DESC_TYPE_STRING,
'N', 0,
'a', 0,
'n', 0,
'o', 0,
' ', 0,
'S', 0,
'P', 0,
};
#else
#error unknown TARGET_ID
#endif

Loading…
Cancel
Save