uterm: fbdev: fix wakeing up displays
authorDavid Herrmann <dh.herrmann@googlemail.com>
Thu, 24 Jan 2013 09:24:18 +0000 (10:24 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Thu, 24 Jan 2013 09:24:18 +0000 (10:24 +0100)
commitd72e44e9a1c8448ba8233391331b48ad0421f541
tree920017ee825ad236738cc271068fc1f4d2fe36c8
parent26ce0994e3e14f5338f8fd8aec629bf000db039b
uterm: fbdev: fix wakeing up displays

The dfb->disp pointer is not used so the current fbdev backend doesn't
wake up displays on video-wakeup. Fix this by traversing the new display
list (even though we currently have only one display at most).

Also remove th dfb->disp pointer as it is unused now.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/uterm_fbdev_internal.h
src/uterm_fbdev_video.c