On Mon, 14 Jan 2013, Phil Dibowitz wrote:

>> This patch fixes the issue where some remotes do not get a successful return
>> from reset().
>
> Why the change from usb_strerror() to strerror() ?

Oh, right - that.  Well, it turns out that usb_strerror() appears to have 
a bug of some sort where it is not providing the correct error message. 
It is a providing a message "could not detach kernel driver from interface 
0: No data available" which doesn't make any sense.  Using strerror() 
seems to provide the correct error message which makes sense "no such 
device" as the device has already gone away.

Scott

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
concordance-devel mailing list
concordance-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/concordance-devel

Reply via email to