Re: [PATCH] PM / sleep: add configurable delay for pm_test
From: Brian Norris <computersforpeace@gmail.com>
Date: 2015-02-22 08:23:23
Also in:
lkml
From: Brian Norris <computersforpeace@gmail.com>
Date: 2015-02-22 08:23:23
Also in:
lkml
On Sun, Feb 22, 2015 at 12:24:29AM +0100, Pavel Machek wrote:
And you also want to check the kernel parameters, they are modifiable in runtime in at least same cases.
I forgot about this fact. In this case, I think this satisfies all that we need. So we can do something like this at runtime: # echo 30 > /sys/module/suspend/parameters/pm_test_delay I'll send a patch shortly. Brian