public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Samuel Thibault <samuel.thibault@ens-lyon.org>,
	linux-kernel@vger.kernel.org, akpm@linux-foundation.org
Subject: Re: [PATCH] Console events and accessibility
Date: Thu, 23 Aug 2007 09:33:18 -0700	[thread overview]
Message-ID: <20070823163318.GB5528@kroah.com> (raw)
In-Reply-To: <20070823113035.GD3287@implementation.labri.fr>

On Thu, Aug 23, 2007 at 01:30:35PM +0200, Samuel Thibault wrote:
> Greg KH, le Thu 23 Aug 2007 03:04:02 -0700, a ?crit :
> > > I mean: yes, with these three patches, speakup will work fine.
> > 
> > 3 patches?  I only saw 2.  Or do you mean the modifications of the 3
> > files?
> 
> Maybe you missed the keyboard notification patch which is already in
> -mm.

Yes I did, sorry.  Do you have a pointer for it, all I see is these
patches in -mm:
	console-keyboard-events-and-accessibility.patch
	console-keyboard-events-and-accessibility-fix.patch
	console-keyboard-events-and-accessibility-fix-2.patch

> > The patches look sane but you should change the global symbols to play
> > nicer in the namespace.  Care to respin them together with this change?
> 
> You mean inverse_translate and screen_glyph?

Yes.  Also, things like "register_keyboard_notifier" should be
"keyboard_register_notifer", trying to keep everything in the
"keyboard*" namespace to make things a bit easier overall[1].

> > > The biggest change we'll have to do in speakup is the way it accesses
> > > the serial port, which is really dirty for now, but that's an internal
> > > matter.
> > 
> > Yeah, that shouldn't be that tough to do.
> 
> Well, the biggest problem is that we'd like to output on serial _before_
> /dev gets mounted.

As we can do this today with the console layer (think boot consoles over
serial and network and even USB), it should not be that tough.  Just be
an early console yourself also.

> > It doesn't look like these changes handle scrolling of the console, do
> > they?
> 
> Ah, indeed, speakup doesn't seem to handle it, that's why I forgot it in
> the patch.  I'll see what needs to be done.

Does speakup need to handle it?  I know it's the most popular reader
package out there, but other people seem to have other screen readers
too, but I am in no position to evaluate if their hacks/patches are
really something that is needed here.

Also, we really would like to see the users of these hooks (meaning the
speakup drivers) go into the tree at the same time the hooks do, as we
don't like hooks with no users in the kernel.

I know the speakup code needs a lot of work to bring it up to
kernel-acceptance level.  Has this work been done, or is it happening?
If you need help in this area, I can see about doing a bit as I did a
lot of cleanup of this codebase a few years ago.  I also know of a few
users who are willing to help test this stuff out.

Anyway, thanks a lot for working to get this code into the main tree,
it's very useful to an important group of users.

thanks,

greg k-h

  reply	other threads:[~2007-08-23 16:34 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-21 21:29 [PATCH] Console events and accessibility Samuel Thibault
2007-08-22  5:48 ` Greg KH
2007-08-22  8:53   ` Samuel Thibault
2007-08-22 13:05     ` Samuel Thibault
2007-08-23 10:04       ` Greg KH
2007-08-23 11:30         ` Samuel Thibault
2007-08-23 16:33           ` Greg KH [this message]
2007-08-23 17:08             ` Samuel Thibault
2007-08-23 17:51               ` Samuel Thibault

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=20070823163318.GB5528@kroah.com \
    --to=greg@kroah.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=samuel.thibault@ens-lyon.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