lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 20 Feb 2008 16:28:52 +0100
From:	Stefan Richter <stefanr@...6.in-berlin.de>
To:	Karl Dahlke <eklhad@...cast.net>
CC:	linux-kernel@...r.kernel.org, sam@...nborg.org,
	jengelh@...putergmbh.de, randy.dunlap@...cle.com,
	Valdis.Kletnieks@...edu
Subject: Re: adapter, what's in a name

Karl Dahlke wrote:
> 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.

I would expect that these various functions are implemented in a modular
fashion, thus also giving some flexibility regarding the file layout of
the source code.

> 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.

I agree that it makes a lot of sense to group all of these drivers into
a common menu.  The menu layout doesn't have to be entirely the same as
the source code files layout (it never is the same in the last
consequence anyway), but it would of course help to keep config menu
layout and source files layout mostly aligned.
-- 
Stefan Richter
-=====-==--- --=- =-=--
http://arcgraph.de/sr/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ