]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
USB: hub: fix SS max number of ports
authorJohan Hovold <johan@kernel.org>
Wed, 10 May 2017 16:18:29 +0000 (18:18 +0200)
committerSeth Forshee <seth.forshee@canonical.com>
Sun, 25 Jun 2017 15:36:49 +0000 (10:36 -0500)
commit4b3327d884245062ceedf9bfa23f48c97b5deb29
tree315860b3a445a2e38b51f7e9321a787b2c76f4bd
parentcabe7fff865f6caa80a4d33df282a8675ea97049
USB: hub: fix SS max number of ports

BugLink: http://bugs.launchpad.net/bugs/1700372
commit 93491ced3c87c94b12220dbac0527e1356702179 upstream.

Add define for the maximum number of ports on a SuperSpeed hub as per
USB 3.1 spec Table 10-5, and use it when verifying the retrieved hub
descriptor.

This specifically avoids benign attempts to update the DeviceRemovable
mask for non-existing ports (should we get that far).

Fixes: dbe79bbe9dcb ("USB 3.0 Hub Changes")
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
drivers/usb/core/hub.c
include/uapi/linux/usb/ch11.h