summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/hw/pseyecam.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/2configs/hw/pseyecam.nix')
-rw-r--r--makefu/2configs/hw/pseyecam.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/makefu/2configs/hw/pseyecam.nix b/makefu/2configs/hw/pseyecam.nix
new file mode 100644
index 000000000..029ee7c9c
--- /dev/null
+++ b/makefu/2configs/hw/pseyecam.nix
@@ -0,0 +1,6 @@
+# https://bugzilla.kernel.org/show_bug.cgi?id=198129
+{
+ boot.extraModprobeConfig = ''
+ options snd_usb_audio ignore_ctl_error=1
+ '';
+}