Does anybody knows if the bug correction proposed in this thread is included in new releases? I'm checking the USBcore.cpp file from my 1.6.10 installation and i find
int r = len;
const u8* data = (const u8*)d;
u8 timeout = 250;
It seems that it is unaltered.
I will investigate a bit more.