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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "[email protected]"
