On Mon, 22 May 2006, Tilman Schmidt wrote:
> Working on improving the error handling of a USB driver, I would
> like to be able to trigger some of the most common error conditions
> at will. A prime candidate is "endpoint stalled" (-EPIPE), which
> occurs frequently enough with the device in quest
Working on improving the error handling of a USB driver, I would
like to be able to trigger some of the most common error conditions
at will. A prime candidate is "endpoint stalled" (-EPIPE), which
occurs frequently enough with the device in question to be annoying,
but too rarely to properly test