Re: [PATCH] vt: provide notifications on selection changes

2015-01-23 Thread Greg Kroah-Hartman
On Fri, Jan 23, 2015 at 05:07:21PM -0500, Nicolas Pitre wrote: > The vcs device's poll/fasync support relies on the vt notifier to signal > changes to the screen content. Notifier invocations were missing for > changes that comes through the selection interface though. Fix that. > > Tested with

[PATCH] vt: provide notifications on selection changes

2015-01-23 Thread Nicolas Pitre
The vcs device's poll/fasync support relies on the vt notifier to signal changes to the screen content. Notifier invocations were missing for changes that comes through the selection interface though. Fix that. Tested with BRLTTY 5.2. Signed-off-by: Nicolas Pitre Cc: Dave Mielke --- Greg: W