diff options
author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2017-10-08 12:41:52 +0100 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2017-10-08 20:51:03 +0300 |
commit | e77fa68f1fd76bf08229645f95fb2dcf07b6b9e2 (patch) | |
tree | 5a957fa5610888445cb95b27cb7f73b8049a0412 /target/linux/ar71xx/patches-4.4 | |
parent | 34b153d7adc0aa9c34db75a5d324bf03c4159b4b (diff) | |
download | upstream-e77fa68f1fd76bf08229645f95fb2dcf07b6b9e2.tar.gz upstream-e77fa68f1fd76bf08229645f95fb2dcf07b6b9e2.tar.bz2 upstream-e77fa68f1fd76bf08229645f95fb2dcf07b6b9e2.zip |
kernel: bump 4.4 to 4.4.91
Refresh patches.
Compile-tested for: ar71xx Archer C7 v2
Run-tested on: ar71xx Archer C7 v2
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Diffstat (limited to 'target/linux/ar71xx/patches-4.4')
-rw-r--r-- | target/linux/ar71xx/patches-4.4/930-chipidea-pullup.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-4.4/930-chipidea-pullup.patch b/target/linux/ar71xx/patches-4.4/930-chipidea-pullup.patch index 23b8e86aac..d43e8c7dc5 100644 --- a/target/linux/ar71xx/patches-4.4/930-chipidea-pullup.patch +++ b/target/linux/ar71xx/patches-4.4/930-chipidea-pullup.patch @@ -58,7 +58,7 @@ return; + } - if (hw_read_otgsc(ci, OTGSC_BSV)) + if (hw_read_otgsc(ci, OTGSC_BSV) && !ci->vbus_active) usb_gadget_vbus_connect(&ci->gadget); --- a/include/linux/usb/chipidea.h +++ b/include/linux/usb/chipidea.h |