diff options
| author | Karl Mehltretter <kmehltretter@gmail.com> | 2026-09-10 03:32:38 +0200 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2026-09-15 13:04:32 -0600 |
| commit | 11d447e9f26cd84f9a2478f4eb5bdfedb6b9722d (patch) | |
| tree | e3853e5ebee9c28a59fd2e1c0c5167ae4497cbdf | |
| parent | 5fccf2b932d6bfbf5340d9087b533f6821d6d9bc (diff) | |
| download | linux-next-11d447e9f26cd84f9a2478f4eb5bdfedb6b9722d.tar.gz linux-next-11d447e9f26cd84f9a2478f4eb5bdfedb6b9722d.zip | |
docs: kernel-parameters: Drop the atarimouse= entry
Nothing in the tree parses atarimouse=. drivers/input/mouse/atarimouse.c
only takes a module parameter, and git log -S finds no __setup() for the
boot parameter anywhere in the git history, so the entry has been stale
since before it.
Drop the entry.
Assisted-by: LLM
Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>
Reviewed-by: Michael Schmitz <schmitzmic@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260910013245.8619-2-kmehltretter@gmail.com>
| -rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index 68647ff4bdd2..c8d96de4c00d 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -591,8 +591,6 @@ Kernel parameters ataflop= [HW,M68k] - atarimouse= [HW,MOUSE] Atari Mouse - atkbd.extra= [HW] Enable extra LEDs and keys on IBM RapidAccess, EzKey and similar keyboards |
