From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932654AbZHQX0z (ORCPT ); Mon, 17 Aug 2009 19:26:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932510AbZHQX0x (ORCPT ); Mon, 17 Aug 2009 19:26:53 -0400 Received: from ausxippc101.us.dell.com ([143.166.85.207]:55941 "EHLO ausxippc101.us.dell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752383AbZHQX0v (ORCPT ); Mon, 17 Aug 2009 19:26:51 -0400 X-Loopcount0: from 10.9.160.253 Message-ID: <4A89E766.5040600@dell.com> Date: Mon, 17 Aug 2009 18:27:34 -0500 From: Mario Limonciello User-Agent: Thunderbird 2.0.0.22 (X11/20090804) MIME-Version: 1.0 To: cezary.jackiewicz@gmail.com CC: linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/3] Add known supported Dell Mini series laptops to compal-laptop X-Enigmail-Version: 0.95.7 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig6B1842A0038EDB9405183FFB" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig6B1842A0038EDB9405183FFB Content-Type: multipart/mixed; boundary="------------040102060404020909060500" This is a multi-part message in MIME format. --------------040102060404020909060500 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable This adds the system information as matched by DMI tables for laptops I've verified can work with compal-laptop. --=20 Mario Limonciello *Dell | Linux Engineering* mario_limonciello@dell.com --------------040102060404020909060500 Content-Type: text/x-patch; name="01_detect_dell.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline; filename="01_detect_dell.diff" --- drivers/platform/x86/compal-laptop.c.old 2009-08-17 06:27:52.73178692= 8 -0500 +++ drivers/platform/x86//compal-laptop.c 2009-08-17 06:29:31.199787056 -= 0500 @@ -311,6 +311,39 @@ }, .callback =3D dmi_check_cb }, + { + .ident =3D "Dell Mini 9", + .matches =3D { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 910"), + }, + .callback =3D dmi_check_cb + }, + { + .ident =3D "Dell Mini 10", + .matches =3D { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 1010"), + }, + .callback =3D dmi_check_cb + }, + { + .ident =3D "Dell Mini 10v", + .matches =3D { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 1011"), + }, + .callback =3D dmi_check_cb + }, + { + .ident =3D "Dell Inspiron 1010", + .matches =3D { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 1110"), + }, + .callback =3D dmi_check_cb + }, + { } }; =20 @@ -404,3 +437,7 @@ MODULE_ALIAS("dmi:*:rnIFL91:rvrIFT00:*"); MODULE_ALIAS("dmi:*:rnJFL92:rvrIFT00:*"); MODULE_ALIAS("dmi:*:rnIFT00:rvrIFT00:*"); +MODULE_ALIAS("dmi:*:svnDellInc.:pnInspiron910:*"); +MODULE_ALIAS("dmi:*:svnDellInc.:pnInspiron1010:*"); +MODULE_ALIAS("dmi:*:svnDellInc.:pnInspiron1011:*"); +MODULE_ALIAS("dmi:*:svnDellInc.:pnInspiron1110:*"); --------------040102060404020909060500-- --------------enig6B1842A0038EDB9405183FFB Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkqJ52YACgkQ2CrZjkA73YufUgCcDzQQofbgHdmyWntRZBwL0Ta9 HhoAn2E3HyeOWvxt5a5fePT/+Id2OEz4 =N+ge -----END PGP SIGNATURE----- --------------enig6B1842A0038EDB9405183FFB--