Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179659
b: refs/heads/master
c: 4194e2f
h: refs/heads/master
i:
  179657: 1a62b80
  179655: e6787f7
v: v3
  • Loading branch information
Corentin Chary authored and Len Brown committed Jan 16, 2010
1 parent 9fb5977 commit 70ef62c
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 322a1356be96bcc4b97e8e370f6468c821330077
refs/heads/master: 4194e2f551a6308e6ab34ac88210bf54858aa7df
2 changes: 1 addition & 1 deletion trunk/drivers/platform/x86/eeepc-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,7 @@ 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) {
if (strcmp(model, "1005HA") == 0 || strcmp(model, "1201N") == 0) {
eeepc->hotplug_disabled = true;
pr_info("wlan hotplug disabled\n");
}
Expand Down

0 comments on commit 70ef62c

Please sign in to comment.