From: Samuel Thibault <samuel.thibault@ens-lyon.org>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Andrew Morton <akpm@linux-foundation.org>,
linux-kernel@vger.kernel.org, Dmitry Torokhov <dtor@mail.ru>,
Jiri Kosina <jkosina@suse.cz>
Subject: Re: [PATCH2] Basic braille screen reader support
Date: Thu, 24 Apr 2008 12:09:18 +0100 [thread overview]
Message-ID: <20080424110918.GC4365@implementation.uk.xensource.com> (raw)
In-Reply-To: <20080424112126.674acf7d@the-village.bc.nu>
Alan Cox, le Thu 24 Apr 2008 11:21:26 +0100, a écrit :
> On Thu, 24 Apr 2008 01:39:00 +0100
> Samuel Thibault <samuel.thibault@ens-lyon.org> wrote:
> > Export functions typically used by screen reading modules.
>
> Seems the right small set of changes to get us started with the real
> merge and its useful for the tty cleanup to have these exports visible so
> I know what will affect others.
Ok.
Additionnal exports which will be of much use is selection, see patch
below.
Samuel
Export set_selection and paste_selection for accessibility modules.
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
--- linux/drivers/char/selection.c.orig 2008-04-24 12:00:07.000000000 +0100
+++ linux/drivers/char/selection.c 2008-04-24 11:59:56.000000000 +0100
@@ -299,6 +299,7 @@ int set_selection(const struct tiocl_sel
sel_buffer_lth = bp - sel_buffer;
return 0;
}
+EXPORT_SYMBOL_GPL(set_selection);
/* Insert the contents of the selection buffer into the
* queue of the tty associated with the current console.
@@ -336,3 +337,4 @@ int paste_selection(struct tty_struct *t
tty_ldisc_deref(ld);
return 0;
}
+EXPORT_SYMBOL_GPL(paste_selection);
next prev parent reply other threads:[~2008-04-24 11:19 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-04 3:18 [PATCH] Basic braille screen reader support Samuel Thibault
2008-02-04 3:22 ` Samuel Thibault
2008-02-04 17:10 ` Greg KH
2008-02-04 17:24 ` Samuel Thibault
2008-02-04 18:06 ` Greg KH
2008-02-04 18:15 ` Samuel Thibault
2008-02-04 18:27 ` Greg KH
2008-02-05 22:00 ` [PATCH,RESEND] " Samuel Thibault
2008-02-06 0:58 ` Andrew Morton
2008-02-06 2:04 ` Samuel Thibault
2008-02-22 0:28 ` [PATCH2] " Samuel Thibault
2008-02-23 8:04 ` Andrew Morton
2008-02-23 13:10 ` Samuel Thibault
2008-02-23 13:15 ` [PATCH] Braille screen reader fixes Samuel Thibault
2008-02-23 13:17 ` [PATCH] Braille screen reader documentation Samuel Thibault
2008-04-24 0:39 ` [PATCH2] Basic braille screen reader support Samuel Thibault
2008-04-24 4:46 ` Andrew Morton
2008-04-24 10:21 ` Alan Cox
2008-04-24 11:09 ` Samuel Thibault [this message]
2008-03-19 18:57 ` [mmotm build error] Re: [PATCH,RESEND] " Randy Dunlap
2008-03-20 2:07 ` Samuel Thibault
2008-03-20 4:19 ` Randy Dunlap
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=20080424110918.GC4365@implementation.uk.xensource.com \
--to=samuel.thibault@ens-lyon.org \
--cc=akpm@linux-foundation.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=dtor@mail.ru \
--cc=jkosina@suse.cz \
--cc=linux-kernel@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.