On Wednesday 18 July 2007 15:01, Ragner Magalhaes wrote:
> ext [EMAIL PROTECTED] wrote:
> > Will refuse to configure a non-authorized device. 
> > 
> > +   if (dev->authorized == 0)
> > +           configuration = -1;
> >     if (configuration == -1)
> I think would be better
> if ((dev->authorized == 0) || (configuration == -1))

Dah! Thanks, updated.

-- Inaky

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to