mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
imx53: add missing break to input driver (fix #957)
This commit is contained in:
committed by
Norman Feske
parent
a7d7337b16
commit
debec59e30
@@ -62,6 +62,7 @@ int main(int argc, char **argv)
|
||||
plat_drv.enable(Platform::Session::I2C_3);
|
||||
plat_drv.enable(Platform::Session::BUTTONS);
|
||||
Input::Tablet_driver::factory(ev_queue);
|
||||
break;
|
||||
default:
|
||||
PWRN("No input driver available for this board");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user