Fix missed change from usb2_gen_descriptor to usb_gen_descriptor

This commit is contained in:
thompsa 2009-05-28 20:21:01 +00:00
parent 805da1fd7b
commit 19b8da41e5

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;