Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254813
b: refs/heads/master
c: ae821c1
h: refs/heads/master
i:
  254811: 7682376
v: v3
  • Loading branch information
Lee, Chun-Yi authored and Matthew Garrett committed Jul 7, 2011
1 parent 96325bc commit 435b589
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 92530664bbe5a13aede4a8763459bbe560ad9221
refs/heads/master: ae821c1b2fff22a5b6002e093126156a6d7c8b7b
6 changes: 3 additions & 3 deletions trunk/drivers/platform/x86/acer-wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1156,9 +1156,9 @@ static acpi_status wmid3_set_device_status(u32 value, u16 device)
struct wmid3_gds_input_param params = {
.function_num = 0x1,
.hotkey_number = 0x01,
.devices = ACER_WMID3_GDS_WIRELESS &
ACER_WMID3_GDS_THREEG &
ACER_WMID3_GDS_WIMAX &
.devices = ACER_WMID3_GDS_WIRELESS |
ACER_WMID3_GDS_THREEG |
ACER_WMID3_GDS_WIMAX |
ACER_WMID3_GDS_BLUETOOTH,
};
struct acpi_buffer input = {
Expand Down

0 comments on commit 435b589

Please sign in to comment.