|
@@ -459,6 +459,8 @@ static void ideapad_acpi_notify(struct acpi_device *adevice, u32 event)
|
|
if (test_bit(vpc_bit, &vpc1)) {
|
|
if (test_bit(vpc_bit, &vpc1)) {
|
|
if (vpc_bit == 9)
|
|
if (vpc_bit == 9)
|
|
ideapad_sync_rfk_state(adevice);
|
|
ideapad_sync_rfk_state(adevice);
|
|
|
|
+ else if (vpc_bit == 4)
|
|
|
|
+ read_ec_data(handle, 0x12, &vpc2);
|
|
else
|
|
else
|
|
ideapad_input_report(priv, vpc_bit);
|
|
ideapad_input_report(priv, vpc_bit);
|
|
}
|
|
}
|