Re: [ibm-acpi-devel] [PATCH v4 7/7] Input: Add "inhibited" property

2020-12-02 Thread Dmitry Torokhov
On Tue, Oct 06, 2020 at 06:12:49PM -0700, Dmitry Torokhov wrote: > On Tue, Oct 06, 2020 at 06:11:02PM -0700, Dmitry Torokhov wrote: > > On Tue, Oct 06, 2020 at 03:04:28PM +0200, Andrzej Pietrasiewicz wrote: > > > Hi Dmitry, > > > > > > W dniu 05.10.2020 o 20:10, Dmitry Torokhov pisze: > > > > Hi

Re: [ibm-acpi-devel] [PATCH v2] Input: document inhibiting

2020-12-02 Thread Dmitry Torokhov
On Wed, Jun 17, 2020 at 12:18:22PM +0200, Andrzej Pietrasiewicz wrote: > Document inhibiting input devices and its relation to being > a wakeup source. > > Signed-off-by: Andrzej Pietrasiewicz Applied, thank you. -- Dmitry ___ ibm-acpi-devel

Re: [ibm-acpi-devel] [PATCH v4 1/7] Input: add input_device_enabled()

2020-12-02 Thread Dmitry Torokhov
On Mon, Jun 08, 2020 at 01:22:05PM +0200, Andrzej Pietrasiewicz wrote: > A helper function for drivers to decide if the device is used or not. > A lockdep check is introduced as inspecting ->users should be done under > input device's mutex. > > Signed-off-by: Andrzej Pietrasiewicz Applied,

Re: [ibm-acpi-devel] [PATCH v4 2/7] Input: use input_device_enabled()

2020-12-02 Thread Dmitry Torokhov
On Mon, Jun 08, 2020 at 01:22:06PM +0200, Andrzej Pietrasiewicz wrote: > Use the newly added helper in relevant input drivers. > > Signed-off-by: Andrzej Pietrasiewicz Applied, thank you. -- Dmitry ___ ibm-acpi-devel mailing list

Re: [ibm-acpi-devel] [PATCH] platform/x86: thinkpad_acpi: remove trailing semicolon in macro definition

2020-12-02 Thread Hans de Goede
Hi, On 11/27/20 7:10 PM, t...@redhat.com wrote: > From: Tom Rix > > The macro use will already have a semicolon. > > Signed-off-by: Tom Rix Thank you for your patch, I've applied this patch to my review-hans branch: