public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Matt Domsch <Matt_Domsch@dell.com>
To: davej@redhat.com
Cc: linux-kernel@vger.kernel.org, torvalds@osdl.org, akpm@osdl.org
Subject: Re: DMI updates from 2.4
Date: Fri, 23 Jan 2004 07:32:50 -0600	[thread overview]
Message-ID: <20040123073250.A21294@lists.us.dell.com> (raw)
In-Reply-To: <E1Ajuub-0000x4-00@hardwired>; from davej@redhat.com on Fri, Jan 23, 2004 at 06:35:25AM +0000

> +	{ set_apm_ints, "Dell Latitude", {  /* Allow interrupts during suspend on Dell Latitude laptops*/
> +			MATCH(DMI_SYS_VENDOR, "Dell Computer Corporation"),
> +			MATCH(DMI_PRODUCT_NAME, "Latitude C510"),
> +			NO_MATCH, NO_MATCH
> +			} },
> +	{ apm_is_horked, "Dell Inspiron 2500", { /* APM crashes */
> +			MATCH(DMI_SYS_VENDOR, "Dell Computer Corporation"),
> +			MATCH(DMI_PRODUCT_NAME, "Inspiron 2500"),
> +			MATCH(DMI_BIOS_VENDOR,"Phoenix Technologies LTD"),
> +			MATCH(DMI_BIOS_VERSION,"A11")
> +			} },
> +	{ set_apm_ints, "Dell Inspiron", {	/* Allow interrupts during suspend on Dell Inspiron laptops*/
> +			MATCH(DMI_SYS_VENDOR, "Dell Computer Corporation"),
> +			MATCH(DMI_PRODUCT_NAME, "Inspiron 4000"),
> +			NO_MATCH, NO_MATCH
> +			} },
>  	{ broken_apm_power, "Dell Inspiron 5000e", {	/* Handle problems with APM on Inspiron 5000e */
>  			MATCH(DMI_BIOS_VENDOR, "Phoenix Technologies LTD"),
>  			MATCH(DMI_BIOS_VERSION, "A04"),
> @@ -568,6 +608,12 @@ static __initdata struct dmi_blacklist d
>  			MATCH(DMI_BIOS_VERSION, "A12"),
>  			MATCH(DMI_BIOS_DATE, "02/04/2002"), NO_MATCH
>  			} },
> +	{ apm_is_horked, "Dell Dimension 4100", { /* APM crashes */
> +			MATCH(DMI_SYS_VENDOR, "Dell Computer Corporation"),
> +			MATCH(DMI_PRODUCT_NAME, "XPS-Z"),
> +			MATCH(DMI_BIOS_VENDOR,"Intel Corp."),
> +			MATCH(DMI_BIOS_VERSION,"A11")
> +			} },
> -	{ set_apm_ints, "Dell Inspiron", {	/* Allow interrupts during suspend on Dell Inspiron laptops*/
> -			MATCH(DMI_SYS_VENDOR, "Dell Computer Corporation"),
> -			MATCH(DMI_PRODUCT_NAME, "Inspiron 4000"),
> -			NO_MATCH, NO_MATCH
> -			} },


For Dell desktops/notebooks, if someone can provide me with details
regarding BIOS crashes (more than "it's horked", but how it's horked,
and if it's clearly like an ACPI table that's wrong and can be shown
how), I've got the ears of the BIOS guys (being held in jars on
my desk).  They're getting tired of hearing on the discussion boards
"Dell BIOSses are broken".

Of course, I take reports of server and workstation BIOS problems too.

Thanks,
Matt

-- 
Matt Domsch
Sr. Software Engineer, Lead Engineer
Dell Linux Solutions www.dell.com/linux
Linux on Dell mailing lists @ http://lists.us.dell.com

  parent reply	other threads:[~2004-01-23 13:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-23  6:35 DMI updates from 2.4 davej
2004-01-23  7:37 ` Andrew Morton
2004-01-23  7:48   ` Dave Jones
2004-01-23 21:31     ` Dave Jones
2004-01-23 13:32 ` Matt Domsch [this message]
2004-01-23 15:17   ` Ducrot Bruno

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=20040123073250.A21294@lists.us.dell.com \
    --to=matt_domsch@dell.com \
    --cc=akpm@osdl.org \
    --cc=davej@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.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