Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202431
b: refs/heads/master
c: da9a79b
h: refs/heads/master
i:
  202429: 86ca30c
  202427: 7376c97
  202423: 3cee444
  202415: 14c62e1
  202399: b5fa828
  202367: bb55bde
v: v3
  • Loading branch information
Thomas Renninger authored and Matthew Garrett committed Aug 3, 2010
1 parent 8ef3391 commit ac3e125
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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: 751ae808f6b29803228609f51aa1ae057f5c576e
refs/heads/master: da9a79ba5873b0f1d4dc7711ea6a96be6b69341e
8 changes: 5 additions & 3 deletions trunk/drivers/platform/x86/hp-wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,9 @@ static void hp_wmi_notify(u32 value, void *context)
input_sync(hp_wmi_input_dev);
break;
}
}
} else
printk(KERN_INFO "HP WMI: Unknown key code - 0x%x\n",
key_code);
break;
case HPWMI_WIRELESS:
if (wifi_rfkill)
Expand All @@ -403,8 +405,8 @@ static void hp_wmi_notify(u32 value, void *context)
hp_wmi_get_hw_state(HPWMI_WWAN));
break;
default:
printk(KERN_INFO "HP WMI: Unknown key pressed - %x\n",
eventcode);
printk(KERN_INFO "HP WMI: Unknown eventcode - %d\n",
eventcode);
break;
}
}
Expand Down

0 comments on commit ac3e125

Please sign in to comment.