Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Dec 2011 17:35:47 +0100
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        Warren Block <wblock@wonkity.com>
Cc:        Bartosz Fabianowski <freebsd@chillt.de>, freebsd-usb@freebsd.org
Subject:   Re: umass regression
Message-ID:  <201112311735.47174.hselasky@c2i.net>
In-Reply-To: <alpine.BSF.2.00.1112310849300.50853@wonkity.com>
References:  <4EF9D06C.9060501@chillt.de> <4EFF03B5.7050502@chillt.de> <alpine.BSF.2.00.1112310849300.50853@wonkity.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 31 December 2011 16:55:52 Warren Block wrote:
> On Sat, 31 Dec 2011, Bartosz Fabianowski wrote:
> > How do I make the quirk actually stick?
> > 
> >> usbconfig -h | grep quirk
> > 
> > I have seen you post this line before. At least on my system, it does not
> > work. usbconfig writes straight to the screen, grep does not filter
> > anything.
> 
> -h output is being written to stderr.  Redirect it:
> 
> sh(1):
>    usbconfig -h 2>&1 | grep quirk
> 
> csh(1):
>    usbconfig -h |& grep quirk
> 
> Maybe there is a reason for this.  Otherwise, line 268 of usbconfig.c
> could be changed to print to stdout.

Did you kldload usb_quirk ?

--HPS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112311735.47174.hselasky>