Fix missed change from usb2_gen_descriptor to usb_gen_descriptor

This commit is contained in:
Andrew Thompson 2009-05-28 20:21:01 +00:00
parent bcbdacdd37
commit 8ea36d1e2b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=192992

View file

@ -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;