]> git.baikalelectronics.ru Git - kernel.git/commit
acerhdf: limit modalias matching to supported
authorStefan Bader <stefan.bader@canonical.com>
Tue, 22 Dec 2009 00:20:04 +0000 (16:20 -0800)
committerLen Brown <len.brown@intel.com>
Thu, 24 Dec 2009 05:16:28 +0000 (00:16 -0500)
commit7d81ff0a12d73e0820bf9d685cac120652352801
tree1f0887517e4eae760ebf9b404c5519644e6eb322
parent1dfd889056886b0ae08564c3a9ed72de93d6b122
acerhdf: limit modalias matching to supported

BugLink: https://bugs.launchpad.net/ubuntu/+bug/435958
The module alias currently matches any Acer computer but when loaded the
BIOS checks will only succeed on Aspire One models.  This causes a invalid
BIOS warning for all other models (seen on Aspire 4810T).  This is not
fatal but worries users that see this message.  Limiting the moule alias
to models starting with AOA or DOA for Packard Bell.

Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
Acked-by: Borislav Petkov <petkovbb@gmail.com>
Acked-by: Peter Feuerer <peter@piie.net>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/platform/x86/acerhdf.c