Re: [linux-usb-devel] provoking a stall

2006-05-22 Thread Alan Stern
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

[linux-usb-devel] provoking a stall

2006-05-22 Thread Tilman Schmidt
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