From owner-freebsd-usb@FreeBSD.ORG Sat Sep 20 13:03:19 2008 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 457091065670 for ; Sat, 20 Sep 2008 13:03:19 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe12.swip.net [212.247.155.97]) by mx1.freebsd.org (Postfix) with ESMTP id CD0DB8FC0C for ; Sat, 20 Sep 2008 13:03:18 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=kC3pITnkjSMA:10 a=YcpZg1yccN4A:10 a=F4QD0XuEKMGv-OgyIAsA:9 a=klnhgedqY3rkppWBg7FQt3dkhBoA:4 a=50e4U0PicR4A:10 Received: from [193.217.167.134] (account mc467741@c2i.net HELO [10.0.0.228]) by mailfe12.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 911006489; Sat, 20 Sep 2008 15:03:16 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Sat, 20 Sep 2008 15:05:05 +0200 User-Agent: KMail/1.9.7 References: <20080919145320.GA2444@q.gid0.org> <20080919153415.GA1178@q.gid0.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200809201505.07947.hselasky@c2i.net> Cc: Intron is my alias on the Internet Subject: Re: [usb2] new usb stack and suser in CURRENT X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Sep 2008 13:03:19 -0000 Hi, > > Maybe PRIV_DRIVER is a more appropriate one for this case. > This issue has been fixed now in (SVN + P4). Some places PRIV_DRIVER has been used. Most places PRIV_ROOT is used, because we need specific USB privileges in these cases, for example related to USB power management. --HPS