linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Pali Rohár" <pali.rohar@gmail.com>
To: Arnd Bergmann <arnd@arndb.de>,
	"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>
Cc: Guenter Roeck <linux@roeck-us.net>,
	linux-kernel@vger.kernel.org,
	Steven Honeyman <stevenhoneyman@gmail.com>
Subject: Re: [PATCH] i8k: Add support for Dell Latitude E6440
Date: Sat, 18 Oct 2014 00:23:39 +0200	[thread overview]
Message-ID: <201410180023.39473@pali> (raw)
In-Reply-To: <54384817.6060102@roeck-us.net>

[-- Attachment #1: Type: Text/Plain, Size: 1331 bytes --]

On Friday 10 October 2014 22:56:55 Guenter Roeck wrote:
> On 10/10/2014 02:12 AM, Pali Rohár wrote:
> > Dell Latitude E6440 needs same settings as E6540.
> > 
> > Signed-off-by: Pali Rohár <pali.rohar@gmail.com>
> 
> Acked-by: Guenter Roeck <linux@roeck-us.net>
> 

Greg, Arnd: PING

Can you apply also this patch for E6440? Support for E6540 is 
already in linus tree: 06c88b0d7ad87540405aea7f91d98ef43be04c95

> > ---
> > 
> >   drivers/char/i8k.c |    8 ++++++++
> >   1 file changed, 8 insertions(+)
> > 
> > diff --git a/drivers/char/i8k.c b/drivers/char/i8k.c
> > index 34174d0..471f985 100644
> > --- a/drivers/char/i8k.c
> > +++ b/drivers/char/i8k.c
> > @@ -711,6 +711,14 @@ static struct dmi_system_id
> > i8k_dmi_table[] __initdata = {
> > 
> >   		.driver_data = (void
> >   		*)&i8k_config_data[DELL_LATITUDE_D520],
> >   	
> >   	},
> >   	{
> > 
> > +		.ident = "Dell Latitude E6440",
> > +		.matches = {
> > +			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
> > +			DMI_MATCH(DMI_PRODUCT_NAME, "Latitude E6440"),
> > +		},
> > +		.driver_data = (void
> > *)&i8k_config_data[DELL_LATITUDE_E6540], +	},
> > +	{
> > 
> >   		.ident = "Dell Latitude E6540",
> >   		.matches = {
> >   		
> >   			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),

-- 
Pali Rohár
pali.rohar@gmail.com

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

  reply	other threads:[~2014-10-17 22:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-10  9:12 [PATCH] i8k: Add support for Dell Latitude E6440 Pali Rohár
2014-10-10 20:56 ` Guenter Roeck
2014-10-17 22:23   ` Pali Rohár [this message]
2014-10-18 10:40     ` Greg Kroah-Hartman
2014-10-24 18:44       ` Pali Rohár
2014-10-31 23:22         ` Pali Rohár

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201410180023.39473@pali \
    --to=pali.rohar@gmail.com \
    --cc=arnd@arndb.de \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=stevenhoneyman@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).