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 <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>
1 parent ac9bc85 commit 9166467

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
@@ -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)