summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-05-28 20:21:01 +0000
committerthompsa <thompsa@FreeBSD.org>2009-05-28 20:21:01 +0000
commit19b8da41e5c23d3a8360ce26555d1e30a3d736be (patch)
treee368babe020026f190c2a9a18caafde4ce7d71a0 /lib
parent805da1fd7b5764f36f508d13579d252e83675cbc (diff)
downloadFreeBSD-src-19b8da41e5c23d3a8360ce26555d1e30a3d736be.zip
FreeBSD-src-19b8da41e5c23d3a8360ce26555d1e30a3d736be.tar.gz
Fix missed change from usb2_gen_descriptor to usb_gen_descriptor
Diffstat (limited to 'lib')
-rw-r--r--lib/libusbhid/descr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libusbhid/descr.c b/lib/libusbhid/descr.c
index b1a081d..2ce1bf0 100644
--- a/lib/libusbhid/descr.c
+++ b/lib/libusbhid/descr.c
@@ -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;
OpenPOWER on IntegriCloud