]> git.karo-electronics.de Git - karo-tx-linux.git/commit
asus-laptop: Do not call HWRS on init
authorBen Hutchings <ben@decadent.org.uk>
Thu, 29 Nov 2012 08:12:37 +0000 (09:12 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 6 Mar 2013 03:24:26 +0000 (03:24 +0000)
commit989c07163fe2672e488124e7d606cda349e719ba
tree8a1a0e52d22180e70731780734485a8870578628
parent6f06c8d13890b34a9de8760e7c0dc76291fdf682
asus-laptop: Do not call HWRS on init

commit cb7da022450cdaaebd33078b6b32fb7dd2aaf6db upstream.

Since commit 8871e99f89b7 ('asus-laptop: HRWS/HWRS typo'), module
initialisation is very slow on the Asus UL30A.  The HWRS method takes
about 12 seconds to run, and subsequent initialisation also seems to
be delayed.  Since we don't really need the result, don't bother
calling it on init.  Those who are curious can still get the result
through the 'infos' device attribute.

Update the comment about HWRS in show_infos().

Reported-by: ryan <draziw+deb@gmail.com>
References: http://bugs.debian.org/692436
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
drivers/platform/x86/asus-laptop.c