[LTP] [PATCH] kernel/input: increase the number of retries in open_device

Stanislav Kholmanskikh stanislav.kholmanskikh@oracle.com
Mon Jan 18 16:03:24 CET 2016



On 01/18/2016 05:50 PM, Cyril Hrubis wrote:
> Hi!
>> In some environments the current limit (2) is not enough, and only
>> 3rd or 4th access will succeed. Therefore, let's increase it slightly.
>> The new limit (10) is the same value we have in open_uinput().
>
> Acked. Thanks for the testing :).
>

Thanks, and the example output from my message is not correct ( I 
mistakenly pasted it there), the correct one is:

input01     0  TINFO  :  Trying to load uinput kernel module
input01     0  TINFO  :  Uinput dev not found, retrying...
input01     0  TINFO  :  Uinput dev not found, retrying...
input01     0  TINFO  :  Uinput dev not found, retrying...
input01     0  TINFO  :  Found uinput dev at /dev/uinput
input01     0  TINFO  :  Device not found, retrying...
input01     0  TINFO  :  Device not found, retrying...
input01     1  TBROK  :  input_helper.c:85: Unable to find the input device
input01     2  TBROK  :  input_helper.c:85: Remaining cases broken

:-[

Committed.


More information about the Ltp mailing list