usb2 quirks

Hans Petter Selasky hselasky at c2i.net
Tue Dec 23 13:55:14 PST 2008


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


More information about the freebsd-usb mailing list