linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Garzik <jeff@garzik.org>
To: Tejun Heo <htejun@gmail.com>
Cc: IDE/ATA development list <linux-ide@vger.kernel.org>
Subject: Re: [PATCH #upstream-fixes] ata_piix: add TECRA M4 to broken suspend list
Date: Wed, 18 Jun 2008 20:30:17 -0400	[thread overview]
Message-ID: <4859A899.6080807@garzik.org> (raw)
In-Reply-To: <4852383E.3000901@gmail.com>

Tejun Heo wrote:
> TOSHIBA also used "TECRA M4" in additon to "Tecra M4", add it.
> 
> Signed-off-by: Tejun Heo <htejun@gmail.com>
> ---
>  drivers/ata/ata_piix.c |    7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
> index 81b7ae3..a90ae03 100644
> --- a/drivers/ata/ata_piix.c
> +++ b/drivers/ata/ata_piix.c
> @@ -1043,6 +1043,13 @@ static int piix_broken_suspend(void)
>  			},
>  		},
>  		{
> +			.ident = "TECRA M4",
> +			.matches = {
> +				DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
> +				DMI_MATCH(DMI_PRODUCT_NAME, "TECRA M4"),
> +			},
> +		},
> +		{
>  			.ident = "TECRA M5",
>  			.matches = {
>  				DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),

applied



      reply	other threads:[~2008-06-19  0:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-13  9:05 [PATCH #upstream-fixes] ata_piix: add TECRA M4 to broken suspend list Tejun Heo
2008-06-19  0:30 ` Jeff Garzik [this message]

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=4859A899.6080807@garzik.org \
    --to=jeff@garzik.org \
    --cc=htejun@gmail.com \
    --cc=linux-ide@vger.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;
as well as URLs for NNTP newsgroup(s).