|
@@ -211,6 +211,7 @@ static const USBDescDevice desc_device_mouse = {
|
|
|
.iConfiguration = STR_CONFIG_MOUSE,
|
|
|
.bmAttributes = 0xa0,
|
|
|
.bMaxPower = 50,
|
|
|
+ .nif = 1,
|
|
|
.ifs = &desc_iface_mouse,
|
|
|
},
|
|
|
},
|
|
@@ -227,6 +228,7 @@ static const USBDescDevice desc_device_tablet = {
|
|
|
.iConfiguration = STR_CONFIG_TABLET,
|
|
|
.bmAttributes = 0xa0,
|
|
|
.bMaxPower = 50,
|
|
|
+ .nif = 1,
|
|
|
.ifs = &desc_iface_tablet,
|
|
|
},
|
|
|
},
|
|
@@ -243,6 +245,7 @@ static const USBDescDevice desc_device_keyboard = {
|
|
|
.iConfiguration = STR_CONFIG_KEYBOARD,
|
|
|
.bmAttributes = 0xa0,
|
|
|
.bMaxPower = 50,
|
|
|
+ .nif = 1,
|
|
|
.ifs = &desc_iface_keyboard,
|
|
|
},
|
|
|
},
|