diff options
author | SeokYeon Hwang <syeon.hwang@samsung.com> | 2016-06-21 22:49:20 +0900 |
---|---|---|
committer | SeokYeon Hwang <syeon.hwang@samsung.com> | 2016-06-27 14:43:55 +0900 |
commit | 288ae98172e8cb0ce66d310b7f8668b612bff3de (patch) | |
tree | c83c13b8e45cf5be2e7020785a077a6b03191985 /tizen/src/emul_state.c | |
parent | e6dc5e99e4e39b4755ca610c48ff1d0ccfbe7406 (diff) | |
download | qemu-288ae98172e8cb0ce66d310b7f8668b612bff3de.tar.gz qemu-288ae98172e8cb0ce66d310b7f8668b612bff3de.tar.bz2 qemu-288ae98172e8cb0ce66d310b7f8668b612bff3de.zip |
input: introduce maru_virtio_input
"maru_virtio_input" contains touchscreen, keyboard, hwkey now.
"rotary" will be added soon.
Change-Id: I6a8983e8d7e6e78489ec06d77497042f85d823d7
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Diffstat (limited to 'tizen/src/emul_state.c')
-rw-r--r-- | tizen/src/emul_state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tizen/src/emul_state.c b/tizen/src/emul_state.c index 94852d5807..2a43b820b8 100644 --- a/tizen/src/emul_state.c +++ b/tizen/src/emul_state.c @@ -55,7 +55,7 @@ extern bool hax_allowed; #include "emulator.h" #include "emulator_options.h" -#include "hw/virtio/maru_virtio_touchscreen.h" +#include "hw/virtio/maru_virtio_input.h" #include "hw/virtio/maru_virtio_evdi.h" #include "util/net_helper.h" #include "util/new_debug_ch.h" |