]> bbs.cooldavid.org Git - net-next-2.6.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)
commit95699fb7c34e230061b6c2997bd7590801c0b5fe
treed749aa1196ff9ee9876f0001d4a39dc981532712
parent58f92cf19ce6cdcc5a5a1d46cb4e42a8bef98ebb
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