From 493e4fffc5052228eb515e63fc4b42b5f2e5e24f Mon Sep 17 00:00:00 2001 From: Thomas Cort Date: Sun, 15 Sep 2013 19:48:29 -0400 Subject: [PATCH] tda19988: add missing blockdriver_announce() call To provide EDID to fb, the TDA19988 implements the block device protocol with libblockdriver. To properly use the library, blockdriver_announce() should be called by the driver. Issue reported by David van Moolenbroek Change-Id: Id55d159d91502a9afac5c1d4de0fee1e8945b5c1 --- drivers/tda19988/tda19988.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/tda19988/tda19988.c b/drivers/tda19988/tda19988.c index 0913936fd..81f40bcb5 100644 --- a/drivers/tda19988/tda19988.c +++ b/drivers/tda19988/tda19988.c @@ -993,6 +993,7 @@ sef_cb_init(int type, sef_init_info_t * UNUSED(info)) i2cdriver_announce(hdmi_bus); } + blockdriver_announce(type); log_trace(&log, "announced\n"); } -- 2.44.0