input: introduce maru_virtio_input
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Tue, 21 Jun 2016 13:49:20 +0000 (22:49 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Mon, 27 Jun 2016 05:43:55 +0000 (14:43 +0900)
commit288ae98172e8cb0ce66d310b7f8668b612bff3de
treec83c13b8e45cf5be2e7020785a077a6b03191985
parente6dc5e99e4e39b4755ca610c48ff1d0ccfbe7406
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>
14 files changed:
tizen/src/ecs/ecs_eventcast.c
tizen/src/emul_state.c
tizen/src/hw/virtio/Makefile.objs
tizen/src/hw/virtio/maru_virtio_hwkey.c [deleted file]
tizen/src/hw/virtio/maru_virtio_hwkey.h [deleted file]
tizen/src/hw/virtio/maru_virtio_input.c [new file with mode: 0644]
tizen/src/hw/virtio/maru_virtio_input.h [new file with mode: 0644]
tizen/src/hw/virtio/maru_virtio_keyboard.c [deleted file]
tizen/src/hw/virtio/maru_virtio_keyboard.h [deleted file]
tizen/src/hw/virtio/maru_virtio_pci.c
tizen/src/hw/virtio/maru_virtio_touchscreen.c [deleted file]
tizen/src/hw/virtio/maru_virtio_touchscreen.h [deleted file]
tizen/src/util/net_helper.c
tizen/src/util/ui_operations.c