On Tuesday 06 November 2007, Dmitry Torokhov wrote: > Hi David, > > On Nov 6, 2007 3:07 PM, David Brownell <david-b@xxxxxxxxxxx> wrote: > > --- g26.orig/drivers/acpi/button.c 2007-11-04 11:47:40.000000000 -0800 > > +++ g26/drivers/acpi/button.c 2007-11-04 11:48:50.000000000 -0800 > > @@ -395,6 +395,7 @@ static int acpi_button_add(struct acpi_d > > error = -ENOMEM; > > goto err_free_button; > > } > > + input->cdev.dev = &device->dev; > > > > Don't use cdev, I will be gone as of 2.6.25. Use input_dev->dev.parent > please. Actually I sent a bunch of patches to ACPI/video to Len/ACPI > list a couple of days ago. Right now I'm just clearing out an old patch , which has been sitting around since very early this year (ISTR, January) ... I was kind of surprised to see this bug still exists. So, for 2.6.24-final, what's the resolution? Is someone else's patch going to resolve this issue? Or will it not be resolved? I have no idea what patch you mean, and don't subscribe to the ACPI list... - Dave - 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