From owner-freebsd-usb@FreeBSD.ORG Fri Oct 31 15:54:40 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 06556106564A; Fri, 31 Oct 2008 15:54:40 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe07.swip.net [212.247.154.193]) by mx1.freebsd.org (Postfix) with ESMTP id 336BF8FC14; Fri, 31 Oct 2008 15:54:39 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=bdeZpJpNa0wA:10 a=SER6hIBTabIA:10 a=uJawNSbKkQalOP1qO9IA:9 a=beBJ74Z2Ti4-dcnNNO4_mT_-1NUA:4 a=LY0hPdMaydYA:10 Received: from [193.217.167.134] (account mc467741@c2i.net HELO [10.0.0.186]) by mailfe07.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1132637487; Fri, 31 Oct 2008 16:54:37 +0100 From: Hans Petter Selasky To: "Olivier SMEDTS" Date: Fri, 31 Oct 2008 16:56:42 +0100 User-Agent: KMail/1.9.7 References: <200810251925.47273.hselasky@c2i.net> <200810311456.30839.Thomas.Sparrevohn@btinternet.com> <367b2c980810310828q2f4f0ecfmdb8cae313c91e8c8@mail.gmail.com> In-Reply-To: <367b2c980810310828q2f4f0ecfmdb8cae313c91e8c8@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200810311656.44467.hselasky@c2i.net> Cc: freebsd-current@freebsd.org, Alfred Perlstein , current@freebsd.org, freebsd-usb@freebsd.org Subject: Re: USB4BSD release candidate number 3 - request for review 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: Fri, 31 Oct 2008 15:54:40 -0000 On Friday 31 October 2008, Olivier SMEDTS wrote: > Hello, > > Each device driver has been splitted since RC3. > Look in /boot/kernel/usb2_*. You can use modules. > For example, for my usb mouse, I use usb2_input_ums. Hi, Looks like I made a small typo there. The module is named "usb2_input_ms" while the kernel option is named "usb2_input_ums". The kernel option should be named "usb2_input_ms". Alfred: Can you fix this before committing? --HPS