X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fipq806x%2Fpatches-4.4%2F096-03-usb-dwc3-Validate-the-maximum_speed-parameter.patch;h=784ba069ee39d1b9d19ff93ec56c826828b6790a;hb=215c1d05b8bb7b99cc8c40a877f649c5b1c15198;hp=0f17918d36f1ad1ac8bd558a97a6bc289e9d266f;hpb=102cb4742c14f78bf86b7d77c568c205f0d99d85;p=openwrt%2Fopenwrt.git diff --git a/target/linux/ipq806x/patches-4.4/096-03-usb-dwc3-Validate-the-maximum_speed-parameter.patch b/target/linux/ipq806x/patches-4.4/096-03-usb-dwc3-Validate-the-maximum_speed-parameter.patch index 0f17918d36..784ba069ee 100644 --- a/target/linux/ipq806x/patches-4.4/096-03-usb-dwc3-Validate-the-maximum_speed-parameter.patch +++ b/target/linux/ipq806x/patches-4.4/096-03-usb-dwc3-Validate-the-maximum_speed-parameter.patch @@ -49,7 +49,7 @@ Signed-off-by: Felipe Balbi /* Adjust Frame Length */ --- a/drivers/usb/dwc3/gadget.c +++ b/drivers/usb/dwc3/gadget.c -@@ -1634,10 +1634,13 @@ static int dwc3_gadget_start(struct usb_ +@@ -1647,10 +1647,13 @@ static int dwc3_gadget_start(struct usb_ case USB_SPEED_HIGH: reg |= DWC3_DSTS_HIGHSPEED; break;