about summary refs log tree commit diff
path: root/nixos/modules/profiles
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2022-08-04 15:28:43 +0300
committerGitHub <noreply@github.com>2022-08-04 15:28:43 +0300
commit1a5602e833039c241a8045d8f850ee1d7ff3a6c7 (patch)
tree7e85db1c9b8f9e5b960d3bd9fdf8cd46386df38c /nixos/modules/profiles
parent85d6dec5188ce2824fa27d7cdf76d7f230c2f881 (diff)
parent2140fed72679917fc0b266e9e443cb02e3133f85 (diff)
Merge pull request #143885 from peat-psuwit/all-hardware-reset-raspberry
profiles/all-hardware.nix: add reset-raspberry for USB on RPi 4
Diffstat (limited to 'nixos/modules/profiles')
-rw-r--r--nixos/modules/profiles/all-hardware.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/profiles/all-hardware.nix b/nixos/modules/profiles/all-hardware.nix
index af1e3d32a0a29..5fa64a6c52e9f 100644
--- a/nixos/modules/profiles/all-hardware.nix
+++ b/nixos/modules/profiles/all-hardware.nix
@@ -109,6 +109,9 @@ in
       # USB drivers
       "xhci-pci-renesas"
 
+      # Reset controllers
+      "reset-raspberrypi" # Triggers USB chip firmware load.
+
       # Misc "weak" dependencies
       "analogix-dp"
       "analogix-anx6345" # For DP or eDP (e.g. integrated display)