commit | 19e3ae6b4f07a87822c1c9e7ed99d31860e701af | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nicolas.pitre@linaro.org> | Fri Jan 23 17:07:21 2015 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Feb 02 10:09:54 2015 -0800 |
tree | ce58f6c16b20c531c794157e047530148a4a1bfa | |
parent | 67dc0d4758e5ced978bb30e8af11bc42cabfa77c [diff] |
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>