Re: [PATCH v11 8/8] Input: goodix - add runtime power management support
From: Bastien Nocera <hadess@hadess.net>
Date: 2015-11-23 16:35:41
Also in:
linux-input, lkml
From: Bastien Nocera <hadess@hadess.net>
Date: 2015-11-23 16:35:41
Also in:
linux-input, lkml
On Thu, 2015-11-19 at 14:26 +0200, Irina Tirdea wrote:
Add support for runtime power management so that the device is turned off when not used (when the userspace holds no open handles of the input device). The device uses autosuspend with a default delay of 2 seconds, so the device will suspend if no handles to it are open for 2 seconds. The runtime management support is only available if the gpio pins are properly initialized from ACPI/DT. Signed-off-by: Irina Tirdea <redacted>
Tested-by: Bastien Nocera <hadess@hadess.net>