On Fri, Jan 31, 2014 at 02:03:31PM +0100, Greg Kroah-Hartman wrote: > From: "Pierre-Loup A. Griffais" <pgriffais@xxxxxxxxxxxxxxxxx> > > The LED number should not just be incremented every time, that doesn't > work, set the number based on the number it actually is. > > Note, the joydev subsystem doesn't allow us to easily find out the minor > number, so we have to walk all devices in order to find a joystick > device by looking at the name of the device. Odds are, this isn't the > best way to do it, but I don't know of any other way at the moment. > > Signed-off-by: "Pierre-Loup A. Griffais" <pgriffais@xxxxxxxxxxxxxxxxx> > Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > --- > drivers/input/joystick/xpad.c | 26 +++++++++++++++++++++----- > 1 file changed, 21 insertions(+), 5 deletions(-) I'll preempt David's NAK of this patch before he gets a chance to catch up on his email from being at FOSDEM :) I spent some time talking with David about this, and I think I know a better way to handle this instead of the "walk the joystick devices" mess that should work for systems that don't even use joydev (which "modern" systems shouldn't be using anyway.) So I'll do a respin of this patch series in a week or so when I catch up with my other stuff and send it out again... But, if someone wants to review the other 6 in this series, that would be great. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html