ACPI: Fix autloading of dock, video, bay and all linux specific HID drivers
authorFrank Seidel <fseidel@suse.de>
Fri, 7 Dec 2007 12:20:34 +0000 (13:20 +0100)
committerLen Brown <len.brown@intel.com>
Sat, 8 Dec 2007 06:51:27 +0000 (01:51 -0500)
commit3620f2f2f39e7870cf1a4fb2e34063a142f28716
treef6b8d14f94c31216238417ca893433c741922a25
parentf194d132e4971111f85c18c96067acffb13cee6d
ACPI: Fix autloading of dock, video, bay and all linux specific HID drivers

References: https://bugzilla.novell.com/show_bug.cgi?id=302482

Due to the new autloading of acpi drivers, the dock driver
wasn't loaded anymore as there is no HID to identify it with
(dock is needed if ACPI has a  _DCK method).
This patch is a workaround for this, original by Thomas Renninger,
revised first by Kay Sievers and last by Frank Seidel.
V2 of this patch fixed problems on systems without a defined _CID for
the docking devices.

Signed-off-by: Thomas Renninger <trenn@novell.com>
Signed-off-by: Kay Sievers <kasievers@novell.com>
Signed-off-by: Frank Seidel <fseidel@suse.de>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/scan.c