From owner-freebsd-current@FreeBSD.ORG Tue Jan 27 17:59:20 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 437C916A4CE; Tue, 27 Jan 2004 17:59:20 -0800 (PST) Received: from smtp4.jp.viruscheck.net (smtp4.jp.viruscheck.net [154.33.69.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A3B443D66; Tue, 27 Jan 2004 17:59:10 -0800 (PST) (envelope-from bland@freebsd.org) Received: from scan4.jp.viruscheck.net ([154.33.69.39] helo=mail3.jp.viruscheck.net) by smtp4.jp.viruscheck.net with esmtp (Exim 3.36 #1) id 1Aleyy-00020k-00; Wed, 28 Jan 2004 10:59:08 +0900 Received: from [219.167.10.110] (helo=noc.orchid) by mail3.jp.viruscheck.net with esmtp (Exim 3.36 #3) id 1Aleyy-0005jW-00; Wed, 28 Jan 2004 10:59:08 +0900 Received: from FreeBSD.org (horse.orchid [89.60.10.11]) by noc.orchid (8.12.9p2/8.12.9) with ESMTP id i0S1x7Vj035128; Wed, 28 Jan 2004 10:59:07 +0900 (JST) (envelope-from bland@FreeBSD.org) Message-ID: <4017176B.5000009@FreeBSD.org> Date: Wed, 28 Jan 2004 10:59:07 +0900 From: Alexander Nedotsukov User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Matthew N. Dodd" References: <20040126223107.64659.qmail@web40304.mail.yahoo.com> <20040127181114.L57327@sasami.jurai.net> In-Reply-To: <20040127181114.L57327@sasami.jurai.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: Maksim Yevmenkin cc: hackers@FreeBSD.org cc: imp@FreeBSD.org cc: current@FreeBSD.org cc: n_hibma@FreeBSD.org Subject: Re: [PATCH] libusbhid(3) should not clear report_size field X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jan 2004 01:59:20 -0000 Matthew N. Dodd wrote: >On Mon, 26 Jan 2004, Maksim Yevmenkin wrote: > > >>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 >> >> > >I've tried to keep them in sync in the past so this looks good to me. > > > Oh. I was under inpression of this: lib/libusbhid/Makefile:MAINTAINER= n_hibma@FreeBSD.ORG I sent patch above to maintainer about three month ago but get no responce. Fianlly mailed everyone incl. NetBSD guys, filled PR and gaveup :-( Obviously Nick is very busy with real life and there is a sence to expand/reassign/release ubs maintainership? All the best, Alexander.