Len, Andrey's patch to the ACPI button driver still hasn't been applied to the ACPI tree. -Carlos On Sunday 11 November 2007 08:42:45 Andrey Borzenkov wrote: > Subject: [PATCH] Make real parent for ACPI button input devices > From: Andrey Borzenkov <arvidjaar@xxxxxxx> > > > > Signed-off-by: Andrey Borzenkov <arvidjaar@xxxxxxx> > > --- > > drivers/acpi/button.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drivers/acpi/button.c b/drivers/acpi/button.c > index 24a7865..6c5da83 100644 > --- a/drivers/acpi/button.c > +++ b/drivers/acpi/button.c > @@ -449,6 +449,7 @@ static int acpi_button_add(struct acpi_device *device) > input->phys = button->phys; > input->id.bustype = BUS_HOST; > input->id.product = button->type; > + input->dev.parent = &device->dev; > > switch (button->type) { > case ACPI_BUTTON_TYPE_POWER: -- E-Mail: carlos@xxxxxxxxxxxxxxxxxxx Web: strangeworlds.co.uk GPG Key ID: 0x23EE722D - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html