On Mon, May 14, 2001 at 09:01:17PM -0700, Mark McClelland wrote:
> Tom Rini wrote:
> 
> > Hello.  The attached patch makes the 'normal' USB scanner register w/ devfs.
> > Comments/questions/et al?  Thanks..
> 
> IIRC, people who had devfs disabled were complaining about getting a similar
> error message from printer.c, after devfs support was added to it:
> 
> +       if(!scn->devfs)
> +               err("scanner%d: device node registration failed",
> scn->scn_minor);
> 
> Can someone confirm whether this patch is introducing the same problem? I know
> the error is harmless, but it confuses users unnecessarily.

Hmm.  It _should_ be possible to remove this, now that I think about it, 
because if devfs can't allocate the device, it prints its own warning.

-- 
Tom Rini (TR1265)
http://gate.crashing.org/~trini/

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
http://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to