Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
H A Df_hid.c939 struct hid_descriptor hidg_desc_copy = hidg_desc; in hidg_setup() local
942 hidg_desc_copy.desc[0].bDescriptorType = HID_DT_REPORT; in hidg_setup()
943 hidg_desc_copy.desc[0].wDescriptorLength = in hidg_setup()
947 hidg_desc_copy.bLength); in hidg_setup()
948 memcpy(req->buf, &hidg_desc_copy, length); in hidg_setup()