diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-07-21 12:12:09 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-07-21 10:43:19 +0000 |
| commit | 0b3788a098c8428ff028bb00ac450cf9b726b7f6 (patch) | |
| tree | 4b19a21940910b813593f2102523b75c10ee851d /pkg/subsystem/linux | |
| parent | cb89ff4f40e2dbe573bfb57c6304cc0dfd7afdd4 (diff) | |
pkg/subsystem/linux: add a comedi subsystem
We have quite a few comedi bugs now, let's not keep them all in
"kernel".
Diffstat (limited to 'pkg/subsystem/linux')
| -rw-r--r-- | pkg/subsystem/linux/rules.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/subsystem/linux/rules.go b/pkg/subsystem/linux/rules.go index 0b481a0ea..cc0069ca3 100644 --- a/pkg/subsystem/linux/rules.go +++ b/pkg/subsystem/linux/rules.go @@ -104,6 +104,7 @@ var ( "jffs2": {"JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)"}, "smc": {"SHARED MEMORY COMMUNICATIONS (SMC) SOCKETS"}, // See #5838. "kvm-x86": {"KERNEL VIRTUAL MACHINE FOR X86 (KVM/x86)"}, + "comedi": {"COMEDI DRIVERS"}, }, noReminders: map[string]struct{}{ // Many misclassified bugs end up in `kernel`, so there's no sense |
