]> git.baikalelectronics.ru Git - kernel.git/commit
staging: olpc_dcon: drop old VT switch code, watch for CONBLANK event
authorAndres Salomon <dilinger@queued.net>
Sun, 26 Sep 2010 02:06:30 +0000 (19:06 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 30 Sep 2010 01:03:51 +0000 (18:03 -0700)
commit451562bdf055a682d6f0c37ad75d2c07eddf2fdf
treed749aa1196ff9ee9876f0001d4a39dc981532712
parent2fd0e694bb648c324a6ac8ebea1b91a6bb25362a
staging: olpc_dcon: drop old VT switch code, watch for CONBLANK event

Eons ago, in a galaxy far far away, Jordan committed code to work around
the fact that X might have put the DCON to sleep and then crashed (in that
galaxy, X crashed a lot; crazy, right?)

This code was based on a custom API.  These days, we have code which watches
for FB unblanks, and should perform the same function.. Therefore, the older
code can be dropped.  We should probably be watching for CONBLANK events to,
so allow those to turn the DCON back on.

Dropping the old code is necessary for building the driver.

Signed-off-by: Andres Salomon <dilinger@queued.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/olpc_dcon/olpc_dcon.c