Skip to content

Commit

Permalink
asus-nb-wmi: set panel_power correctly
Browse files Browse the repository at this point in the history
Even if it's currently unused.

Signed-off-by: Corentin Chary <[email protected]>
Signed-off-by: Matthew Garrett <[email protected]>
  • Loading branch information
iksaif authored and Matthew Garrett committed Mar 26, 2012
1 parent 6a2bccc commit fb05b9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/platform/x86/asus-nb-wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <linux/init.h>
#include <linux/input.h>
#include <linux/input/sparse-keymap.h>
#include <linux/fb.h>

#include "asus-wmi.h"

Expand Down Expand Up @@ -58,6 +59,7 @@ static void asus_nb_wmi_quirks(struct asus_wmi_driver *driver)
{
driver->quirks = &quirk_asus_unknown;
driver->quirks->wapf = wapf;
driver->panel_power = FB_BLANK_UNBLANK;
}

static const struct key_entry asus_nb_wmi_keymap[] = {
Expand Down

0 comments on commit fb05b9f

Please sign in to comment.