summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/hw/pseyecam.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2023-06-03 15:33:42 +0200
committermakefu <github@syntax-fehler.de>2023-06-03 15:33:42 +0200
commit20746ea5f4e6b31171a65aa7026d13356ce6ce68 (patch)
treeaf075465aeb4a2693bf9001fd7bf8ea96e66a088 /makefu/2configs/hw/pseyecam.nix
parent1c1f9de6281c98401661d51420a7f2664ca2e787 (diff)
ma hw: add pseyecam,cd rip setup
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 00000000..029ee7c9
--- /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
+ '';
+}