On 03/20/2012 10:05 AM, joeyli wrote:
> Hi Vaclav, 
> 
> 於 二,2012-03-20 於 00:45 +0000,Vaclav Mocek 提到:
>> Hi Joey,
>>
>>>
>>> If you want, Please kindly try this patch.
>> [Re]tested, it works. Actually, it was the first thing I tried, but 
>> after that I found out there are other sixteen known product names.
>>
>> Vaclav M.
> 
> Great! thanks for your testing.
> 
> 
> Hi Ike, 
> 
> Do you want to handle this machine in ideapad-laptop driver? or I just
> direct put this quirk to acer-wmi for wifi support?
> 
> 
> Thanks
> Joey Lee
> 

ideapad-laptop has its own way to query soft block status, and it is not
to query from ec bits.

Please put this quirk in acer-wmi so that acer-wireless will report
correct soft block status.



>>>
>>> Thanks a lot!
>>> Joey Lee
>>>
>>>> From 02a341b8142f71190c09a1a4fe509922b8f055c4 Mon Sep 17 00:00:00 2001
>>> From: "Lee, Chun-Yi"<[email protected]>
>>> Date: Fri, 16 Mar 2012 12:31:08 +0800
>>> Subject: [PATCH] acer-wmi: add support Lenovo Ideapad S205 Brazos
>>>
>>> acer-wmi: add support Lenovo Ideapad S205 Brazos
>>>
>>> Signed-off-by: Lee, Chun-Yi<[email protected]>
>>> ---
>>>   drivers/platform/x86/acer-wmi.c |    9 +++++++++
>>>   1 files changed, 9 insertions(+), 0 deletions(-)
>>>
>>> diff --git a/drivers/platform/x86/acer-wmi.c 
>>> b/drivers/platform/x86/acer-wmi.c
>>> index 1e5290b..f158956 100644
>>> --- a/drivers/platform/x86/acer-wmi.c
>>> +++ b/drivers/platform/x86/acer-wmi.c
>>> @@ -468,6 +468,15 @@ static struct dmi_system_id acer_quirks[] = {
>>>     },
>>>     {
>>>             .callback = dmi_matched,
>>> +           .ident = "Lenovo Ideapad S205",
>>> +           .matches = {
>>> +                   DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
>>> +                   DMI_MATCH(DMI_PRODUCT_NAME, "Brazos"),
>>> +           },
>>> +           .driver_data =&quirk_lenovo_ideapad_s205,
>>> +   },
>>> +   {
>>> +           .callback = dmi_matched,
>>>             .ident = "Lenovo 3000 N200",
>>>             .matches = {
>>>                     DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
>>
>>
> 
> 

--
To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" 
in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to