public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Karl Dahlke <eklhad@comcast.net>
To: linux-kernel@vger.kernel.org
Cc: sam@ravnborg.org, jengelh@computergmbh.de,
	randy.dunlap@oracle.com, Valdis.Kletnieks@vt.edu
Subject: adapter, what's in a name
Date: Wed, 20 Feb 2008 09:37:44 -0500	[thread overview]
Message-ID: <20080120093744.eklhad@comcast.net> (raw)

First, my mail client, edbrowse.sourceforge.net,
doesn't have a reply all function.
Never needed it.
Guess I better implement it.   :-)
Should probably take me a couple days of spare time,
if I can find a couple days of spare time;
and I'm sure other users will want it.
Meantime, I pulled the emails out of the headers and pasted them in.
Hope that reasonably works.

As was pointed out, it is difficult to place an accessibility adapter
under one particular subsystem.
Mine takes over the screen, to be a screen reader,
and it captures tty output, because it is more than just a screen reader,
it buffers output, exactly as generated, for my review.
And it uses the serial port to send text to my external synthesizer,
but sometimes it uses an on-board synth, and all this would be useless
if it didn't intercept keystrokes to read lines,
words, letters, and so on.
And I want to enhance it to do the same thing for usb keyboards.
It touches many subsystems, and doesn't belong in any one of them over the others.
It actually changes the computer, in a fundamental way.
That's why I suggested a new directory drivers/accessibility.

Here is another reason.
When you run make config, these accessibility adapters belong together logically.
CONFIG_ACCESSIBILITY
help:
Say Y here if you need to adapt this computer for a disabled user.
Saying Y will not increase the size of your kernel,
it will only offer various modules that you can use to
magnify the screen, modify the keyboard, send text to a speech synthesizer,
and so on.
If you don't anticipate any disabled users, it is ok to say N.

Most people will say N,
or perhaps M, building everything as modules in case they are needed some day.
I don't know, it just makes sense to me I guess.
If we can go along with this,
I can write a patch for drivers/Makefile and drivers/Kconfig
that would put this in place.

Karl Dahlke

             reply	other threads:[~2008-02-20 14:37 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-20 14:37 Karl Dahlke [this message]
2008-02-20 15:25 ` adapter, what's in a name Frans Pop
2008-02-20 15:28 ` Stefan Richter
  -- strict thread matches above, loose matches on Subject: below --
2008-02-19 23:16 Karl Dahlke
2008-02-20  9:38 ` Stefan Richter
2008-02-20  9:51   ` Stefan Richter
2008-02-20 10:20   ` Jan Engelhardt
2008-02-20 13:29     ` Stefan Richter
2008-02-20 10:16 ` Jan Engelhardt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080120093744.eklhad@comcast.net \
    --to=eklhad@comcast.net \
    --cc=Valdis.Kletnieks@vt.edu \
    --cc=jengelh@computergmbh.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=randy.dunlap@oracle.com \
    --cc=sam@ravnborg.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox