Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328505
b: refs/heads/master
c: 112b51c
h: refs/heads/master
i:
  328503: 44e2508
v: v3
  • Loading branch information
NeilBrown authored and Dmitry Torokhov committed Aug 22, 2012
1 parent 9402e8b commit 96e172f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2fba26c6595e4c1c64a74dad30f71c09708ff59a
refs/heads/master: 112b51cfa21714d001e5b3e3f7c1f13146906a5d
1 change: 1 addition & 0 deletions trunk/drivers/input/misc/twl4030-pwrbutton.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ static irqreturn_t powerbutton_irq(int irq, void *_pwr)
err = twl_i2c_read_u8(TWL4030_MODULE_PM_MASTER, &value,
STS_HW_CONDITIONS);
if (!err) {
pm_wakeup_event(pwr->dev.parent, 0);
input_report_key(pwr, KEY_POWER, value & PWR_PWRON_IRQ);
input_sync(pwr);
} else {
Expand Down

0 comments on commit 96e172f

Please sign in to comment.