Home
last modified time | relevance | path

Searched refs:hidg_desc_copy (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/usb/gadget/function/
H A Df_hid.c728 struct hid_descriptor hidg_desc_copy = hidg_desc; in hidg_setup() local
731 hidg_desc_copy.desc[0].bDescriptorType = HID_DT_REPORT; in hidg_setup()
732 hidg_desc_copy.desc[0].wDescriptorLength = in hidg_setup()
736 hidg_desc_copy.bLength); in hidg_setup()
737 memcpy(req->buf, &hidg_desc_copy, length); in hidg_setup()