Re: [PATCH] input: Use platform-provided devices as i8042 serio parents

2014-03-07 Thread Matthew Garrett
On Fri, 2014-03-07 at 09:54 -0800, Dmitry Torokhov wrote: > Hi Matthew, > > On Sun, Feb 23, 2014 at 12:03:16PM -0500, Matthew Garrett wrote: > > i8042 devices exposed via platform firmware interfaces such as ACPI or > > Device Tree may provide additional information of use to userspace. Right > >

Re: [PATCH] input: Use platform-provided devices as i8042 serio parents

2014-03-07 Thread Dmitry Torokhov
Hi Matthew, On Sun, Feb 23, 2014 at 12:03:16PM -0500, Matthew Garrett wrote: > i8042 devices exposed via platform firmware interfaces such as ACPI or > Device Tree may provide additional information of use to userspace. Right > now we don't associate the serio devices with the firmware device, and

[PATCH] input: Use platform-provided devices as i8042 serio parents

2014-02-23 Thread Matthew Garrett
i8042 devices exposed via platform firmware interfaces such as ACPI or Device Tree may provide additional information of use to userspace. Right now we don't associate the serio devices with the firmware device, and so there's no straightforward way for userspace to make use of that information. Th