]> git.karo-electronics.de Git - karo-tx-linux.git/commit
samsung-laptop: make the dmi check less strict
authorCorentin Chary <corentincj@iksaif.net>
Sat, 26 Nov 2011 10:00:10 +0000 (11:00 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 25 Jul 2012 03:10:54 +0000 (04:10 +0100)
commit60b179a2ff59ad09e8217e9dd7266fb23a080ded
tree65b4cc8c006375015ce5c29147596b22d993915b
parent8432d2280bd7558fde3a0385d1b35c947197d754
samsung-laptop: make the dmi check less strict

commit 3be324a94df0c3f032178d04549dbfbf6cccb09a upstream.

This enable the driver for everything that look like
a laptop and is from vendor "SAMSUNG ELECTRONICS CO., LTD.".
Note that laptop supported by samsung-q10 seem to have a different
vendor strict.

Also remove every log output until we know that we have a SABI interface
(except if the driver is forced to load, or debug is enabled).

Keeping a whitelist of laptop with a model granularity is something that can't
work without close vendor cooperation (and we don't have that).

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
[bwh: Backported to 3.2:
 - Adjust context
 - Drop changes relating to ACPI video]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/platform/x86/samsung-laptop.c