On Fri, 2009-02-27 at 19:11 +0000, Paul O'Keefe wrote: > The following patch has been discussed on the barry mailing list and the > Kernel USB Mailing list. Please consider for inclusion in the 0.14 > version of barry-util prior to the Jaunty release > Trying again with patch included here as plain text --------------------------------------------------- diff -Naur barry.orig/src/usbwrap.cc barry.patch/src/usbwrap.cc --- barry.orig/src/usbwrap.cc 2009-02-27 01:54:00.000000000 +0000 +++ barry.patch/src/usbwrap.cc 2009-02-27 01:56:34.000000000 +0000 @@ -187,6 +187,11 @@ dout("usb_clear_halt(" << std::dec << m_handle << "," << std::dec << ep << ")"); int ret = usb_clear_halt(m_handle, ep); m_lasterror = ret; + + //Paul O'Keefe