diff options
| author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2008-11-14 13:32:42 -0500 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2008-11-19 16:52:55 -0500 |
| commit | 5f4ba04ffd8fc9f6b15b92270ef0517ae52dcf3a (patch) | |
| tree | 2688d4fd18ef5af50f749a49765d2240ef15b3db /drivers/input | |
| parent | 734f0bae9504216bd760493ed4744a34cfe0e7ce (diff) | |
Input: i8042 - add Compal Hel80 laptop to nomux blacklist
Reported-by: Jaime Cura <jimyx17@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input')
| -rw-r--r-- | drivers/input/serio/i8042-x86ia64io.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h index 5db1d0b7456e..29e686388a2c 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h | |||
| @@ -344,6 +344,13 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = { | |||
| 344 | DMI_MATCH(DMI_PRODUCT_NAME, "XPS M1530"), | 344 | DMI_MATCH(DMI_PRODUCT_NAME, "XPS M1530"), |
| 345 | }, | 345 | }, |
| 346 | }, | 346 | }, |
| 347 | { | ||
| 348 | .ident = "Compal HEL80I", | ||
| 349 | .matches = { | ||
| 350 | DMI_MATCH(DMI_SYS_VENDOR, "COMPAL"), | ||
| 351 | DMI_MATCH(DMI_PRODUCT_NAME, "HEL80I"), | ||
| 352 | }, | ||
| 353 | }, | ||
| 347 | { } | 354 | { } |
| 348 | }; | 355 | }; |
| 349 | 356 | ||
