mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Fix missed change from usb2_gen_descriptor to usb_gen_descriptor
This commit is contained in:
parent
bcbdacdd37
commit
8ea36d1e2b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue