usbip: Reduce USBIP_VHCI_HC_PORTS to 15, the maximum allowed for SuperSpeed hubs

Closes: #878866

The limits in Kconfig are simply wrong.
This commit is contained in:
Ben Hutchings 2018-01-28 18:53:45 +00:00
parent 4fae92a1d5
commit f01c4e1f91
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -205,6 +205,8 @@ linux (4.14.15-1) UNRELEASED; urgency=medium
[ Ben Hutchings ]
* bpf: Avoid ABI change in 4.14.14
* usbip: Reduce USBIP_VHCI_HC_PORTS to 15, the maximum allowed for SuperSpeed
hubs (Closes: #878866)
[ Riku Voipio ]
* [arm64] build in reset drivers

View File

@ -1728,7 +1728,7 @@ CONFIG_USB_SL811_CS=m
##
CONFIG_USBIP_CORE=m
CONFIG_USBIP_VHCI_HCD=m
CONFIG_USBIP_VHCI_HC_PORTS=31
CONFIG_USBIP_VHCI_HC_PORTS=15
CONFIG_USBIP_VHCI_NR_HCS=8
CONFIG_USBIP_HOST=m
# CONFIG_USBIP_DEBUG is not set