[ibm-acpi-devel] [PATCH] platform/x86: thinkpad_acpi: Add BAT1 is primary battery quirk for Thinkpad Yoga 11e 4th gen

2020-11-09 Thread Hans de Goede
The Thinkpad Yoga 11e 4th gen with the N3450 / Celeron CPU only has one battery which is named BAT1 instead of the expected BAT0, add a quirk for this. This fixes not being able to set the charging tresholds on this model; and this alsoe fixes the following errors in dmesg: ACPI: \_SB_.PCI0.LPCB.E

Re: [ibm-acpi-devel] [PATCH] thinkpad_acpi: add P1 gen3 second fan support

2020-11-09 Thread Hans de Goede
Hi, On 11/5/20 4:25 PM, Iakov 'Jake' Kirilenko wrote: > Tested on my P1 gen3, works fine with `thinkfan`. Since thinkpad_acpi fan > control is off by default, it is safe to add 2nd fan control for brave > overclockers > > Signed-off-by: Iakov 'Jake' Kirilenko Thank you for your patch, I've appl