<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 24, 2014 at 4:50 PM, Jonathon Jongsma <span dir="ltr"><<a href="mailto:jjongsma@redhat.com" target="_blank">jjongsma@redhat.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I have no experience with usbclerk, but reading the code, it seems that reply.status is set to a boolean value[1], with true meaning success.  So the status!=0 below appears to be backward.  Or am I reading it wrong?</blockquote>
</div><br></div><div class="gmail_extra">oops my bad, it should be:<br><br> if (!priv->reply.status) <br><br></div><div class="gmail_extra">same as currently in gtk/usb-device-manager.c:<br>  <br></div><div class="gmail_extra">
  if (!status) {<br>        g_warning("failed to %s win usb driver (status=0)", opstr);<br>    }<br><br><br></div><div class="gmail_extra"><br clear="all"><br>-- <br>Marc-André Lureau
</div></div>