VT notifier fix for VT switch

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <linux-kernel@...>, <akpm@...>
Date: Thursday, February 21, 2008 - 4:26 pm

Notify when VT switch is complete.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>

--- linux-2.6.24-orig/drivers/char/vt.c	2008-01-25 09:32:06.000000000 +0100
+++ linux-2.6.24-perso/drivers/char/vt.c	2008-02-21 15:51:13.000000000 +0100
@@ -702,6 +702,7 @@
 	if (is_switch) {
 		set_leds();
 		compute_shiftstate();
+		notify_update(vc);
 	}
 }
 
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
VT notifier fix for VT switch, Samuel Thibault, (Thu Feb 21, 4:26 pm)
Re: VT notifier fix for VT switch, Andrew Morton, (Sat Feb 23, 4:04 am)
Re: VT notifier fix for VT switch, Samuel Thibault, (Sat Feb 23, 9:46 am)