[ibm-acpi-devel] [PATCH] platform/x86: thinkpad_acpi: handle HKEY 0x4012, 0x4013 events

2021-01-18 Thread Alexander Kobel
Those events occur when a keyboard cover is attached to a ThinkPad Tablet device. Typically, they are used to switch from normal to tablet mode in userspace; e.g., to offer touch keyboard choices when focus goes to a text box and no keyboard is attached, or to enable autorotation of the display a

Re: [ibm-acpi-devel] [PATCH] platform/x86: thinkpad_acpi: handle HKEY 0x4012, 0x4013 events

2021-01-18 Thread Alexander Kobel
Hi all, and thanks for all your work on thinkpad_acpi. This is my very first attempt at submitting a kernel patch, so please bear with me if I didn't quite comply with the etiquette. Like sending the patch mail as straight from Git's patch file without introducing me first. ;-) This on

Re: [ibm-acpi-devel] [PATCH] platform/x86: thinkpad_acpi: Add P53/73 firmware to fan_quirk_table for dual fan control

2021-01-18 Thread Hans de Goede
Hi, On 1/15/21 5:06 PM, jeanniestevenson wrote: > This commit enables dual fan control for the new Lenovo P53 and P73 laptop > models. > > Signed-off-by: Jeannie Stevenson I know that Henrique has asked for a better commit message, but I'm preparing a fixes branch to send out to Linus before

Re: [ibm-acpi-devel] [PATCH] platform/x86: thinkpad_acpi: handle HKEY 0x4012, 0x4013 events

2021-01-18 Thread Alexander Kobel
Dang, first ever patch and a typo crept in right before the commit... :-/ Corrected patch here: Those events occur when a keyboard cover is attached to a ThinkPad Tablet device. Typically, they are used to switch from normal to tablet mode in userspace; e.g., to offer touch keyboard choices w