diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-15 02:23:21 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-15 02:31:11 (EST) |
commit | e9772f153e9ff1570126cffa0e5696781d3c2722 (patch) | |
tree | 01da2f1f007f53e491e18a9b4b893b31d3514fcf /src | |
parent | b55dda2d8b71a72ed457855f644bf9c7d4a1e93d (diff) |
linux-libre-4.19: Use old USB device init scheme
Diffstat (limited to 'src')
-rw-r--r-- | src/build/linux-libre-4.19_4.19.167+gnu/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/linux-libre-4.19_4.19.167+gnu/config b/src/build/linux-libre-4.19_4.19.167+gnu/config index f3ce5f2..4c06554 100644 --- a/src/build/linux-libre-4.19_4.19.167+gnu/config +++ b/src/build/linux-libre-4.19_4.19.167+gnu/config @@ -345,7 +345,7 @@ CONFIG_HOTPLUG_CPU=y # CONFIG_DEBUG_HOTPLUG_CPU0 is not set # CONFIG_COMPAT_VDSO is not set CONFIG_CMDLINE_BOOL=y -CONFIG_CMDLINE="rw mce=0 page_poison=1 pti=on spectre_v2=off quiet" +CONFIG_CMDLINE="rw mce=0 page_poison=1 pti=on spectre_v2=off quiet hub.old_scheme_first=1" # CONFIG_CMDLINE_OVERRIDE is not set # CONFIG_MODIFY_LDT_SYSCALL is not set CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y |