Re: [PATCH2] Basic braille screen reader support

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Andrew Morton <akpm@...>, <linux-kernel@...>, Dmitry Torokhov <dtor@...>, Jiri Kosina <jkosina@...>
Date: Wednesday, April 23, 2008 - 8:39 pm

Hello,

Could the basic braille screen reader be pushed to 2.6.26?

Else, could at least the patch below be applied, so that people can
compile external accessibility modules a lot more easily? (no need to
patch vanilla kernel, which is a huge win for people who already have a
hard time just using their computer...)

Samuel

Export functions typically used by screen reading modules.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>

diff -ur linux-2.6.24.1-orig/drivers/char/consolemap.c linux-2.6.24.1-perso/drivers/char/consolemap.c
--- linux-2.6.24.1-orig/drivers/char/consolemap.c	2008-01-25 09:32:05.000000000 +0100
+++ linux-2.6.24.1-perso/drivers/char/consolemap.c	2008-02-03 22:27:04.000000000 +0100
@@ -277,6 +277,7 @@
 			return p->inverse_translations[m][glyph];
 	}
 }
+EXPORT_SYMBOL_GPL(inverse_translate);
 
 static void update_user_maps(void)
 {
diff -ur linux-2.6.24.1-orig/drivers/char/keyboard.c linux-2.6.24.1-perso/drivers/char/keyboard.c
--- linux-2.6.24.1-orig/drivers/char/keyboard.c	2008-01-25 09:32:06.000000000 +0100
+++ linux-2.6.24.1-perso/drivers/char/keyboard.c	2008-02-04 03:44:37.000000000 +0100
@@ -110,6 +110,7 @@
 const int NR_TYPES = ARRAY_SIZE(max_vals);
 
 struct kbd_struct kbd_table[MAX_NR_CONSOLES];
+EXPORT_SYMBOL_GPL(kbd_table);
 static struct kbd_struct *kbd = kbd_table;
 
 struct vt_spawn_console vt_spawn_con = {
@@ -260,6 +261,7 @@
 	} else
 		kd_nosound(0);
 }
+EXPORT_SYMBOL_GPL(kd_mksound);
 
 /*
  * Setting the keyboard rate.
diff -ur linux-2.6.24.1-orig/drivers/char/vt.c linux-2.6.24.1-perso/drivers/char/vt.c
--- linux-2.6.24.1-orig/drivers/char/vt.c	2008-01-25 09:32:06.000000000 +0100
+++ linux-2.6.24.1-perso/drivers/char/vt.c	2008-02-03 22:27:04.000000000 +0100
@@ -3982,6 +3982,7 @@
 		c |= 0x100;
 	return c;
 }
+EXPORT_SYMBOL_GPL(screen_glyph);
 
 /* used by vcs - note the word offset */
 unsigned short *screen_pos(struct vc_data *vc, int w_offset, int viewed)
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Basic braille screen reader support, Samuel Thibault, (Sun Feb 3, 11:18 pm)
[PATCH,RESEND] Basic braille screen reader support, Samuel Thibault, (Tue Feb 5, 6:00 pm)
Re: [PATCH,RESEND] Basic braille screen reader support, Andrew Morton, (Tue Feb 5, 8:58 pm)
Re: [PATCH,RESEND] Basic braille screen reader support, Samuel Thibault, (Tue Feb 5, 10:04 pm)
[PATCH2] Basic braille screen reader support, Samuel Thibault, (Thu Feb 21, 8:28 pm)
Re: [PATCH2] Basic braille screen reader support, Andrew Morton, (Sat Feb 23, 4:04 am)
Re: [PATCH2] Basic braille screen reader support, Samuel Thibault, (Sat Feb 23, 9:10 am)
Re: [PATCH2] Basic braille screen reader support, Samuel Thibault, (Wed Apr 23, 8:39 pm)
Re: [PATCH2] Basic braille screen reader support, Alan Cox, (Thu Apr 24, 6:21 am)
Re: [PATCH2] Basic braille screen reader support, Samuel Thibault, (Thu Apr 24, 7:09 am)
Re: [PATCH2] Basic braille screen reader support, Andrew Morton, (Thu Apr 24, 12:46 am)
[PATCH] Braille screen reader documentation, Samuel Thibault, (Sat Feb 23, 9:17 am)
[PATCH] Braille screen reader fixes, Samuel Thibault, (Sat Feb 23, 9:15 am)
Re: [PATCH] Basic braille screen reader support, Samuel Thibault, (Mon Feb 4, 1:24 pm)
Re: [PATCH] Basic braille screen reader support, Samuel Thibault, (Mon Feb 4, 2:15 pm)
Re: [PATCH] Basic braille screen reader support, Samuel Thibault, (Sun Feb 3, 11:22 pm)