Re: Fwd: USB Driver - Device No Response standard compliant

2015-08-02 Thread Christian N
>> I know that the presentation of the message is the responsibility of >> the application (user space), but to do this is necesary an event from >> usb driver (I think it). >A timeout with no activity at all can do it.. That's Userspace C 101 - >select() with a timeout... To implement a timout f

Re: Fwd: USB Driver - Device No Response standard compliant

2015-08-01 Thread Valdis . Kletnieks
On Sun, 02 Aug 2015 00:04:44 -0300, Christian N said: > I know that the presentation of the message is the responsibility of > the application (user space), but to do this is necesary an event from > usb driver (I think it). A timeout with no activity at all can do it.. That's Userspace C 101 - s

Fwd: USB Driver - Device No Response standard compliant

2015-08-01 Thread Christian N
Hi All According to USB On The Go and Embedded Host Automated Compliacne Plan, item 6.7.22 A-UUT “Device No Response” for connection timeout, the "Device not responding” error message should be displayed when a non-responsive device is attached. I know that the presentation of the message is the r