From: Alan Stern Date: Mon, 22 Aug 2016 20:58:53 +0000 (-0400) Subject: USB: fix typo in wMaxPacketSize validation X-Git-Tag: v3.2.84~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=285f39c806ac8d374c93b9c46f286804b2a4f9e9;p=pandora-kernel.git USB: fix typo in wMaxPacketSize validation commit 6c73358c83ce870c0cf32413e5cadb3b9a39c606 upstream. The maximum value allowed for wMaxPacketSize of a high-speed interrupt endpoint is 1024 bytes, not 1023. Signed-off-by: Alan Stern Fixes: aed9d65ac327 ("USB: validate wMaxPacketValue entries in endpoint descriptors") Signed-off-by: Greg Kroah-Hartman Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed