diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 17:03:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 17:03:56 +0000 |
commit | ad07a2b86334c23fe063be97e8dd44e586c324b4 (patch) | |
tree | bb0f3e91284adc84f813a6e46867915be34b704f /debian/extra/aliases.conf | |
parent | Adding upstream version 31+20240202. (diff) | |
download | kmod-ad07a2b86334c23fe063be97e8dd44e586c324b4.tar.xz kmod-ad07a2b86334c23fe063be97e8dd44e586c324b4.zip |
Adding debian version 31+20240202-2.debian/31+20240202-2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/extra/aliases.conf')
-rw-r--r-- | debian/extra/aliases.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/extra/aliases.conf b/debian/extra/aliases.conf new file mode 100644 index 0000000..b01169b --- /dev/null +++ b/debian/extra/aliases.conf @@ -0,0 +1,16 @@ +# These are the standard aliases and dependencies. +# This file does not need to be modified. + +# prevent unusual drivers from appearing as the first sound device ########### +options snd-pcsp index=-2 +options cx88_alsa index=-2 +options snd-atiixp-modem index=-2 +options snd-intel8x0m index=-2 +options snd-via82xx-modem index=-2 + +# work around other kernel issues ############################################ +# The EHCI driver should be loaded before the ones for low speed controllers +# or some devices may be confused when they are disconnected and reconnected. +softdep uhci-hcd pre: ehci-hcd +softdep ohci-hcd pre: ehci-hcd + |