commit | a7caef964bb8a67a555af8dbe2d8a7e4b2797454 | [log] [tgz] |
---|---|---|
author | Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com> | Thu Apr 24 15:11:17 2014 +0300 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri Apr 25 15:04:04 2014 -0700 |
tree | d5ffcb1c47cd47d6edc53666eaba809eadc9b620 | |
parent | ae826cead7caa46e03984955d38631ad0ea0c8fd [diff] |
input: Fix errors due to initializing input before creating outputs Make sure that we don't map a device to an invalid output pointer and intead remap devices when an output is created. v2: fix the error with libinput too.