From: jinhyung.jo Date: Wed, 7 Jan 2015 08:05:15 +0000 (+0900) Subject: rotary: changed the name of rotary device X-Git-Tag: TizenStudio_2.0_p2.3.1~77 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=daa97104d1dd57b112bd5686ffee0308cdd8ebb7;p=sdk%2Femulator%2Femulator-kernel.git rotary: changed the name of rotary device virtio-rotary to sec_rotary requires a fixed name, 'sec_rotary', in evdev(xinput driver) Change-Id: I46067d890533103e4c693af6d432c97841386e58 Signed-off-by: Jinhyung Jo --- diff --git a/drivers/maru/maru_virtio_rotary.c b/drivers/maru/maru_virtio_rotary.c index a6278247f2b2..75f122f2c862 100644 --- 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 "); 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__)