public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jesse Barnes <jbarnes@virtuousgeek.org>
To: Dave Jones <davej@redhat.com>
Cc: Bjorn Helgaas <bhelgaas@google.com>, Ingo Molnar <mingo@elte.hu>,
	Linux Kernel <linux-kernel@vger.kernel.org>,
	x86@kernel.org
Subject: Re: Add Thinkpad SL510 to pci=nocrs blacklist
Date: Wed, 4 Jan 2012 09:10:15 -0800	[thread overview]
Message-ID: <20120104091015.0a8c1b2f@jbarnes-desktop> (raw)
In-Reply-To: <20120104163052.GA31667@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 1080 bytes --]

On Wed, 4 Jan 2012 11:30:52 -0500
Dave Jones <davej@redhat.com> wrote:

> Enabling CRS by default breaks suspend on the Thinkpad SL510.
> Details in https://bugzilla.redhat.com/show_bug.cgi?id=769657
> 
> Reported-by: Stefan Kirrmann <stefan.kirrmann@gmail.com>
> Signed-off-by: Dave Jones <davej@redhat.com>
> 
> --- linux-3.1.noarch/arch/x86/pci/acpi.c~	2011-12-30 14:42:43.495717907 -0500
> +++ linux-3.1.noarch/arch/x86/pci/acpi.c	2011-12-30 14:45:09.296198024 -0500
> @@ -72,6 +72,16 @@ static const struct dmi_system_id pci_us
>  			DMI_MATCH(DMI_BOARD_NAME, "0M273C"),
>  		},
>  	},
> +	/* https://bugzilla.redhat.com/show_bug.cgi?id=769657 */
> +	{
> +		.callback = set_nouse_crs,
> +		.ident = "Thinkpad SL510",
> +		.matches = {
> +			DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
> +			DMI_MATCH(DMI_BOARD_NAME, "2847DFG"),
> +			DMI_MATCH(DMI_BIOS_VERSION, "6JET85WW (1.43 )"),
> +		},
> +	},
>  	{}
>  };
>  
> 
> 

Ah I see the Thinkpad patch now... applied this one too.   Thanks.

-- 
Jesse Barnes, Intel Open Source Technology Center

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

  reply	other threads:[~2012-01-04 17:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-04 16:30 Add Thinkpad SL510 to pci=nocrs blacklist Dave Jones
2012-01-04 17:10 ` Jesse Barnes [this message]
2012-01-11 16:08   ` Bjorn Helgaas

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=20120104091015.0a8c1b2f@jbarnes-desktop \
    --to=jbarnes@virtuousgeek.org \
    --cc=bhelgaas@google.com \
    --cc=davej@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=x86@kernel.org \
    /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