Re: [PATCH] ACPI: Put button input devices in correct place in sysfs
From: "Dmitry Torokhov" <dmitry.torokhov@gmail.com>
Date: 2007-11-14 17:32:52
Also in:
linux-acpi
From: "Dmitry Torokhov" <dmitry.torokhov@gmail.com>
Date: 2007-11-14 17:32:52
Also in:
linux-acpi
On 11/11/07, Andrey Borzenkov [off-list ref] wrote:
On Tuesday 06 November 2007, Dmitry Torokhov wrote:quoted
Hi Andrey, On Nov 6, 2007 12:51 PM, Andrey Borzenkov [off-list ref] wrote:quoted
Properly set up parent on input device registered by the button driver.Seems to be a popular topic today :)quoted
+ input->cdev.dev = &device->dev;Please don't use cdev, but rather input_dev->dev.parent. cdev is going away soon. I sent a patch a couple of days ago to teh acpi list...You mean button patch? I could find only video one.
Right, I got confused between the two...
Just in case, here is updated version.
Please forward to Len Brown with Acked-by: Dmitry Torokhov <redacted> Thanks! -- Dmitry