summaryrefslogtreecommitdiff
path: root/chip/g/usb_hid.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/usb_hid.c')
-rw-r--r--chip/g/usb_hid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/g/usb_hid.c b/chip/g/usb_hid.c
index bca7c03a15..5407aa1540 100644
--- a/chip/g/usb_hid.c
+++ b/chip/g/usb_hid.c
@@ -33,7 +33,7 @@ const struct usb_interface_descriptor USB_IFACE_DESC(USB_IFACE_HID) =
.bInterfaceClass = USB_CLASS_HID,
.bInterfaceSubClass = USB_HID_SUBCLASS_BOOT,
.bInterfaceProtocol = USB_HID_PROTOCOL_KEYBOARD,
- .iInterface = 0,
+ .iInterface = USB_STR_HID_NAME,
};
const struct usb_endpoint_descriptor USB_EP_DESC(USB_IFACE_HID, 81) =
{