Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310145
b: refs/heads/master
c: 20a769c
h: refs/heads/master
i:
  310143: fa6aa7d
v: v3
  • Loading branch information
Ike Panhc authored and Matthew Garrett committed May 31, 2012
1 parent df72e30 commit 26f7ac9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a5c3892f56df57e2e1c0a069d72d1b20a1db202d
refs/heads/master: 20a769c1c6671d3b8d18a7358eff15e3dd29e94b
6 changes: 5 additions & 1 deletion trunk/drivers/platform/x86/ideapad-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,10 @@ static void ideapad_acpi_notify(struct acpi_device *adevice, u32 event)
case 9:
ideapad_sync_rfk_state(priv);
break;
case 13:
case 6:
ideapad_input_report(priv, vpc_bit);
break;
case 4:
ideapad_backlight_notify_brightness(priv);
break;
Expand All @@ -794,7 +798,7 @@ static void ideapad_acpi_notify(struct acpi_device *adevice, u32 event)
ideapad_backlight_notify_power(priv);
break;
default:
ideapad_input_report(priv, vpc_bit);
pr_info("Unknown event: %lu\n", vpc_bit);
}
}
}
Expand Down

0 comments on commit 26f7ac9

Please sign in to comment.