]> git.hungrycats.org Git - linux/commit
usbip: Correct maximum value of CONFIG_USBIP_VHCI_HC_PORTS
authorBen Hutchings <ben@decadent.org.uk>
Mon, 29 Jan 2018 00:04:18 +0000 (00:04 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 May 2018 14:46:09 +0000 (16:46 +0200)
commit9bc62ffe1033e066dce91e2526d9c1ee445560f2
tree9a3f304a14aad6836b407b5bd71702ae6df5e8de
parentd4f7e893c387c957c89ffc4356e0c50fad333a85
usbip: Correct maximum value of CONFIG_USBIP_VHCI_HC_PORTS

[ Upstream commit 351a8d4837ae0d61744e64262c3a80ab92ff3e42 ]

Now that usbip supports USB3, the maximum number of ports allowed
on a hub is 15 (USB_SS_MAXPORTS), not 31 (USB_MAXCHILDREN).

Reported-by: Gianluigi Tiesi <sherpya@netfarm.it>
Reported-by: Borissh1983 <borissh1983@gmail.com>
References: https://bugs.debian.org/878866
Fixes: 1c9de5bf4286 ("usbip: vhci-hcd: Add USB3 SuperSpeed support")
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/usbip/Kconfig