From mboxrd@z Thu Jan 1 00:00:00 1970 From: joeyli Subject: Re: drivers/platform/x86/acer-wmi.c: Support for another Lenovo Ideapad S205 Date: Tue, 20 Mar 2012 10:05:44 +0800 Message-ID: <1332209144.10557.281.camel@linux-s257.site> References: <4F600A1D.5060002@gmail.com> <1331872472.10557.251.camel@linux-s257.site> <4F67D32A.8080902@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from charybdis-ext.suse.de ([195.135.221.2]:53889 "EHLO nat.nue.novell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756745Ab2CTCHc (ORCPT ); Mon, 19 Mar 2012 22:07:32 -0400 In-Reply-To: <4F67D32A.8080902@gmail.com> Sender: platform-driver-x86-owner@vger.kernel.org List-ID: To: Vaclav Mocek , ike.pan@canonical.com Cc: mjg@redhat.com, platform-driver-x86@vger.kernel.org Hi Vaclav,=20 =E6=96=BC =E4=BA=8C=EF=BC=8C2012-03-20 =E6=96=BC 00:45 +0000=EF=BC=8CVa= clav Mocek =E6=8F=90=E5=88=B0=EF=BC=9A > Hi Joey, >=20 > > > > If you want, Please kindly try this patch. > [Re]tested, it works. Actually, it was the first thing I tried, but=20 > after that I found out there are other sixteen known product names. >=20 > Vaclav M. Great! thanks for your testing. Hi Ike,=20 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 > > > > Thanks a lot! > > Joey Lee > > > > > From 02a341b8142f71190c09a1a4fe509922b8f055c4 Mon Sep 17 00:00:00= 2001 > > From: "Lee, Chun-Yi" > > 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 > > --- > > 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[] =3D = { > > }, > > { > > .callback =3D dmi_matched, > > + .ident =3D "Lenovo Ideapad S205", > > + .matches =3D { > > + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), > > + DMI_MATCH(DMI_PRODUCT_NAME, "Brazos"), > > + }, > > + .driver_data =3D&quirk_lenovo_ideapad_s205, > > + }, > > + { > > + .callback =3D dmi_matched, > > .ident =3D "Lenovo 3000 N200", > > .matches =3D { > > DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), >=20 >=20