Am Donnerstag, 12. Oktober 2006 19:10 schrieb Alan Stern:
> >  void hid_close(struct hid_device *hid)
> >  {
> > -     if (!--hid->open)
> > +     if (!--hid->open) {
> >               usb_kill_urb(hid->urbin);
> > +             set_bit(HID_IN_IDLE, &hid->iofl);
> > +     }
> >  }
> 
> There needs to be a call to usb_autopm_put_interface() here, to balance 
> the call in hid_open().

OK, of course. Please disregard my last remark.

        Regards
                Oliver

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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