Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
| 2 | * blacklist.c |
| 3 | * |
| 4 | * Check to see if the given machine has a known bad ACPI BIOS |
| 5 | * or if the BIOS is too old. |
Len Brown | d4b7dc4 | 2008-01-23 20:50:56 -0500 | [diff] [blame] | 6 | * Check given machine against acpi_osi_dmi_table[]. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | * |
| 8 | * Copyright (C) 2004 Len Brown <len.brown@intel.com> |
| 9 | * Copyright (C) 2002 Andy Grover <andrew.grover@intel.com> |
| 10 | * |
| 11 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 12 | * |
| 13 | * This program is free software; you can redistribute it and/or modify |
| 14 | * it under the terms of the GNU General Public License as published by |
| 15 | * the Free Software Foundation; either version 2 of the License, or (at |
| 16 | * your option) any later version. |
| 17 | * |
| 18 | * This program is distributed in the hope that it will be useful, but |
| 19 | * WITHOUT ANY WARRANTY; without even the implied warranty of |
| 20 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 21 | * General Public License for more details. |
| 22 | * |
| 23 | * You should have received a copy of the GNU General Public License along |
| 24 | * with this program; if not, write to the Free Software Foundation, Inc., |
| 25 | * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. |
| 26 | * |
| 27 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 28 | */ |
| 29 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 30 | #include <linux/kernel.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 31 | #include <linux/init.h> |
| 32 | #include <linux/acpi.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 33 | #include <linux/dmi.h> |
| 34 | |
Len Brown | a192a95 | 2009-07-28 16:45:54 -0400 | [diff] [blame] | 35 | #include "internal.h" |
| 36 | |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 37 | enum acpi_blacklist_predicates { |
| 38 | all_versions, |
| 39 | less_than_or_equal, |
| 40 | equal, |
| 41 | greater_than_or_equal, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 42 | }; |
| 43 | |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 44 | struct acpi_blacklist_item { |
| 45 | char oem_id[7]; |
| 46 | char oem_table_id[9]; |
| 47 | u32 oem_revision; |
Alexey Starikovskiy | ad71860a | 2007-02-02 19:48:19 +0300 | [diff] [blame] | 48 | char *table; |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 49 | enum acpi_blacklist_predicates oem_revision_predicate; |
| 50 | char *reason; |
| 51 | u32 is_critical_error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 52 | }; |
| 53 | |
Len Brown | d4b7dc4 | 2008-01-23 20:50:56 -0500 | [diff] [blame] | 54 | static struct dmi_system_id acpi_osi_dmi_table[] __initdata; |
| 55 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 56 | /* |
| 57 | * POLICY: If *anything* doesn't work, put it on the blacklist. |
| 58 | * If they are critical errors, mark it critical, and abort driver load. |
| 59 | */ |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 60 | static struct acpi_blacklist_item acpi_blacklist[] __initdata = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 61 | /* Compaq Presario 1700 */ |
Alexey Starikovskiy | ad71860a | 2007-02-02 19:48:19 +0300 | [diff] [blame] | 62 | {"PTLTD ", " DSDT ", 0x06040000, ACPI_SIG_DSDT, less_than_or_equal, |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 63 | "Multiple problems", 1}, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 64 | /* Sony FX120, FX140, FX150? */ |
Alexey Starikovskiy | ad71860a | 2007-02-02 19:48:19 +0300 | [diff] [blame] | 65 | {"SONY ", "U0 ", 0x20010313, ACPI_SIG_DSDT, less_than_or_equal, |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 66 | "ACPI driver problem", 1}, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 67 | /* Compaq Presario 800, Insyde BIOS */ |
Alexey Starikovskiy | ad71860a | 2007-02-02 19:48:19 +0300 | [diff] [blame] | 68 | {"INT440", "SYSFexxx", 0x00001001, ACPI_SIG_DSDT, less_than_or_equal, |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 69 | "Does not use _REG to protect EC OpRegions", 1}, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 70 | /* IBM 600E - _ADR should return 7, but it returns 1 */ |
Alexey Starikovskiy | ad71860a | 2007-02-02 19:48:19 +0300 | [diff] [blame] | 71 | {"IBM ", "TP600E ", 0x00000105, ACPI_SIG_DSDT, less_than_or_equal, |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 72 | "Incorrect _ADR", 1}, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 73 | |
| 74 | {""} |
| 75 | }; |
| 76 | |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 77 | int __init acpi_blacklisted(void) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 78 | { |
| 79 | int i = 0; |
| 80 | int blacklisted = 0; |
Alexey Starikovskiy | 428f211 | 2007-02-02 19:48:22 +0300 | [diff] [blame] | 81 | struct acpi_table_header table_header; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 82 | |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 83 | while (acpi_blacklist[i].oem_id[0] != '\0') { |
Alexey Starikovskiy | ad71860a | 2007-02-02 19:48:19 +0300 | [diff] [blame] | 84 | if (acpi_get_table_header(acpi_blacklist[i].table, 0, &table_header)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 85 | i++; |
| 86 | continue; |
| 87 | } |
| 88 | |
Alexey Starikovskiy | 428f211 | 2007-02-02 19:48:22 +0300 | [diff] [blame] | 89 | if (strncmp(acpi_blacklist[i].oem_id, table_header.oem_id, 6)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 90 | i++; |
| 91 | continue; |
| 92 | } |
| 93 | |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 94 | if (strncmp |
Alexey Starikovskiy | 428f211 | 2007-02-02 19:48:22 +0300 | [diff] [blame] | 95 | (acpi_blacklist[i].oem_table_id, table_header.oem_table_id, |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 96 | 8)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 97 | i++; |
| 98 | continue; |
| 99 | } |
| 100 | |
| 101 | if ((acpi_blacklist[i].oem_revision_predicate == all_versions) |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 102 | || (acpi_blacklist[i].oem_revision_predicate == |
| 103 | less_than_or_equal |
Alexey Starikovskiy | 428f211 | 2007-02-02 19:48:22 +0300 | [diff] [blame] | 104 | && table_header.oem_revision <= |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 105 | acpi_blacklist[i].oem_revision) |
| 106 | || (acpi_blacklist[i].oem_revision_predicate == |
| 107 | greater_than_or_equal |
Alexey Starikovskiy | 428f211 | 2007-02-02 19:48:22 +0300 | [diff] [blame] | 108 | && table_header.oem_revision >= |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 109 | acpi_blacklist[i].oem_revision) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 110 | || (acpi_blacklist[i].oem_revision_predicate == equal |
Alexey Starikovskiy | 428f211 | 2007-02-02 19:48:22 +0300 | [diff] [blame] | 111 | && table_header.oem_revision == |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 112 | acpi_blacklist[i].oem_revision)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 113 | |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 114 | printk(KERN_ERR PREFIX |
| 115 | "Vendor \"%6.6s\" System \"%8.8s\" " |
| 116 | "Revision 0x%x has a known ACPI BIOS problem.\n", |
| 117 | acpi_blacklist[i].oem_id, |
| 118 | acpi_blacklist[i].oem_table_id, |
| 119 | acpi_blacklist[i].oem_revision); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 120 | |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 121 | printk(KERN_ERR PREFIX |
| 122 | "Reason: %s. This is a %s error\n", |
| 123 | acpi_blacklist[i].reason, |
| 124 | (acpi_blacklist[i]. |
| 125 | is_critical_error ? "non-recoverable" : |
| 126 | "recoverable")); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 127 | |
| 128 | blacklisted = acpi_blacklist[i].is_critical_error; |
| 129 | break; |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 130 | } else { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 131 | i++; |
| 132 | } |
| 133 | } |
| 134 | |
Len Brown | d4b7dc4 | 2008-01-23 20:50:56 -0500 | [diff] [blame] | 135 | dmi_check_system(acpi_osi_dmi_table); |
| 136 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 137 | return blacklisted; |
| 138 | } |
Len Brown | d4b7dc4 | 2008-01-23 20:50:56 -0500 | [diff] [blame] | 139 | #ifdef CONFIG_DMI |
Len Brown | 98f1db2 | 2008-01-23 20:56:18 -0500 | [diff] [blame] | 140 | static int __init dmi_enable_osi_linux(const struct dmi_system_id *d) |
| 141 | { |
| 142 | acpi_dmi_osi_linux(1, d); /* enable */ |
| 143 | return 0; |
| 144 | } |
Len Brown | 46c1fbd | 2008-02-13 23:13:25 -0500 | [diff] [blame] | 145 | static int __init dmi_disable_osi_vista(const struct dmi_system_id *d) |
| 146 | { |
| 147 | printk(KERN_NOTICE PREFIX "DMI detected: %s\n", d->ident); |
| 148 | acpi_osi_setup("!Windows 2006"); |
Len Brown | bbb7030 | 2010-09-28 17:48:49 -0400 | [diff] [blame] | 149 | acpi_osi_setup("!Windows 2006 SP1"); |
| 150 | acpi_osi_setup("!Windows 2006 SP2"); |
Len Brown | 46c1fbd | 2008-02-13 23:13:25 -0500 | [diff] [blame] | 151 | return 0; |
| 152 | } |
Zhang Rui | 81074e9 | 2009-12-21 16:13:15 +0800 | [diff] [blame] | 153 | static int __init dmi_disable_osi_win7(const struct dmi_system_id *d) |
| 154 | { |
| 155 | printk(KERN_NOTICE PREFIX "DMI detected: %s\n", d->ident); |
| 156 | acpi_osi_setup("!Windows 2009"); |
| 157 | return 0; |
| 158 | } |
Felipe Contreras | cb7a386c | 2013-07-29 14:20:58 -0500 | [diff] [blame] | 159 | static int __init dmi_disable_osi_win8(const struct dmi_system_id *d) |
| 160 | { |
| 161 | printk(KERN_NOTICE PREFIX "DMI detected: %s\n", d->ident); |
| 162 | acpi_osi_setup("!Windows 2012"); |
| 163 | return 0; |
| 164 | } |
Len Brown | a1bd4e3 | 2008-01-23 21:19:27 -0500 | [diff] [blame] | 165 | |
Len Brown | d4b7dc4 | 2008-01-23 20:50:56 -0500 | [diff] [blame] | 166 | static struct dmi_system_id acpi_osi_dmi_table[] __initdata = { |
Len Brown | 46c1fbd | 2008-02-13 23:13:25 -0500 | [diff] [blame] | 167 | { |
| 168 | .callback = dmi_disable_osi_vista, |
| 169 | .ident = "Fujitsu Siemens", |
| 170 | .matches = { |
| 171 | DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"), |
Len Brown | a6e0887 | 2008-11-08 01:21:10 -0500 | [diff] [blame] | 172 | DMI_MATCH(DMI_PRODUCT_NAME, "ESPRIMO Mobile V5505"), |
Len Brown | 46c1fbd | 2008-02-13 23:13:25 -0500 | [diff] [blame] | 173 | }, |
| 174 | }, |
Zhang Rui | 35a7c64f | 2009-06-22 11:31:17 +0800 | [diff] [blame] | 175 | { |
Lee, Chun-Yi | 3deb11e | 2010-10-01 16:28:29 +0800 | [diff] [blame] | 176 | /* |
| 177 | * There have a NVIF method in MSI GX723 DSDT need call by Nvidia |
| 178 | * driver (e.g. nouveau) when user press brightness hotkey. |
| 179 | * Currently, nouveau driver didn't do the job and it causes there |
| 180 | * have a infinite while loop in DSDT when user press hotkey. |
| 181 | * We add MSI GX723's dmi information to this table for workaround |
| 182 | * this issue. |
| 183 | * Will remove MSI GX723 from the table after nouveau grows support. |
| 184 | */ |
| 185 | .callback = dmi_disable_osi_vista, |
| 186 | .ident = "MSI GX723", |
| 187 | .matches = { |
| 188 | DMI_MATCH(DMI_SYS_VENDOR, "Micro-Star International"), |
| 189 | DMI_MATCH(DMI_PRODUCT_NAME, "GX723"), |
| 190 | }, |
| 191 | }, |
| 192 | { |
Zhang Rui | 35a7c64f | 2009-06-22 11:31:17 +0800 | [diff] [blame] | 193 | .callback = dmi_disable_osi_vista, |
| 194 | .ident = "Sony VGN-NS10J_S", |
| 195 | .matches = { |
| 196 | DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"), |
| 197 | DMI_MATCH(DMI_PRODUCT_NAME, "VGN-NS10J_S"), |
| 198 | }, |
| 199 | }, |
| 200 | { |
| 201 | .callback = dmi_disable_osi_vista, |
| 202 | .ident = "Sony VGN-SR290J", |
| 203 | .matches = { |
| 204 | DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"), |
Nik A. Melchior | 096486e | 2010-06-21 12:47:05 +0800 | [diff] [blame] | 205 | DMI_MATCH(DMI_PRODUCT_NAME, "VGN-SR290J"), |
Zhang Rui | 35a7c64f | 2009-06-22 11:31:17 +0800 | [diff] [blame] | 206 | }, |
| 207 | }, |
Zhang Rui | 81074e9 | 2009-12-21 16:13:15 +0800 | [diff] [blame] | 208 | { |
Zhang Rui | 4b1b29b | 2010-06-08 15:28:40 +0800 | [diff] [blame] | 209 | .callback = dmi_disable_osi_vista, |
| 210 | .ident = "VGN-NS50B_L", |
| 211 | .matches = { |
| 212 | DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"), |
| 213 | DMI_MATCH(DMI_PRODUCT_NAME, "VGN-NS50B_L"), |
| 214 | }, |
| 215 | }, |
| 216 | { |
Len Brown | 7a1d602 | 2010-09-28 17:51:51 -0400 | [diff] [blame] | 217 | .callback = dmi_disable_osi_vista, |
| 218 | .ident = "Toshiba Satellite L355", |
| 219 | .matches = { |
| 220 | DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), |
| 221 | DMI_MATCH(DMI_PRODUCT_VERSION, "Satellite L355"), |
| 222 | }, |
| 223 | }, |
| 224 | { |
Zhang Rui | 81074e9 | 2009-12-21 16:13:15 +0800 | [diff] [blame] | 225 | .callback = dmi_disable_osi_win7, |
| 226 | .ident = "ASUS K50IJ", |
| 227 | .matches = { |
| 228 | DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."), |
| 229 | DMI_MATCH(DMI_PRODUCT_NAME, "K50IJ"), |
| 230 | }, |
| 231 | }, |
Zhang Rui | 337279c | 2010-09-28 22:48:55 -0400 | [diff] [blame] | 232 | { |
| 233 | .callback = dmi_disable_osi_vista, |
| 234 | .ident = "Toshiba P305D", |
| 235 | .matches = { |
| 236 | DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), |
| 237 | DMI_MATCH(DMI_PRODUCT_NAME, "Satellite P305D"), |
| 238 | }, |
| 239 | }, |
Levente Kurusa | 1bdb71a | 2013-10-22 16:53:35 +0200 | [diff] [blame] | 240 | { |
| 241 | .callback = dmi_disable_osi_vista, |
| 242 | .ident = "Toshiba NB100", |
| 243 | .matches = { |
| 244 | DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), |
| 245 | DMI_MATCH(DMI_PRODUCT_NAME, "NB100"), |
| 246 | }, |
| 247 | }, |
Felipe Contreras | 068aab7 | 2013-10-06 20:59:55 -0500 | [diff] [blame] | 248 | |
| 249 | /* |
| 250 | * The following machines have broken backlight support when reporting |
| 251 | * the Windows 2012 OSI, so disable it until their support is fixed. |
| 252 | */ |
Felipe Contreras | cb7a386c | 2013-07-29 14:20:58 -0500 | [diff] [blame] | 253 | { |
| 254 | .callback = dmi_disable_osi_win8, |
| 255 | .ident = "ASUS Zenbook Prime UX31A", |
| 256 | .matches = { |
| 257 | DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), |
| 258 | DMI_MATCH(DMI_PRODUCT_NAME, "UX31A"), |
| 259 | }, |
| 260 | }, |
Felipe Contreras | 94fb982 | 2013-08-25 12:37:33 -0500 | [diff] [blame] | 261 | { |
| 262 | .callback = dmi_disable_osi_win8, |
Felipe Contreras | f0eb2e5 | 2013-11-05 01:20:42 -0600 | [diff] [blame] | 263 | .ident = "ThinkPad Edge E530", |
Felipe Contreras | 94fb982 | 2013-08-25 12:37:33 -0500 | [diff] [blame] | 264 | .matches = { |
| 265 | DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), |
| 266 | DMI_MATCH(DMI_PRODUCT_VERSION, "3259A2G"), |
| 267 | }, |
| 268 | }, |
Felipe Contreras | b4cb924 | 2013-10-03 12:13:03 -0500 | [diff] [blame] | 269 | { |
| 270 | .callback = dmi_disable_osi_win8, |
| 271 | .ident = "ThinkPad Edge E530", |
| 272 | .matches = { |
| 273 | DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), |
| 274 | DMI_MATCH(DMI_PRODUCT_VERSION, "3259CTO"), |
| 275 | }, |
| 276 | }, |
| 277 | { |
| 278 | .callback = dmi_disable_osi_win8, |
| 279 | .ident = "ThinkPad Edge E530", |
| 280 | .matches = { |
| 281 | DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), |
| 282 | DMI_MATCH(DMI_PRODUCT_VERSION, "3259HJG"), |
| 283 | }, |
| 284 | }, |
| 285 | { |
| 286 | .callback = dmi_disable_osi_win8, |
| 287 | .ident = "Acer Aspire V5-573G", |
| 288 | .matches = { |
| 289 | DMI_MATCH(DMI_SYS_VENDOR, "Acer Aspire"), |
| 290 | DMI_MATCH(DMI_PRODUCT_VERSION, "V5-573G/Dazzle_HW"), |
| 291 | }, |
| 292 | }, |
| 293 | { |
| 294 | .callback = dmi_disable_osi_win8, |
| 295 | .ident = "Acer Aspire V5-572G", |
| 296 | .matches = { |
| 297 | DMI_MATCH(DMI_SYS_VENDOR, "Acer Aspire"), |
| 298 | DMI_MATCH(DMI_PRODUCT_VERSION, "V5-572G/Dazzle_CX"), |
| 299 | }, |
| 300 | }, |
| 301 | { |
| 302 | .callback = dmi_disable_osi_win8, |
| 303 | .ident = "ThinkPad T431s", |
| 304 | .matches = { |
| 305 | DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), |
| 306 | DMI_MATCH(DMI_PRODUCT_VERSION, "20AACTO1WW"), |
| 307 | }, |
| 308 | }, |
| 309 | { |
| 310 | .callback = dmi_disable_osi_win8, |
| 311 | .ident = "ThinkPad T430", |
| 312 | .matches = { |
| 313 | DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), |
| 314 | DMI_MATCH(DMI_PRODUCT_VERSION, "2349D15"), |
| 315 | }, |
| 316 | }, |
Len Brown | a6e0887 | 2008-11-08 01:21:10 -0500 | [diff] [blame] | 317 | |
Len Brown | a1bd4e3 | 2008-01-23 21:19:27 -0500 | [diff] [blame] | 318 | /* |
Len Brown | a6e0887 | 2008-11-08 01:21:10 -0500 | [diff] [blame] | 319 | * BIOS invocation of _OSI(Linux) is almost always a BIOS bug. |
| 320 | * Linux ignores it, except for the machines enumerated below. |
Len Brown | a1bd4e3 | 2008-01-23 21:19:27 -0500 | [diff] [blame] | 321 | */ |
Len Brown | a6e0887 | 2008-11-08 01:21:10 -0500 | [diff] [blame] | 322 | |
Len Brown | a1bd4e3 | 2008-01-23 21:19:27 -0500 | [diff] [blame] | 323 | /* |
| 324 | * Lenovo has a mix of systems OSI(Linux) situations |
| 325 | * and thus we can not wildcard the vendor. |
| 326 | * |
Len Brown | 98f1db2 | 2008-01-23 20:56:18 -0500 | [diff] [blame] | 327 | * _OSI(Linux) helps sound |
| 328 | * DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad R61"), |
| 329 | * DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad T61"), |
Jerone Young | 8b1edc5 | 2009-08-27 00:04:44 -0500 | [diff] [blame] | 330 | * T400, T500 |
Len Brown | bb54675 | 2008-02-10 21:29:56 -0500 | [diff] [blame] | 331 | * _OSI(Linux) has Linux specific hooks |
| 332 | * DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad X61"), |
Len Brown | a1bd4e3 | 2008-01-23 21:19:27 -0500 | [diff] [blame] | 333 | * _OSI(Linux) is a NOP: |
| 334 | * DMI_MATCH(DMI_PRODUCT_VERSION, "3000 N100"), |
Len Brown | bb54675 | 2008-02-10 21:29:56 -0500 | [diff] [blame] | 335 | * DMI_MATCH(DMI_PRODUCT_VERSION, "LENOVO3000 V100"), |
Len Brown | 98f1db2 | 2008-01-23 20:56:18 -0500 | [diff] [blame] | 336 | */ |
| 337 | { |
| 338 | .callback = dmi_enable_osi_linux, |
| 339 | .ident = "Lenovo ThinkPad R61", |
| 340 | .matches = { |
| 341 | DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), |
| 342 | DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad R61"), |
| 343 | }, |
| 344 | }, |
| 345 | { |
| 346 | .callback = dmi_enable_osi_linux, |
| 347 | .ident = "Lenovo ThinkPad T61", |
| 348 | .matches = { |
| 349 | DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), |
| 350 | DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad T61"), |
| 351 | }, |
| 352 | }, |
Len Brown | a1bd4e3 | 2008-01-23 21:19:27 -0500 | [diff] [blame] | 353 | { |
Len Brown | bb54675 | 2008-02-10 21:29:56 -0500 | [diff] [blame] | 354 | .callback = dmi_enable_osi_linux, |
Len Brown | 446b1df | 2008-02-07 16:23:00 -0500 | [diff] [blame] | 355 | .ident = "Lenovo ThinkPad X61", |
| 356 | .matches = { |
| 357 | DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), |
| 358 | DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad X61"), |
| 359 | }, |
| 360 | }, |
Jerone Young | 8b1edc5 | 2009-08-27 00:04:44 -0500 | [diff] [blame] | 361 | { |
| 362 | .callback = dmi_enable_osi_linux, |
| 363 | .ident = "Lenovo ThinkPad T400", |
| 364 | .matches = { |
| 365 | DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), |
| 366 | DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad T400"), |
| 367 | }, |
| 368 | }, |
| 369 | { |
| 370 | .callback = dmi_enable_osi_linux, |
| 371 | .ident = "Lenovo ThinkPad T500", |
| 372 | .matches = { |
| 373 | DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), |
| 374 | DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad T500"), |
| 375 | }, |
| 376 | }, |
Len Brown | d4b7dc4 | 2008-01-23 20:50:56 -0500 | [diff] [blame] | 377 | {} |
| 378 | }; |
| 379 | |
| 380 | #endif /* CONFIG_DMI */ |