Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14531
b: refs/heads/master
c: e753b65
h: refs/heads/master
i:
  14529: 1a8a1b5
  14527: a85bd3a
v: v3
  • Loading branch information
Miloslav Trmac authored and Dmitry Torokhov committed Nov 20, 2005
1 parent 4dfa66d commit f464ab9
Show file tree
Hide file tree
Showing 2 changed files with 7 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: a5b0cc80bc3cc98809c7674bda9928db497f0ebb
refs/heads/master: e753b650e10af8a040b1081e72088b826bdef72f
6 changes: 6 additions & 0 deletions trunk/drivers/input/misc/wistron_btns.c
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,12 @@ static int wistron_suspend(struct platform_device *dev, pm_message_t state)
{
del_timer_sync(&poll_timer);

if (have_wifi)
bios_set_state(WIFI, 0);

if (have_bluetooth)
bios_set_state(BLUETOOTH, 0);

return 0;
}

Expand Down

0 comments on commit f464ab9

Please sign in to comment.