From fc1f1120d9362e4a17b6aa100349bc262cb29ab1 Mon Sep 17 00:00:00 2001
From: Stefan Bader <stefan.bader@canonical.com>
Date: Fri, 9 Oct 2009 10:15:33 +0200
Subject: [PATCH] UBUNTU: SAUCE: acerhdf: Also limit the modaliases for the other vendors

This is a follow up to 78fd8d3eaed0ce239b5b607bcd8c7fb7e0a90bd4. The combined
change was agreed upon when discussing with upstream.

BugLink: https://launchpad.net/bugs/446111

When changing the modaliases it makes sense to change the other elements
for Gateway and Packard-Bell as well.

Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
---
 drivers/platform/x86/acerhdf.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/drivers/platform/x86/acerhdf.c b/drivers/platform/x86/acerhdf.c
index 763f233..59a5997 100644
--- a/drivers/platform/x86/acerhdf.c
+++ b/drivers/platform/x86/acerhdf.c
@@ -630,8 +630,9 @@ MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Peter Feuerer");
 MODULE_DESCRIPTION("Aspire One temperature and fan driver");
 MODULE_ALIAS("dmi:*:*Acer*:pnAOA*:");
-MODULE_ALIAS("dmi:*:*Gateway*:*:");
-MODULE_ALIAS("dmi:*:*Packard Bell*:*:");
+MODULE_ALIAS("dmi:*:*Gateway*:*pnAOA:");
+MODULE_ALIAS("dmi:*:*Packard Bell*:*pnAOA:");
+MODULE_ALIAS("dmi:*:*Packard Bell*:*pnDOA:");
 
 module_init(acerhdf_init);
 module_exit(acerhdf_exit);
-- 
1.5.4.3

