|
|
@@ -118,7 +118,7 @@ enum
|
|
|
uint8_t const desc_fs_configuration[] =
|
|
|
{
|
|
|
// Config number, interface count, string index, total length, attribute, power in mA
|
|
|
- TUD_CONFIG_DESCRIPTOR(1, ITF_NUM_TOTAL, 0, CONFIG_TOTAL_LEN, TUSB_DESC_CONFIG_ATT_REMOTE_WAKEUP, 100),
|
|
|
+ TUD_CONFIG_DESCRIPTOR(1, ITF_NUM_TOTAL, 0, CONFIG_TOTAL_LEN, 0x00, 100),
|
|
|
|
|
|
// 1st CDC: Interface number, string index, EP notification address and size, EP data address (out, in) and size.
|
|
|
TUD_CDC_DESCRIPTOR(ITF_NUM_CDC_0, 4, EPNUM_CDC_0_NOTIF, 8, EPNUM_CDC_0_OUT, EPNUM_CDC_0_IN, 64),
|
|
|
@@ -131,7 +131,7 @@ uint8_t const desc_fs_configuration[] =
|
|
|
uint8_t const desc_hs_configuration[] =
|
|
|
{
|
|
|
// Config number, interface count, string index, total length, attribute, power in mA
|
|
|
- TUD_CONFIG_DESCRIPTOR(1, ITF_NUM_TOTAL, 0, CONFIG_TOTAL_LEN, TUSB_DESC_CONFIG_ATT_REMOTE_WAKEUP, 100),
|
|
|
+ TUD_CONFIG_DESCRIPTOR(1, ITF_NUM_TOTAL, 0, CONFIG_TOTAL_LEN, 0x00, 100),
|
|
|
|
|
|
// 1st CDC: Interface number, string index, EP notification address and size, EP data address (out, in) and size.
|
|
|
TUD_CDC_DESCRIPTOR(ITF_NUM_CDC_0, 4, EPNUM_CDC_0_NOTIF, 8, EPNUM_CDC_0_OUT, EPNUM_CDC_0_IN, 512),
|