Hi Mathew, It's been over 3 months since the 2 patches were submitted. Could you please review them or should I re-submit them? Thanks. Best regards, AceLan Kao. 2013/12/17 AceLan Kao <acelan.kao@xxxxxxxxxxxxx>: > Hi Mathew, > > It looks like you miss the 2 patches, I didn't see them appear in > platform git tree. > Could you review the 2 patches and apply them? > Thanks. > > Best regards, > AceLan Kao. > > 2013/10/2 AceLan Kao <acelan.kao@xxxxxxxxxxxxx>: >> Wifi will be controlled by asus-wmi driver when wapf > 0 >> So, controls the wifi-led when wapf > 0 >> >> Signed-off-by: AceLan Kao <acelan.kao@xxxxxxxxxxxxx> >> --- >> drivers/platform/x86/asus-wmi.c | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/drivers/platform/x86/asus-wmi.c b/drivers/platform/x86/asus-wmi.c >> index 19c313b..cb22d3f 100644 >> --- a/drivers/platform/x86/asus-wmi.c >> +++ b/drivers/platform/x86/asus-wmi.c >> @@ -558,7 +558,7 @@ static int asus_wmi_led_init(struct asus_wmi *asus) >> goto error; >> } >> >> - if (wlan_led_presence(asus) && (asus->driver->quirks->wapf == 4)) { >> + if (wlan_led_presence(asus) && (asus->driver->quirks->wapf > 0)) { >> INIT_WORK(&asus->wlan_led_work, wlan_led_update); >> >> asus->wlan_led.name = "asus::wlan"; >> @@ -887,7 +887,7 @@ static int asus_new_rfkill(struct asus_wmi *asus, >> return -EINVAL; >> >> if ((dev_id == ASUS_WMI_DEVID_WLAN) && >> - (asus->driver->quirks->wapf == 4)) >> + (asus->driver->quirks->wapf > 0)) >> rfkill_set_led_trigger_name(*rfkill, "asus-wlan"); >> >> rfkill_init_sw_state(*rfkill, !result); >> -- >> 1.8.3.2 >> > > > > -- > Chia-Lin Kao(AceLan) > http://blog.acelan.idv.tw/ > E-Mail: acelan.kaoATcanonical.com (s/AT/@/) -- Chia-Lin Kao(AceLan) http://blog.acelan.idv.tw/ E-Mail: acelan.kaoATcanonical.com (s/AT/@/) -- To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html