[Title] Add boilerplate or change log
authordon.hong <don.hong@samsung.com>
Tue, 3 Jan 2012 13:33:42 +0000 (22:33 +0900)
committerdon.hong <don.hong@samsung.com>
Tue, 3 Jan 2012 13:33:42 +0000 (22:33 +0900)
[Type] Enahncement
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

12 files changed:
arch/x86/configs/i386_emul_defconfig
drivers/input/keyboard/atkbd.c
drivers/input/tablet/wacom_sys.c
drivers/input/tablet/wacom_wac.c
drivers/jack/mod_jack.c
drivers/power_supply/mod_power_supply.c
drivers/samsung/Kconfig
drivers/samsung/Makefile
drivers/usb_mass_storage/mod_usb_mass_storage.c
drivers/usb_mode/mod_usb_mode.c
drivers/virtio/virtio_gpi.c
kernel/time/tick-common.c

index 0340ccc8cfe8b4be8d6d2b89f30d6e74c767880f..0abf144334416ccfd12f092ef76e1c2f3a3c0981 100644 (file)
@@ -2104,7 +2104,6 @@ CONFIG_ANDROID_TIMED_OUTPUT=y
 #
 # Virtual device drivers for emulator
 #
-CONFIG_HW_ACCELERATOR=y
 CONFIG_EMUL_LCD=y
 CONFIG_EMUL_CODEC=y
 CONFIG_X86_PLATFORM_DEVICES=y
index 5ce4b0ab3375447817145815530fc6a9823f129b..a977436f84a39a1ff526dd78d8935f272c30d93f 100644 (file)
  * converter.
  */
 
+/*
+ * 2011-08-19 Dohyung Hong <don.hong@samsung.com> Changed device name as HardKeys from keyboard
+ * 2011-11-23 DongKyun Yun <dk77.yun@samsung.com> Modified some keycodes to support hardware key of mobile platform
+ */
+
 #include <linux/delay.h>
 #include <linux/module.h>
 #include <linux/slab.h>
index b9cbd166d21feaef522bb6a1c531f9b90b527da8..90e6080183ea212dde35e044a88b1fa8c8c6453a 100755 (executable)
  * (at your option) any later version.
  */
 
+/*
+ * 2011-12-08 GiWoong Kim <giwoong.kim@samsung.com> Add multi-touch function
+ */
+
 #include "wacom.h"
 #include "wacom_wac.h"
 
index 8d6f2391354374c1fee55db3bbaf3c2fe1b65b86..c012e9439ed3f61c76c31b67b07fd98e8d33e2f9 100755 (executable)
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
  */
+
+/*
+ * 2011-12-08 GiWoong Kim <giwoong.kim@samsung.com> Add multi-touch function
+ */
+
 #include "wacom.h"
 #include "wacom_wac.h"
 
index ad0eeecff141ea8ce24d3b8621abcfd143025e6e..a76b85c4207502659e02d60578074108fc32f986 100644 (file)
@@ -1,3 +1,29 @@
+/*\r
+ * Virtual device node for event injector of emulator\r
+ *\r
+ * Copyright (c) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.\r
+ *\r
+ * Contact:\r
+ * Sungmin Ha <sungmin82.ha@samsung.com>\r
+ *\r
+ * This program is free software; you can redistribute it and/or\r
+ * modify it under the terms of the GNU General Public License\r
+ * as published by the Free Software Foundation; either version 2\r
+ * of the License, or (at your option) any later version.\r
+ *\r
+ * This program is distributed in the hope that it will be useful,\r
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
+ * GNU General Public License for more details.\r
+ *\r
+ * You should have received a copy of the GNU General Public License\r
+ * along with this program; if not, write to the Free Software\r
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\r
+ *\r
+ * Contributors:\r
+ * - S-Core Co., Ltd\r
+ */\r
+\r
 #include <linux/kernel.h>\r
 #include <linux/module.h>\r
 #include <linux/device.h>\r
index fe0bd71c5ec9d446eb426c759cc4c2d5187c70df..6062d2b71a5315543cae29bf58d90029fc5c1a34 100644 (file)
@@ -1,3 +1,29 @@
+/*\r
+ * Virtual device node for event injector of emulator\r
+ *\r
+ * Copyright (c) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.\r
+ *\r
+ * Contact:\r
+ * Sungmin Ha <sungmin82.ha@samsung.com>\r
+ *\r
+ * This program is free software; you can redistribute it and/or\r
+ * modify it under the terms of the GNU General Public License\r
+ * as published by the Free Software Foundation; either version 2\r
+ * of the License, or (at your option) any later version.\r
+ *\r
+ * This program is distributed in the hope that it will be useful,\r
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
+ * GNU General Public License for more details.\r
+ *\r
+ * You should have received a copy of the GNU General Public License\r
+ * along with this program; if not, write to the Free Software\r
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\r
+ *\r
+ * Contributors:\r
+ * - S-Core Co., Ltd\r
+ */\r
+\r
 #include <linux/kernel.h>\r
 #include <linux/module.h>\r
 #include <linux/device.h>\r
index 7b389e7851aa761e8725e9c076872a7cca7db91d..141978aeef9208937057f3d6d9b54f5d8b6c2933 100755 (executable)
@@ -1,9 +1,5 @@
 menu "Virtual device drivers for emulator"
 
-config HW_ACCELERATOR
-       tristate "Samsung Virtual 3D Accelerator driver"
-       default n
-
 config EMUL_LCD
        tristate "Samsung emulator LCD driver"
        default n
index 0c46687f286accb75c21698320780a234a17d1f8..71ca74faf7c7c86f5764915ce462f35b75f4beb8 100755 (executable)
@@ -1,4 +1,3 @@
-obj-$(CONFIG_HW_ACCELERATOR)   += Accelerator.o
 obj-$(CONFIG_EMUL_LCD) += emul_lcd.o
 obj-$(CONFIG_EMUL_CODEC) += emul_codec.o
 
index 80a8451de8edbc72a18888cd4b83dec140871312..6a83b9ff09918436cf2602a00be5b0d40db86dcf 100644 (file)
@@ -1,3 +1,29 @@
+/*\r
+ * Virtual device node for event injector of emulator\r
+ *\r
+ * Copyright (c) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.\r
+ *\r
+ * Contact:\r
+ * Sungmin Ha <sungmin82.ha@samsung.com>\r
+ *\r
+ * This program is free software; you can redistribute it and/or\r
+ * modify it under the terms of the GNU General Public License\r
+ * as published by the Free Software Foundation; either version 2\r
+ * of the License, or (at your option) any later version.\r
+ *\r
+ * This program is distributed in the hope that it will be useful,\r
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
+ * GNU General Public License for more details.\r
+ *\r
+ * You should have received a copy of the GNU General Public License\r
+ * along with this program; if not, write to the Free Software\r
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\r
+ *\r
+ * Contributors:\r
+ * - S-Core Co., Ltd\r
+ */\r
+\r
 #include <linux/kernel.h>\r
 #include <linux/module.h>\r
 #include <linux/device.h>\r
index 14b0392c5d3ee9998b215096cc9b9926a3caf0bf..c2a352051fed37eafe52ec689af195a1eba77931 100644 (file)
@@ -1,3 +1,29 @@
+/*\r
+ * Virtual device node for event injector of emulator\r
+ *\r
+ * Copyright (c) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.\r
+ *\r
+ * Contact:\r
+ * Sungmin Ha <sungmin82.ha@samsung.com>\r
+ *\r
+ * This program is free software; you can redistribute it and/or\r
+ * modify it under the terms of the GNU General Public License\r
+ * as published by the Free Software Foundation; either version 2\r
+ * of the License, or (at your option) any later version.\r
+ *\r
+ * This program is distributed in the hope that it will be useful,\r
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
+ * GNU General Public License for more details.\r
+ *\r
+ * You should have received a copy of the GNU General Public License\r
+ * along with this program; if not, write to the Free Software\r
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\r
+ *\r
+ * Contributors:\r
+ * - S-Core Co., Ltd\r
+ */\r
+\r
 #include <linux/kernel.h>\r
 #include <linux/module.h>\r
 #include <linux/device.h>\r
index 073a1bbd9169710feb2cea2853bb5ea83eef49d7..d253b3c98781575289952e588334043865969342 100644 (file)
@@ -1,20 +1,26 @@
 /* Virtio general purpose interface implementation
  *
- *  Copyright 2011 Dongkyun Yun
+ * Copyright (c) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
- *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU General Public License as published by
- *  the Free Software Foundation; either version 2 of the License, or
- *  (at your option) any later version.
+ * Contact:
+ * DongKyun Yun <dk77.yun@samsung.com>
  *
- *  This program is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU General Public License for more details.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
  *
- *  You should have received a copy of the GNU General Public License
- *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+ *
+ * Contributors:
+ * - S-Core Co., Ltd
  */
 
 #include <linux/kernel.h>
index a4e6e0432e9d9bb80fed01098ef1cf6377f68322..14f150b38c611d828b6e6e0cac6cc71bd22eefc3 100644 (file)
  * This code is licenced under the GPL version 2. For details see
  * kernel-base/COPYING.
  */
+
+/*
+ * 2011-12-09 Dohyung Hong <don.hong@samsung.com> Add time compensation logic for emulator's system time
+ */
+
 #include <linux/cpu.h>
 #include <linux/err.h>
 #include <linux/hrtimer.h>