wmi-acer: Fix PNP0C14 on pre 2.6.23 kernels
commit098d8f4e9c382b76775726cc09bb6a9f11d03575
authorCarlos Corbacho <cathectic@gmail.com>
Tue, 16 Oct 2007 02:20:02 +0000 (16 03:20 +0100)
committerCarlos Corbacho <cathectic@gmail.com>
Tue, 16 Oct 2007 02:20:02 +0000 (16 03:20 +0100)
treebf4a4d47ed72d7e52800bd044a5c6768e19eb4e4
parentcabf8e92c025703c3029b65ceb4dc353870a746e
wmi-acer: Fix PNP0C14 on pre 2.6.23 kernels

On older kernels, wmi-acer used the "hack" of just changing .ids and
then re-calling acpi_bus_register_driver - this causes .add not to be
run on the second call.

Fix this by properly supporting multiple _HIDs on older kernels
with a simple comma seperated list.
wmi-acer.c