Re: Linux USB HID should ignore values outside Logical Minimum/Maximumrange

From: Jiri Kosina
Date: Wed Nov 16 2011 - 09:01:05 EST


On Wed, 2 Nov 2011, Denilson Figueiredo de SÃ wrote:

> > > > + if (value < field->logical_minimum ||
> > > > + value > field->logical_maximum) {
> >
> > After thinking about it a little bit more, I think I agree.
> [...]
> > So please let me know the result of your testing.
>
> Seems to work on my device, thanks!

Thank you. I have now queued the patch with your Tested-by.

--
Jiri Kosina
SUSE Labs
--
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/