summaryrefslogtreecommitdiff
path: root/libre/linux-libre/0010-usb-core-add-power-sequence-handling-for-USB-devices.patch
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2018-08-22 21:13:07 -0300
committerDavid P <megver83@parabola.nu>2018-08-22 21:13:07 -0300
commite808c3970a0ea9f8e3a2289938a5b39334e20493 (patch)
tree6e4cc0d2dd9b87947016748aa34709a4fdb14565 /libre/linux-libre/0010-usb-core-add-power-sequence-handling-for-USB-devices.patch
parent0a6b113597a27e58ec7365af3d90172f191d1535 (diff)
downloadabslibre-e808c3970a0ea9f8e3a2289938a5b39334e20493.tar.gz
abslibre-e808c3970a0ea9f8e3a2289938a5b39334e20493.tar.bz2
abslibre-e808c3970a0ea9f8e3a2289938a5b39334e20493.zip
upgpkg: libre/linux-libre 4.18.3_gnu-1
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'libre/linux-libre/0010-usb-core-add-power-sequence-handling-for-USB-devices.patch')
-rw-r--r--libre/linux-libre/0010-usb-core-add-power-sequence-handling-for-USB-devices.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/linux-libre/0010-usb-core-add-power-sequence-handling-for-USB-devices.patch b/libre/linux-libre/0010-usb-core-add-power-sequence-handling-for-USB-devices.patch
index 5737cac20..ddebef4f0 100644
--- a/libre/linux-libre/0010-usb-core-add-power-sequence-handling-for-USB-devices.patch
+++ b/libre/linux-libre/0010-usb-core-add-power-sequence-handling-for-USB-devices.patch
@@ -1,4 +1,4 @@
-From 5b874f0a1f92812bc797c01fa558f0ab4ed338ae Mon Sep 17 00:00:00 2001
+From 1358757f34c7feff4aab541814c73f6cf3e83b69 Mon Sep 17 00:00:00 2001
From: Peter Chen <peter.chen@nxp.com>
Date: Wed, 21 Jun 2017 14:42:05 +0800
Subject: [PATCH 10/14] usb: core: add power sequence handling for USB devices
@@ -39,7 +39,7 @@ index 987fc5ba6321..bd09fc8ff763 100644
---help---
Universal Serial Bus (USB) is a specification for a serial bus
diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c
-index e3bf65e213cd..f6a739bbe754 100644
+index fcae521df29b..0c708d3ef179 100644
--- a/drivers/usb/core/hub.c
+++ b/drivers/usb/core/hub.c
@@ -28,6 +28,7 @@
@@ -126,7 +126,7 @@ index e3bf65e213cd..f6a739bbe754 100644
}
static int
-@@ -3633,14 +3669,19 @@ static int hub_suspend(struct usb_interface *intf, pm_message_t msg)
+@@ -3653,14 +3689,19 @@ static int hub_suspend(struct usb_interface *intf, pm_message_t msg)
/* stop hub_wq and related activity */
hub_quiesce(hub, HUB_SUSPEND);
@@ -148,7 +148,7 @@ index e3bf65e213cd..f6a739bbe754 100644
return 0;
}
diff --git a/drivers/usb/core/hub.h b/drivers/usb/core/hub.h
-index 4dc769ee9c74..b5d5c4818f90 100644
+index 4accfb63f7dc..abe71c5e84cb 100644
--- a/drivers/usb/core/hub.h
+++ b/drivers/usb/core/hub.h
@@ -70,6 +70,7 @@ struct usb_hub {