Skip to content

Commit a70457f

Browse files
0x0aagregkh
authored andcommitted
platform/x86: thinkpad_acpi: Add battery quirk for Thinkpad X120e
[ Upstream commit 9166467 ] Thinkpad X120e also needs this battery quirk. Signed-off-by: Olli Asikainen <olli.asikainen@gmail.com> Link: https://lore.kernel.org/r/20231024190922.2742-1-olli.asikainen@gmail.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 53d61da commit a70457f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/platform/x86/thinkpad_acpi.c

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

0 commit comments

Comments
 (0)