Skip to content

Commit 9166467

Browse files
0x0aaij-intel
authored andcommitted
platform/x86: thinkpad_acpi: Add battery quirk for Thinkpad X120e
Thinkpad X120e also needs this battery quirk. Signed-off-by: Olli Asikainen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Ilpo Järvinen <[email protected]> Signed-off-by: Ilpo Järvinen <[email protected]>
1 parent ac9bc85 commit 9166467

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/platform/x86/thinkpad_acpi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9814,6 +9814,7 @@ static const struct tpacpi_quirk battery_quirk_table[] __initconst = {
98149814
* Individual addressing is broken on models that expose the
98159815
* primary battery as BAT1.
98169816
*/
9817+
TPACPI_Q_LNV('8', 'F', true), /* Thinkpad X120e */
98179818
TPACPI_Q_LNV('J', '7', true), /* B5400 */
98189819
TPACPI_Q_LNV('J', 'I', true), /* Thinkpad 11e */
98199820
TPACPI_Q_LNV3('R', '0', 'B', true), /* Thinkpad 11e gen 3 */

0 commit comments

Comments
 (0)