]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerZefan Li <lizefan@huawei.com>
Fri, 19 Jun 2015 03:40:13 +0000 (11:40 +0800)
commit68e9176bf7429cce8ed93859a1995f2d0f3ca209
treee0320d18fa18d67dfc25dd8b671add0052acec97
parentc415c7ab984b1bc1f0fd760784e436df1b6d3132
vt: provide notifications on selection changes

commit 19e3ae6b4f07a87822c1c9e7ed99d31860e701af upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Zefan Li <lizefan@huawei.com>
drivers/tty/vt/vt.c