[Title] modify touchscreen name
authorgiwoong.kim <giwoong.kim@samsung.com>
Thu, 16 Feb 2012 07:53:21 +0000 (16:53 +0900)
committergiwoong.kim <giwoong.kim@samsung.com>
Thu, 16 Feb 2012 07:53:21 +0000 (16:53 +0900)
[Type] enhancement
[Module] emulator / touch
[Priority] minor
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: I9a7b26bed93be1071b3a64a237b1d86c44e0cbbd

arch/x86/configs/i386_emul_defconfig [changed mode: 0755->0644]
drivers/maru/Kconfig [changed mode: 0755->0644]
drivers/maru/Makefile [changed mode: 0755->0644]
drivers/maru/maru_touchscreen.c [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index 302496d..1a4080d
@@ -181,7 +181,7 @@ static int emul_touchscreen_probe(struct usb_interface *intf, const struct usb_d
     usb_make_path(usb_ts->usbdev, usb_ts->phys, sizeof(usb_ts->phys));
     strlcat(usb_ts->phys, "/input0", sizeof(usb_ts->phys));
 
-    usb_ts->emuldev->name = "Maru Touchscreen";
+    usb_ts->emuldev->name = "Maru Virtual Touchscreen";
     usb_to_input_id(usb_ts->usbdev, &usb_ts->emuldev->id);
 
     usb_ts->emuldev->dev.parent = &intf->dev;