Re: [PATCH] usb: devio: update max count of DPs per interval for ISOC

2018-12-29 Thread Greg Kroah-Hartman
On Sat, Dec 29, 2018 at 10:48:40AM +0800, Chunfeng Yun wrote: > Hi, > On Fri, 2018-12-28 at 11:51 +0100, Greg Kroah-Hartman wrote: > > On Fri, Dec 28, 2018 at 06:27:44PM +0800, Chunfeng Yun wrote: > > > The host shall be able to accept and send up to 96 DPs for > > > devices operating at Gen 2 spee

Re: [PATCH] usb: devio: update max count of DPs per interval for ISOC

2018-12-28 Thread Chunfeng Yun
Hi, On Fri, 2018-12-28 at 11:51 +0100, Greg Kroah-Hartman wrote: > On Fri, Dec 28, 2018 at 06:27:44PM +0800, Chunfeng Yun wrote: > > The host shall be able to accept and send up to 96 DPs for > > devices operating at Gen 2 speed. > > Why? What is this keeping from working properly today? The fai

Re: [PATCH] usb: devio: update max count of DPs per interval for ISOC

2018-12-28 Thread Greg Kroah-Hartman
On Fri, Dec 28, 2018 at 06:27:44PM +0800, Chunfeng Yun wrote: > The host shall be able to accept and send up to 96 DPs for > devices operating at Gen 2 speed. Why? What is this keeping from working properly today? I need a much better changelog text here in order to be able to accept this patch.

[PATCH] usb: devio: update max count of DPs per interval for ISOC

2018-12-28 Thread Chunfeng Yun
The host shall be able to accept and send up to 96 DPs for devices operating at Gen 2 speed. Signed-off-by: Chunfeng Yun --- drivers/usb/core/devio.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/usb/core/devio.c b/drivers/usb/core/devio.c index a75bc0b8a50f