Date: Tue, 23 Dec 2008 22:42:29 +0100 From: Hans Petter Selasky <hselasky@c2i.net> To: freebsd-usb@freebsd.org Cc: Alexander Best <alexbestms@math.uni-muenster.de> Subject: Re: usb2 quirks Message-ID: <200812232242.30638.hselasky@c2i.net> In-Reply-To: <permail-20081223213253f0889e8400000aef-a_best01@message-id.uni-muenster.de> References: <permail-20081223213253f0889e8400000aef-a_best01@message-id.uni-muenster.de>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <vid> <pid> <lo_rev> <hi_rev> <quirk> remove_dev_quirk_vplh <vid> <pid> <lo_rev> <hi_rev> <quirk> dump_quirk_names dump_device_quirks Before you can use quirks you need to: kldload usb2_quirk --HPS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812232242.30638.hselasky>