Fix missed change from usb2_gen_descriptor to usb_gen_descriptor
This commit is contained in:
parent
805da1fd7b
commit
19b8da41e5
@ -76,7 +76,7 @@ hid_get_report_id(int fd)
|
||||
report_desc_t
|
||||
hid_get_report_desc(int fd)
|
||||
{
|
||||
struct usb2_gen_descriptor ugd;
|
||||
struct usb_gen_descriptor ugd;
|
||||
report_desc_t rep;
|
||||
void *data;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user