Re: [PATCH] Console events and accessibility

2007-08-23 Thread Samuel Thibault
Samuel Thibault, le Thu 23 Aug 2007 19:08:45 +0200, a écrit : > > 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. > > Oh, great! Maybe Kirk

Re: [PATCH] Console events and accessibility

2007-08-23 Thread Samuel Thibault
Hi, Greg KH, le Thu 23 Aug 2007 09:33:18 -0700, a écrit : > 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 Here is the patch > console-keyboard-events-and-accessibility-fix.patch >

Re: [PATCH] Console events and accessibility

2007-08-23 Thread Greg KH
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

Re: [PATCH] Console events and accessibility

2007-08-23 Thread Samuel Thibault
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. > The patches look

Re: [PATCH] Console events and accessibility

2007-08-23 Thread Greg KH
On Wed, Aug 22, 2007 at 03:05:20PM +0200, Samuel Thibault wrote: > Samuel Thibault, le Wed 22 Aug 2007 10:53:55 +0200, a ?crit : > > Greg KH, le Tue 21 Aug 2007 22:48:55 -0700, a ?crit : > > > On Tue, Aug 21, 2007 at 11:29:39PM +0200, Samuel Thibault wrote: > > > > Some external modules like

Re: [PATCH] Console events and accessibility

2007-08-23 Thread Greg KH
On Wed, Aug 22, 2007 at 03:05:20PM +0200, Samuel Thibault wrote: Samuel Thibault, le Wed 22 Aug 2007 10:53:55 +0200, a ?crit : Greg KH, le Tue 21 Aug 2007 22:48:55 -0700, a ?crit : On Tue, Aug 21, 2007 at 11:29:39PM +0200, Samuel Thibault wrote: Some external modules like Speakup need to

Re: [PATCH] Console events and accessibility

2007-08-23 Thread Samuel Thibault
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. The patches look sane

Re: [PATCH] Console events and accessibility

2007-08-23 Thread Greg KH
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

Re: [PATCH] Console events and accessibility

2007-08-23 Thread Samuel Thibault
Hi, Greg KH, le Thu 23 Aug 2007 09:33:18 -0700, a écrit : 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 Here is the patch console-keyboard-events-and-accessibility-fix.patch console

Re: [PATCH] Console events and accessibility

2007-08-23 Thread Samuel Thibault
Samuel Thibault, le Thu 23 Aug 2007 19:08:45 +0200, a écrit : 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. Oh, great! Maybe Kirk should be

Re: [PATCH] Console events and accessibility

2007-08-22 Thread Samuel Thibault
Samuel Thibault, le Wed 22 Aug 2007 10:53:55 +0200, a écrit : > Greg KH, le Tue 21 Aug 2007 22:48:55 -0700, a écrit : > > On Tue, Aug 21, 2007 at 11:29:39PM +0200, Samuel Thibault wrote: > > > Some external modules like Speakup need to monitor console output. > > > > > > This adds a VT notifier

Re: [PATCH] Console events and accessibility

2007-08-22 Thread Samuel Thibault
Greg KH, le Tue 21 Aug 2007 22:48:55 -0700, a écrit : > On Tue, Aug 21, 2007 at 11:29:39PM +0200, Samuel Thibault wrote: > > Some external modules like Speakup need to monitor console output. > > > > This adds a VT notifier that such modules can use to get console output > > events: > >

Re: [PATCH] Console events and accessibility

2007-08-22 Thread Samuel Thibault
Greg KH, le Tue 21 Aug 2007 22:48:55 -0700, a écrit : On Tue, Aug 21, 2007 at 11:29:39PM +0200, Samuel Thibault wrote: Some external modules like Speakup need to monitor console output. This adds a VT notifier that such modules can use to get console output events: allocation,

Re: [PATCH] Console events and accessibility

2007-08-22 Thread Samuel Thibault
Samuel Thibault, le Wed 22 Aug 2007 10:53:55 +0200, a écrit : Greg KH, le Tue 21 Aug 2007 22:48:55 -0700, a écrit : On Tue, Aug 21, 2007 at 11:29:39PM +0200, Samuel Thibault wrote: Some external modules like Speakup need to monitor console output. This adds a VT notifier that such

Re: [PATCH] Console events and accessibility

2007-08-21 Thread Greg KH
On Tue, Aug 21, 2007 at 11:29:39PM +0200, Samuel Thibault wrote: > Some external modules like Speakup need to monitor console output. > > This adds a VT notifier that such modules can use to get console output > events: > allocation, deallocation, writes, other updates (cursor position, switch,

[PATCH] Console events and accessibility

2007-08-21 Thread Samuel Thibault
Some external modules like Speakup need to monitor console output. This adds a VT notifier that such modules can use to get console output events: allocation, deallocation, writes, other updates (cursor position, switch, etc.) Signed-off-by: Samuel Thibault <[EMAIL PROTECTED]> --- This is the

Re: [PATCH] Console events and accessibility

2007-08-21 Thread Greg KH
On Tue, Aug 21, 2007 at 11:29:39PM +0200, Samuel Thibault wrote: Some external modules like Speakup need to monitor console output. This adds a VT notifier that such modules can use to get console output events: allocation, deallocation, writes, other updates (cursor position, switch,

[PATCH] Console events and accessibility

2007-08-21 Thread Samuel Thibault
Some external modules like Speakup need to monitor console output. This adds a VT notifier that such modules can use to get console output events: allocation, deallocation, writes, other updates (cursor position, switch, etc.) Signed-off-by: Samuel Thibault [EMAIL PROTECTED] --- This is the