From: Chunfeng Yun Date: Wed, 2 Jan 2019 01:33:56 +0000 (+0800) Subject: usb: devio: update max count of DPs per interval for ISOC X-Git-Tag: v5.1-rc1~142^2~92 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=8a1dbc8d91d3d1602282c7e6b4222c7759c916fa;hp=8a1dbc8d91d3d1602282c7e6b4222c7759c916fa;p=linux-2.6-block.git usb: devio: update max count of DPs per interval for ISOC The failure happened when I tried to send up to 96DPs per an interval for SSP ISOC transations by libusb, this is used to verify SSP ISOC function of USB3 GEN2 controller, so update it as 96DPs. (refer usb3.1r1.0 section 8.12.6 Isochronous Transactions) Signed-off-by: Chunfeng Yun Signed-off-by: Greg Kroah-Hartman ---