|
@@ -9611,7 +9611,11 @@ static const struct tpacpi_quirk battery_quirk_table[] __initconst = {
|
|
|
* Individual addressing is broken on models that expose the
|
|
|
* primary battery as BAT1.
|
|
|
*/
|
|
|
+ TPACPI_Q_LNV('J', '7', true), /* B5400 */
|
|
|
+ TPACPI_Q_LNV('J', 'I', true), /* Thinkpad 11e */
|
|
|
+ TPACPI_Q_LNV3('R', '0', 'B', true), /* Thinkpad 11e gen 3 */
|
|
|
TPACPI_Q_LNV3('R', '0', 'C', true), /* Thinkpad 13 */
|
|
|
+ TPACPI_Q_LNV3('R', '0', 'J', true), /* Thinkpad 13 gen 2 */
|
|
|
};
|
|
|
|
|
|
static int __init tpacpi_battery_init(struct ibm_init_struct *ibm)
|