linux: 4.18-rc3 -> 4.18-rc4

This commit is contained in:
Tim Steinbach
2018-07-09 20:11:10 -04:00
parent ed98822350
commit 9371f6ad37
2 changed files with 4 additions and 4 deletions
@@ -230,7 +230,7 @@ let
};
usb = {
USB_DEBUG = option no;
USB_DEBUG = option (whenOlder "4.18" no);
USB_EHCI_ROOT_HUB_TT = yes; # Root Hub Transaction Translators
USB_EHCI_TT_NEWSCHED = yes; # Improved transaction translator scheduling
};