diff options
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/x86/acer-wmi.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/platform/x86/acer-wmi.c b/drivers/platform/x86/acer-wmi.c index 57c6c8a4db24..92ee4d637270 100644 --- a/drivers/platform/x86/acer-wmi.c +++ b/drivers/platform/x86/acer-wmi.c | |||
@@ -889,7 +889,8 @@ static acpi_status WMID_set_capabilities(void) | |||
889 | dmi_walk(type_aa_dmi_decode, NULL); | 889 | dmi_walk(type_aa_dmi_decode, NULL); |
890 | if (!has_type_aa) { | 890 | if (!has_type_aa) { |
891 | interface->capability |= ACER_CAP_WIRELESS; | 891 | interface->capability |= ACER_CAP_WIRELESS; |
892 | interface->capability |= ACER_CAP_THREEG; | 892 | if (devices & 0x40) |
893 | interface->capability |= ACER_CAP_THREEG; | ||
893 | if (devices & 0x10) | 894 | if (devices & 0x10) |
894 | interface->capability |= ACER_CAP_BLUETOOTH; | 895 | interface->capability |= ACER_CAP_BLUETOOTH; |
895 | } | 896 | } |