Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185069
b: refs/heads/master
c: ced69c5
h: refs/heads/master
i:
  185067: fd9e398
v: v3
  • Loading branch information
Alan Jenkins authored and Corentin Chary committed Feb 28, 2010
1 parent b795cef commit 47e9ccd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 409a415fa18f3bdb9bef616ac6abafd30a4f1415
refs/heads/master: ced69c59811f05b2f8378467cbb82ac6ed3c6a5a
3 changes: 2 additions & 1 deletion trunk/drivers/platform/x86/eeepc-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,8 @@ static void eeepc_dmi_check(struct eeepc_laptop *eeepc)
* hotplug code. In fact, current hotplug code seems to unplug another
* device...
*/
if (strcmp(model, "1005HA") == 0 || strcmp(model, "1201N") == 0) {
if (strcmp(model, "1005HA") == 0 || strcmp(model, "1201N") == 0 ||
strcmp(model, "1005PE") == 0) {
eeepc->hotplug_disabled = true;
pr_info("wlan hotplug disabled\n");
}
Expand Down

0 comments on commit 47e9ccd

Please sign in to comment.