From owner-freebsd-current@FreeBSD.ORG Tue Jan 27 14:27:17 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 889F516A4CE; Tue, 27 Jan 2004 14:27:17 -0800 (PST) Received: from nrcmrdms2.imsb.nrc.ca (nrcmrdms2.imsb.nrc.ca [132.246.56.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 197FC43D2D; Tue, 27 Jan 2004 14:26:20 -0800 (PST) (envelope-from m_evmenkin@yahoo.com) Received: from mail pickup service by nrcmrdms2.imsb.nrc.ca with Microsoft SMTPSVC; Tue, 27 Jan 2004 17:23:50 -0500 Received: from mx2.freebsd.org ([216.136.204.119]) by nrcmrdms3.imsb.nrc.ca with Microsoft SMTPSVC(5.0.2195.6713); Tue, 27 Jan 2004 08:32:15 -0500 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 728035741E; Tue, 27 Jan 2004 05:29:52 -0800 (PST) (envelope-from owner-freebsd-hackers@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id B62C316A4EA; Tue, 27 Jan 2004 05:29:41 -0800 (PST) Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F76916A4CE for ; Mon, 26 Jan 2004 14:31:10 -0800 (PST) Received: from web40304.mail.yahoo.com (web40304.mail.yahoo.com [66.218.78.83]) by mx1.FreeBSD.org (Postfix) with SMTP id 826C943D39 for ; Mon, 26 Jan 2004 14:31:07 -0800 (PST) (envelope-from m_evmenkin@yahoo.com) Message-ID: <20040126223107.64659.qmail@web40304.mail.yahoo.com> Received: from [66.35.239.94] by web40304.mail.yahoo.com via HTTP; Mon, 26 Jan 2004 14:31:07 PST Date: Mon, 26 Jan 2004 14:31:07 -0800 (PST) From: Maksim Yevmenkin To: current@freebsd.org, hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailman-Approved-At: Tue, 27 Jan 2004 05:29:37 -0800 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-freebsd-hackers@freebsd.org Errors-To: owner-freebsd-hackers@freebsd.org X-OriginalArrivalTime: 27 Jan 2004 13:32:15.0781 (UTC) FILETIME=[FA798550:01C3E4D9] cc: imp@freebsd.org Subject: [PATCH] libusbhid(3) should not clear report_size field X-BeenThere: freebsd-current@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2004 22:27:17 -0000 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/ _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"