forked from luck/tmp_suning_uos_patched
Input: i8042 - enable DMI quirks on x86-64
If firmware does not implement AUX_LOOP comand in 32 bit mode it is unlikely to implement it in 64 bit mode. Same goes for active multiplexing. See: http://bugzilla.kernel.org/show_bug.cgi?id=9664 Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
parent
5799ddb54e
commit
b4d62de162
@ -63,7 +63,7 @@ static inline void i8042_write_command(int val)
|
||||
outb(val, I8042_COMMAND_REG);
|
||||
}
|
||||
|
||||
#if defined(__i386__)
|
||||
#if defined(__i386__) || defined(__x86_64__)
|
||||
|
||||
#include <linux/dmi.h>
|
||||
|
||||
@ -563,7 +563,7 @@ static int __init i8042_platform_init(void)
|
||||
i8042_reset = 1;
|
||||
#endif
|
||||
|
||||
#if defined(__i386__)
|
||||
#if defined(__i386__) || defined(__x86_64__)
|
||||
if (dmi_check_system(i8042_dmi_noloop_table))
|
||||
i8042_noloop = 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user