[PATCH] input/speaker: additional clicks and tones for future...

2014-12-03 Thread Karl Dahlke
in the kernel. I mean it's already halfway there, this is just the other half. All managed just like tones are managed today. It's just the icing on the cake. Respectfully, Karl Dahlke -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord

[PATCH] input/speaker: additional clicks and tones for future...

2014-12-03 Thread Karl Dahlke
. == The tty clicks module - Karl Dahlke ekl...@gmail.com When this module is installed, soft clicks accompany the nonspace characters that are sent to the console, while

[PATCH] input/speaker: additional clicks and tones for future accessibility

2014-12-01 Thread Karl Dahlke
From: Karl Dahlke ekl...@gmail.com Add clicks, tones, and tone sequences to the pc speaker. The speaker driver can play a tone at a specified frequency, or the standard control G bell, which is a special case of TONE at 1000 hz 0.1 seconds. Add kd_mkpulse() to generate a soft click

[PATCH] drivers/input/misc: new PC speaker sounds, clicks and notes

2013-12-09 Thread Karl Dahlke
From: Karl Dahlke ekl...@gmail.com The speaker driver can play a tone at a specified frequency, or the standard control G bell, which is a special case of TONE at 1000 hz 0.1 seconds. This patch adds kd_mkpulse() to generate a soft click. This is introduced to support accessibility modules