]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
vt: provide notifications on selection changes
authorNicolas Pitre <nicolas.pitre@linaro.org>
Fri, 23 Jan 2015 22:07:21 +0000 (17:07 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 2 Feb 2015 18:09:54 +0000 (10:09 -0800)
commit19e3ae6b4f07a87822c1c9e7ed99d31860e701af
treece58f6c16b20c531c794157e047530148a4a1bfa
parent67dc0d4758e5ced978bb30e8af11bc42cabfa77c
vt: provide notifications on selection changes

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 <nico@linaro.org>
Cc: Dave Mielke <dave@mielke.cc>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/vt.c