From: Samuel Thibault Date: Tue, 4 Mar 2008 22:28:36 +0000 (-0800) Subject: VT notifier fix for VT switch X-Git-Tag: v2.6.25-rc4~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8182ec49a73729334f5a6c65a607ba7009ebd6d6;p=pandora-kernel.git VT notifier fix for VT switch VT notifier callbacks need to be aware of console switches. This is already partially done from console_callback(), but at that time fg_console, cursor positions, etc. are not yet updated and hence screen readers fetch the old values. This adds an update notify after all of the values are updated in redraw_screen(vc, 1). Signed-off-by: Samuel Thibault Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed