[PATCH] libusbhid(3) should not clear report_size field

Maksim Yevmenkin m_evmenkin at yahoo.com
Mon Jan 26 14:31:10 PST 2004


Dear Hackers,

while working on bluetooth hid implementation i found out that
libusbhid(3) has minor problem. it turns out that netbsd folks
already fixed this.

http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libusbhid/parse.c.diff?sortby=date&r1=1.4&r2=1.5&f=u

so, i'd like to commit the patch below. who is our resident USB
HID expert? please speak up if there is any problem, concern or
objection.

thanks,
max

freefall% scvs diff -u src/lib/libusbhid
cvs server: Diffing src/lib/libusbhid
Index: src/lib/libusbhid/parse.c
===================================================================
RCS file: /home/ncvs/src/lib/libusbhid/parse.c,v
retrieving revision 1.8
diff -u -r1.8 parse.c
--- src/lib/libusbhid/parse.c   9 Apr 2003 01:52:48 -0000       1.8
+++ src/lib/libusbhid/parse.c   26 Jan 2004 22:25:26 -0000
@@ -86,7 +86,6 @@
        c->string_minimum = 0;
        c->string_maximum = 0;
        c->set_delimiter = 0;
-       c->report_size = 0;
 }
 
 hid_data_t


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/


More information about the freebsd-hackers mailing list