Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272027
b: refs/heads/master
c: 1fbc01a
h: refs/heads/master
i:
  272025: c270bc8
  272023: 9227985
v: v3
  • Loading branch information
Lee, Chun-Yi authored and Matthew Garrett committed Oct 24, 2011
1 parent 8ba210c commit c90f0e4
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 72e71de15fceb0fd7cdfd8bb35f4f8aa8b0e20b5
refs/heads/master: 1fbc01a7b0f2cf5dc375ecde3833df2fbbfdc812
4 changes: 3 additions & 1 deletion trunk/drivers/platform/x86/acer-wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,9 @@ static acpi_status WMID_set_capabilities(void)
return AE_ERROR;
}

interface->capability |= ACER_CAP_WIRELESS;
pr_info("Function bitmap for Communication Device: 0x%x\n", devices);
if (devices & 0x07)
interface->capability |= ACER_CAP_WIRELESS;
if (devices & 0x40)
interface->capability |= ACER_CAP_THREEG;
if (devices & 0x10)
Expand Down

0 comments on commit c90f0e4

Please sign in to comment.