From: Antonino A. Daplas Date: Mon, 7 Nov 2005 09:00:38 +0000 (-0800) Subject: [PATCH] fbcon: Initialize new driver when old driver is released X-Git-Tag: v2.6.15-rc1~551 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd0314f7bb407bc4bdb3ea769b9c8a3a5d39ffd7;p=pandora-kernel.git [PATCH] fbcon: Initialize new driver when old driver is released If machine has more than 1 driver installed, and they all drive the same hardware, it's possible that the driver's fb_release() method will attempt to restore the hardware state to the initial state. This will leave the new driver in an undefined state. To prevent this problem, initialize the new driver by calling fb_set_par() when the old driver is released by fbcon. Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed