Date: Thu, 28 May 2009 20:21:01 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r192992 - head/lib/libusbhid Message-ID: <200905282021.n4SKL1nt048681@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thompsa Date: Thu May 28 20:21:01 2009 New Revision: 192992 URL: http://svn.freebsd.org/changeset/base/192992 Log: Fix missed change from usb2_gen_descriptor to usb_gen_descriptor Modified: head/lib/libusbhid/descr.c Modified: head/lib/libusbhid/descr.c ============================================================================== --- head/lib/libusbhid/descr.c Thu May 28 19:45:11 2009 (r192991) +++ head/lib/libusbhid/descr.c Thu May 28 20:21:01 2009 (r192992) @@ -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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905282021.n4SKL1nt048681>