Re: [PATCH] input: Add Nintendo extension controller driver
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2011-08-01 16:38:36
Also in:
lkml
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2011-08-01 16:38:36
Also in:
lkml
Hi Grant, On Mon, Aug 01, 2011 at 05:04:37PM +0100, Grant Likely wrote:
Hi Dmitry, Any thoughts on this patch? Can you send it on to Linus?
I thought I responded earlier but apparently not... The issue with the driver is that it pre-registers an input device with a super-set of capabilities instead of waiting until the device is properly identified and registering input device with the exact capabilities. The input policy is that device's stated capabilities should match the physical device (within the constraints of input framework). Thanks. -- Dmitry