rotary: changed the name of rotary device
authorjinhyung.jo <jinhyung.jo@samsung.com>
Wed, 7 Jan 2015 08:05:15 +0000 (17:05 +0900)
committerjinhyung.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

index a6278247f2b2e5ac1a60a306480d928ed5d95c5b..75f122f2c8626e51e7cafb42ceac6437dac9d7b1 100644 (file)
@@ -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__)