]> git.karo-electronics.de Git - karo-tx-linux.git/commit
msi-laptop: merge quirk tables to one
authorLee, Chun-Yi <jlee@suse.com>
Sat, 15 Dec 2012 17:31:27 +0000 (19:31 +0200)
committerMatthew Garrett <matthew.garrett@nebula.com>
Wed, 26 Dec 2012 15:06:29 +0000 (10:06 -0500)
commit006e94b9a5c5ca6cc2d9ccb7457f6c447f9979f3
tree97e7cd9b121557457f15ea8940df1aed425aee8c
parentd5c21f87b7b22443443067f600e12d419345d2dd
msi-laptop: merge quirk tables to one

This patch introduced a quirk_entry struct, then we merged all quirk
tables to msi_dmi_table. Then we can more easily to set different quirk
attributes for different machine.

Signed-off-by: Lee, Chun-Yi <jlee@suse.com>
Changed this patch so that it could be applied before MSI Wind U100
support patch. Changed rfkill logic for ec_read_only quirk support.
Removed delays if ec_delay = false.

Signed-off-by: Maxim Mikityanskiy <maxtram95@gmail.com>
Acked-by: Lee, Chun-Yi <jlee@suse.com>
Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
drivers/platform/x86/msi-laptop.c