diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-04-30 08:49:58 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-04-30 08:49:58 -0700 |
commit | 328da89950c69828448528e4c769504a81a32d06 (patch) | |
tree | 20967183e0eb046bc71d528abce0a1323779de81 /include | |
parent | 6da6c0db5316275015e8cc2959f12a17584aeb64 (diff) | |
parent | ed769520727edbf526e0f510e6c501fc6ba3824a (diff) | |
download | linux-stable-328da89950c69828448528e4c769504a81a32d06.tar.gz linux-stable-328da89950c69828448528e4c769504a81a32d06.tar.bz2 linux-stable-328da89950c69828448528e4c769504a81a32d06.zip |
Merge tag 'fixes-for-v4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus
Felipe writes:
usb: fixes for v4.17-rc3
Not much this time around: A list_del corruption on dwc3_ep_dequeue(),
sparse warning fix also on dwc3, build issues with f_phonet.
Apart from these three, some other minor fixes.
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/usb/composite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb/composite.h b/include/linux/usb/composite.h index 4b6b9283fa7b..8675e145ea8b 100644 --- a/include/linux/usb/composite.h +++ b/include/linux/usb/composite.h @@ -52,7 +52,7 @@ #define USB_GADGET_DELAYED_STATUS 0x7fff /* Impossibly large value */ /* big enough to hold our biggest descriptor */ -#define USB_COMP_EP0_BUFSIZ 1024 +#define USB_COMP_EP0_BUFSIZ 4096 /* OS feature descriptor length <= 4kB */ #define USB_COMP_EP0_OS_DESC_BUFSIZ 4096 |