From: don.hong Date: Tue, 3 Jan 2012 13:33:42 +0000 (+0900) Subject: [Title] Add boilerplate or change log X-Git-Tag: 2.2.1_release^2~182^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c548975767045e58dddbd1a90df325d09c093fe3;p=sdk%2Femulator%2Femulator-kernel.git [Title] Add boilerplate or change log [Type] Enahncement [Module] [Priority] [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- diff --git a/arch/x86/configs/i386_emul_defconfig b/arch/x86/configs/i386_emul_defconfig index 0340ccc8cfe8..0abf14433441 100644 --- a/arch/x86/configs/i386_emul_defconfig +++ b/arch/x86/configs/i386_emul_defconfig @@ -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 diff --git a/drivers/input/keyboard/atkbd.c b/drivers/input/keyboard/atkbd.c index 5ce4b0ab3375..a977436f84a3 100644 --- a/drivers/input/keyboard/atkbd.c +++ b/drivers/input/keyboard/atkbd.c @@ -17,6 +17,11 @@ * converter. */ +/* + * 2011-08-19 Dohyung Hong Changed device name as HardKeys from keyboard + * 2011-11-23 DongKyun Yun Modified some keycodes to support hardware key of mobile platform + */ + #include #include #include diff --git a/drivers/input/tablet/wacom_sys.c b/drivers/input/tablet/wacom_sys.c index b9cbd166d21f..90e6080183ea 100755 --- a/drivers/input/tablet/wacom_sys.c +++ b/drivers/input/tablet/wacom_sys.c @@ -11,6 +11,10 @@ * (at your option) any later version. */ +/* + * 2011-12-08 GiWoong Kim Add multi-touch function + */ + #include "wacom.h" #include "wacom_wac.h" diff --git a/drivers/input/tablet/wacom_wac.c b/drivers/input/tablet/wacom_wac.c index 8d6f23913543..c012e9439ed3 100755 --- a/drivers/input/tablet/wacom_wac.c +++ b/drivers/input/tablet/wacom_wac.c @@ -11,6 +11,11 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. */ + +/* + * 2011-12-08 GiWoong Kim Add multi-touch function + */ + #include "wacom.h" #include "wacom_wac.h" diff --git a/drivers/jack/mod_jack.c b/drivers/jack/mod_jack.c index ad0eeecff141..a76b85c42075 100644 --- a/drivers/jack/mod_jack.c +++ b/drivers/jack/mod_jack.c @@ -1,3 +1,29 @@ +/* + * Virtual device node for event injector of emulator + * + * Copyright (c) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. + * + * Contact: + * Sungmin Ha + * + * 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. + * + * 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 #include #include diff --git a/drivers/power_supply/mod_power_supply.c b/drivers/power_supply/mod_power_supply.c index fe0bd71c5ec9..6062d2b71a53 100644 --- a/drivers/power_supply/mod_power_supply.c +++ b/drivers/power_supply/mod_power_supply.c @@ -1,3 +1,29 @@ +/* + * Virtual device node for event injector of emulator + * + * Copyright (c) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. + * + * Contact: + * Sungmin Ha + * + * 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. + * + * 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 #include #include diff --git a/drivers/samsung/Kconfig b/drivers/samsung/Kconfig index 7b389e7851aa..141978aeef92 100755 --- a/drivers/samsung/Kconfig +++ b/drivers/samsung/Kconfig @@ -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 diff --git a/drivers/samsung/Makefile b/drivers/samsung/Makefile index 0c46687f286a..71ca74faf7c7 100755 --- a/drivers/samsung/Makefile +++ b/drivers/samsung/Makefile @@ -1,4 +1,3 @@ -obj-$(CONFIG_HW_ACCELERATOR) += Accelerator.o obj-$(CONFIG_EMUL_LCD) += emul_lcd.o obj-$(CONFIG_EMUL_CODEC) += emul_codec.o diff --git a/drivers/usb_mass_storage/mod_usb_mass_storage.c b/drivers/usb_mass_storage/mod_usb_mass_storage.c index 80a8451de8ed..6a83b9ff0991 100644 --- a/drivers/usb_mass_storage/mod_usb_mass_storage.c +++ b/drivers/usb_mass_storage/mod_usb_mass_storage.c @@ -1,3 +1,29 @@ +/* + * Virtual device node for event injector of emulator + * + * Copyright (c) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. + * + * Contact: + * Sungmin Ha + * + * 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. + * + * 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 #include #include diff --git a/drivers/usb_mode/mod_usb_mode.c b/drivers/usb_mode/mod_usb_mode.c index 14b0392c5d3e..c2a352051fed 100644 --- a/drivers/usb_mode/mod_usb_mode.c +++ b/drivers/usb_mode/mod_usb_mode.c @@ -1,3 +1,29 @@ +/* + * Virtual device node for event injector of emulator + * + * Copyright (c) 2011 - 2012 Samsung Electronics Co., Ltd. All rights reserved. + * + * Contact: + * Sungmin Ha + * + * 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. + * + * 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 #include #include diff --git a/drivers/virtio/virtio_gpi.c b/drivers/virtio/virtio_gpi.c index 073a1bbd9169..d253b3c98781 100644 --- a/drivers/virtio/virtio_gpi.c +++ b/drivers/virtio/virtio_gpi.c @@ -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 * - * 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 diff --git a/kernel/time/tick-common.c b/kernel/time/tick-common.c index a4e6e0432e9d..14f150b38c61 100644 --- a/kernel/time/tick-common.c +++ b/kernel/time/tick-common.c @@ -11,6 +11,11 @@ * This code is licenced under the GPL version 2. For details see * kernel-base/COPYING. */ + +/* + * 2011-12-09 Dohyung Hong Add time compensation logic for emulator's system time + */ + #include #include #include