mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
eeepc-laptop: disable wireless hotplug for 1201N
commit 4194e2f551 upstream.
[bwh: Backported to 2.6.32]
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Len Brown <len.brown@intel.com>
Cc: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
7dacd95525
commit
9768e362e9
@@ -660,7 +660,7 @@ static void eeepc_dmi_check(void)
|
||||
* 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) {
|
||||
ehotk->hotplug_disabled = true;
|
||||
pr_info("wlan hotplug disabled\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user