[PATCH 5/7] af9015 usb bus repeater.

2011-11-12 Thread Malcolm Priestley
This a bus repeater for af9015 devices. Commands usually fail because of other activity on the usb bus. Afatech drivers can repeat up to ten times on the usb bus. bulk failures that report -ETIMEDOUT or -EBUSY are repeated. If the device fails it usually return 0x55 in the first byte. I am

Re: [PATCH 5/7] af9015 usb bus repeater.

2011-11-12 Thread Antti Palosaari
On 11/12/2011 05:56 PM, Malcolm Priestley wrote: This a bus repeater for af9015 devices. Commands usually fail because of other activity on the usb bus. Afatech drivers can repeat up to ten times on the usb bus. bulk failures that report -ETIMEDOUT or -EBUSY are repeated. If the device fails