Commit 138f2ea9 authored by Henry Zhang's avatar Henry Zhang Committed by Greg Kroah-Hartman
Browse files

speakup: Document bleeps parameter values



The speakup documentation had a TODO about accepted values for the
bleeps parameter. drivers/accessibility/speakup/main.c indicates
that it's a bitmasked param where bit 0 controls beeping and bit 1
controls announcements.

Signed-off-by: default avatarHenry Zhang <zeri@umich.edu>
Reviewed-by: default avatarSamuel Thibault <samuel.thibault@ens-lyon.org>
Link: https://patch.msgid.link/20260128014501.1600263-1-zeri@umich.edu


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c230ae1f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,8 +16,8 @@ What: /sys/accessibility/speakup/bleeps
KernelVersion:	2.6
Contact:	speakup@linux-speakup.org
Description:	This controls whether one hears beeps through the PC speaker
		when using speakup's review commands.
		TODO: what values does it accept?
		when using speakup's review commands. Range: 0-3. 0 = off, 1 = beeps
		only, 2 = announcements only, 3 = beeps and announcements (default).

What:		/sys/accessibility/speakup/bleep_time
KernelVersion:	2.6