Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130396
b: refs/heads/master
c: 3095eb8
h: refs/heads/master
v: v3
  • Loading branch information
Frans Pop authored and Linus Torvalds committed Jan 30, 2009
1 parent 3d56f9a commit 791a307
Show file tree
Hide file tree
Showing 2 changed files with 6 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: fb9f88e1dc76f9feb39d39c40a5d61aad6df4388
refs/heads/master: 3095eb87bb36ae880608fe3fc46cfd59ced1f319
5 changes: 5 additions & 0 deletions trunk/drivers/platform/x86/hp-wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,11 @@ static int __init hp_wmi_input_setup(void)
case KE_SW:
set_bit(EV_SW, hp_wmi_input_dev->evbit);
set_bit(key->keycode, hp_wmi_input_dev->swbit);

/* Set initial dock state */
input_report_switch(hp_wmi_input_dev, key->keycode,
hp_wmi_dock_state());
input_sync(hp_wmi_input_dev);
break;
}
}
Expand Down

0 comments on commit 791a307

Please sign in to comment.