projects
/
sdk
/
emulator
/
emulator-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2b6bd0
)
rotary: changed the name of rotary device
author
jinhyung.jo
<jinhyung.jo@samsung.com>
Wed, 7 Jan 2015 08:05:15 +0000
(17:05 +0900)
committer
jinhyung.jo
<jinhyung.jo@samsung.com>
Wed, 7 Jan 2015 08:05:15 +0000
(17:05 +0900)
virtio-rotary to sec_rotary
requires a fixed name, 'sec_rotary', in evdev(xinput driver)
Change-Id: I46067d890533103e4c693af6d432c97841386e58
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
drivers/maru/maru_virtio_rotary.c
patch
|
blob
|
history
diff --git
a/drivers/maru/maru_virtio_rotary.c
b/drivers/maru/maru_virtio_rotary.c
index a6278247f2b2e5ac1a60a306480d928ed5d95c5b..75f122f2c8626e51e7cafb42ceac6437dac9d7b1 100644
(file)
--- a/
drivers/maru/maru_virtio_rotary.c
+++ b/
drivers/maru/maru_virtio_rotary.c
@@
-42,7
+42,7
@@
MODULE_LICENSE("GPL2");
MODULE_AUTHOR("Jinhyung Jo <jinhyung.jo@samsung.com>");
MODULE_DESCRIPTION("Emulator Virtio Rotary Driver");
-#define DRIVER_NAME "
virtio-
rotary"
+#define DRIVER_NAME "
sec_
rotary"
#define VR_LOG(log_level, fmt, ...) \
printk(log_level "%s: " fmt, DRIVER_NAME, ##__VA_ARGS__)