Re: [patch] Fix input modalias sysfs attribute return size

From: Dmitry Torokhov
Date: Mon Jun 26 2006 - 09:26:47 EST


On 6/21/06, Richard Purdie <rpurdie@xxxxxxxxx> wrote:
When writing some udev rules using the input system's modalias
attribute, udevinfo showed it as being ignored. Debugging revealed the
52 character string was over 128 bytes long according to udev (and hence
ignored).

The problem appears to be in the kernel where a max_t in input.c should
really be a min_t.


Applied to my tree, Linus should pull shortly. Thank you Richard.

--
Dmitry
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/