diff options
| author | Andrew Thompson <thompsa@FreeBSD.org> | 2009-05-28 20:21:01 +0000 |
|---|---|---|
| committer | Andrew Thompson <thompsa@FreeBSD.org> | 2009-05-28 20:21:01 +0000 |
| commit | 8ea36d1e2b3ec3e1892370e9d9883f537f6e20da (patch) | |
| tree | e368babe020026f190c2a9a18caafde4ce7d71a0 /lib/libusbhid | |
| parent | bcbdacdd37acf433e633d31082b460f58d85a032 (diff) | |
Notes
Diffstat (limited to 'lib/libusbhid')
| -rw-r--r-- | lib/libusbhid/descr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libusbhid/descr.c b/lib/libusbhid/descr.c index b1a081d4434b2..2ce1bf01b476b 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; |
