Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1571503 > unrolled thread
| Started by | João Paulo Rechi Vita <jprvita@gmail.com> |
|---|---|
| First post | 2017-02-01 13:20 +0100 |
| Last post | 2017-02-01 13:20 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 8/8] asus-wmi: Don't register rfkill if ASHS and user bit are present João Paulo Rechi Vita <jprvita@gmail.com> - 2017-02-01 13:20 +0100
| From | João Paulo Rechi Vita <jprvita@gmail.com> |
|---|---|
| Date | 2017-02-01 13:20 +0100 |
| Subject | Re: [PATCH 8/8] asus-wmi: Don't register rfkill if ASHS and user bit are present |
| Message-ID | <t623g-5RJ-7@gated-at.bofh.it> |
On 26 January 2017 at 17:45, Joe Perches <joe@perches.com> wrote:
> On Thu, 2017-01-26 at 10:30 -0500, João Paulo Rechi Vita wrote:
>> Some Asus laptops that have an airplane-mode indicator LED, also have
>> the WMI WLAN user bit set, and the following bits in their DSDT:
>
> style trivia:
>
>> diff --git a/drivers/platform/x86/asus-wmi.c b/drivers/platform/x86/asus-wmi.c
> []
>> @@ -2051,6 +2052,16 @@ static int asus_wmi_fan_init(struct asus_wmi *asus)
>> return 0;
>> }
>>
>> +static bool ashs_present(void)
>> +{
>> + int i;
>> +
>> + for (i = 0; strcmp(asus_wireless_ids[i].id, ""); i++)
>> + if (acpi_dev_found(asus_wireless_ids[i].id))
>> + return true;
>
> The for loop would commonly have braces because of the
> internal if.
>
Thanks, I'm fixing it for the next revision.
--
João Paulo Rechi Vita
http://about.me/jprvita
Back to top | Article view | linux.kernel
csiph-web