From owner-freebsd-usb@FreeBSD.ORG Tue Dec 23 21:55:14 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 4B03B1065670 for ; Tue, 23 Dec 2008 21:55:14 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe13.swip.net [212.247.155.129]) by mx1.freebsd.org (Postfix) with ESMTP id D50D18FC14 for ; Tue, 23 Dec 2008 21:55:13 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=G9k61-eflrYgAZkuJ2sA:9 a=qvIrIOVRFP3vr2NbdoQA:7 a=iR5KNIw9ZZQ1fynmE4bP1426prgA:4 a=LY0hPdMaydYA:10 Received: from [193.217.167.134] (account mc467741@c2i.net HELO [10.0.0.186]) by mailfe13.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 781047734; Tue, 23 Dec 2008 22:40:12 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Tue, 23 Dec 2008 22:42:29 +0100 User-Agent: KMail/1.9.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812232242.30638.hselasky@c2i.net> Cc: Alexander Best Subject: Re: usb2 quirks 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: Tue, 23 Dec 2008 21:55:14 -0000 On Tuesday 23 December 2008, Alexander Best wrote: > hi there, > > could somebody tell me where i can find info about the quirk settings used > in usbconfig (usb2) please? i had a look at usbconfig(8), but the manual > doesn't contain any information concerning usb quirks. > Hi, If you type: usbconfig -h You see that you have the following quirk commands available: add_dev_quirk_vplh remove_dev_quirk_vplh dump_quirk_names dump_device_quirks Before you can use quirks you need to: kldload usb2_quirk --HPS