- Handle the special case of ACPI device, the fixed feature button, which is not...
authorCameron Gutman <aicommander@gmail.com>
Wed, 3 Mar 2010 01:40:04 +0000 (01:40 +0000)
committerCameron Gutman <aicommander@gmail.com>
Wed, 3 Mar 2010 01:40:04 +0000 (01:40 +0000)
commit85f84b8eb39a3d44ef47d14f67f7506590a0282f
treefa13b53a86a122a01d42567b3c5eb6268ce0a2eb
parent426585e336517826a60881917d8b9c6a70736742
 - Handle the special case of ACPI device, the fixed feature button, which is not given a handle because it is the direct child of the ACPI root device and is not handled by acpi_bus_get_device (see FIXME in that function). Fortunately, this is not a problem for us since we don't need to differentiate between different "features" of each fixed feature button. We can simply enumerate it as "ACPI\FixedButton" based on its NULL handle.
 - Strange registry corruption bug on QEMU is gone now

svn path=/trunk/; revision=45773
reactos/drivers/bus/acpi/buspdo.c