On Tue, Dec 04, 2012 at 04:44:18AM -0500, CAI Qian wrote: > When doing conversion to dynamic input numbers I inadvertently moved > /dev/input/mice from c,13,63 to c,13,31. We need to fix this so that > setups with statically populated /dev continue working. > > Tested-by: Krzysztof Mazur <[email protected]> > Tested-by: Pavel Machek <[email protected]> > Signed-off-by: Dmitry Torokhov <[email protected]> > > Upstream-ID: c91cb7a75eaf65358aac5ea2b512ac60a9437ff4 > Stable-trees: 3.0.x, 3.4.x, 3.6.x > Signed-off-by: CAI Qian <[email protected]>
NAK. The offending change (7f8d4cad1e4e11a45d02bd6e024cc2812963c38a) went into 3.7-rc4 and therefore does not need to be present in stable. You haven't tested the change, have you? > > diff --git a/drivers/input/mousedev.c b/drivers/input/mousedev.c > index 8f02e3d..4c842c3 100644 > --- a/drivers/input/mousedev.c > +++ b/drivers/input/mousedev.c > @@ -12,8 +12,8 @@ > #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt > > #define MOUSEDEV_MINOR_BASE 32 > -#define MOUSEDEV_MINORS 32 > -#define MOUSEDEV_MIX 31 > +#define MOUSEDEV_MINORS 31 > +#define MOUSEDEV_MIX 63 > > #include <linux/sched.h> > #include <linux/slab.h> Thanks. -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
