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)
commitbdc731bc5fcd1794e9ac8ac80c389d302381c123
tree1f0887517e4eae760ebf9b404c5519644e6eb322
parent936c8bcd7f5b418d0e040be539ceb4d2ac3bc0b8
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