Stanislav Vorobiov [Wed, 10 Oct 2012 08:14:07 +0000 (12:14 +0400)]
YaGL: Version bump
Evgeny Voevodin [Thu, 4 Oct 2012 05:42:13 +0000 (09:42 +0400)]
Merge remote-tracking branch 'score/develop' into tizen-arm
Stanislav Vorobiov [Wed, 3 Oct 2012 16:48:48 +0000 (20:48 +0400)]
YaGL: Version bump
Yeongkyoon Lee [Fri, 28 Sep 2012 06:42:48 +0000 (15:42 +0900)]
Merge "touchscreen:virtio touchscreen enhancement" into develop
jinhyung.jo [Fri, 28 Sep 2012 06:28:11 +0000 (15:28 +0900)]
maru_camera : added a routine for error check
device error check while streaming
Signed-off-by : Jinhyung Jo <jinhyung.jo@samsung.com>
giwoong.kim [Thu, 27 Sep 2012 08:15:26 +0000 (17:15 +0900)]
touchscreen:virtio touchscreen enhancement
do not kick at each add_buf
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Stanislav Vorobiov [Wed, 26 Sep 2012 09:39:14 +0000 (13:39 +0400)]
YaGL: Version bump
giwoong.kim [Tue, 25 Sep 2012 07:36:10 +0000 (16:36 +0900)]
touchscreen: added virtqueue_kick to virtio-touchscreen
invoke kick after one or more virtqueue_add_buf calls
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Stanislav Vorobiov [Mon, 24 Sep 2012 06:54:49 +0000 (10:54 +0400)]
YaGL: Version bump
giwoong.kim [Fri, 21 Sep 2012 05:21:16 +0000 (14:21 +0900)]
touchscreen: modified the token when virtqueue_add_buf
changed the token identifying the buffer in virtio-touchscreen when expose buffer to other end
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Stanislav Vorobiov [Fri, 21 Sep 2012 13:36:48 +0000 (17:36 +0400)]
YaGL: Version bump
Stanislav Vorobiov [Fri, 21 Sep 2012 08:41:53 +0000 (12:41 +0400)]
YaGL: Version bump
giwoong.kim [Thu, 20 Sep 2012 06:55:38 +0000 (15:55 +0900)]
touchscreen: multitouch protocol covert to B in virtio touchscreen
previous protocol is A. This will be deprecated soon.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
giwoong.kim [Wed, 19 Sep 2012 05:48:30 +0000 (14:48 +0900)]
touchscreen: virtio touchscreen without the kick
put multiple buf into virtqueue
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Stanislav Vorobiov [Mon, 17 Sep 2012 09:19:58 +0000 (13:19 +0400)]
YaGL: We can now allocate more than one page for marshalling buffer
Evgeny Voevodin [Mon, 17 Sep 2012 06:49:18 +0000 (10:49 +0400)]
drivers/maru/maru_codec.c: Add zero at the end of svcodec_pci_table
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Kitae Kim [Mon, 17 Sep 2012 04:40:57 +0000 (13:40 +0900)]
Merge branch 'release' into develop
Conflicts:
package/pkginfo.manifest
giwoong.kim [Fri, 14 Sep 2012 06:52:20 +0000 (15:52 +0900)]
[Title] modified subsystem device id of virtio touchscreen
[Type] enhancement
[Module] Emulator / touch
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution] 11
[TestCase]
Evgeny Voevodin [Fri, 14 Sep 2012 06:40:11 +0000 (10:40 +0400)]
Merge remote-tracking branch 'score/develop' into tizen-arm-rebase
Conflicts:
drivers/maru/Makefile
drivers/maru/maru_camera.c
drivers/maru/maru_codec.c
drivers/maru/maru_overlay.c
drivers/maru/maru_usb_touchscreen.c
package/pkginfo.manifest
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Stanislav Vorobiov [Thu, 13 Sep 2012 13:30:18 +0000 (17:30 +0400)]
YaGL: Allow user to specify marshal buffer size, it still has to be 1 page, to be fixed later
YaGL: Version bump
Stanislav Vorobiov [Thu, 13 Sep 2012 07:05:02 +0000 (11:05 +0400)]
* YaGL version bump
Stanislav Vorobiov [Mon, 10 Sep 2012 10:10:19 +0000 (14:10 +0400)]
* YaGL passthrough device added
Oleg Ogurtsov [Wed, 22 Aug 2012 15:07:13 +0000 (19:07 +0400)]
Tizen: audio on PCI (intel810 - AC97)
Oleg Ogurtsov [Mon, 6 Aug 2012 11:52:55 +0000 (15:52 +0400)]
Tizen: enable LCD for brightness
Evgeny Voevodin [Thu, 26 Jul 2012 12:01:01 +0000 (16:01 +0400)]
arch/arm/mach-exynos/mach-tizen.c: Drop instantiation of virtio resources.
We now use devices parameter parsing to find out where virtio-mmio
devices are.
tizen_defconfig changed to select CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES=y.
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Pawel Moll [Wed, 9 May 2012 17:30:16 +0000 (18:30 +0100)]
virtio-mmio: Devices parameter parsing
This patch adds an option to instantiate guest virtio-mmio devices
basing on a kernel command line (or module) parameter, for example:
virtio_mmio.devices=0x100@0x100b0000:48
Signed-off-by: Pawel Moll <pawel.moll@arm.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Oleg Ogurtsov [Thu, 19 Jul 2012 12:23:59 +0000 (16:23 +0400)]
Tizen: fixed MARU PCI drivers. 'NULL terminate the pci_device_ids'
Sooyoung Ha [Fri, 13 Jul 2012 06:04:02 +0000 (15:04 +0900)]
[Title] version update to 1.1.21
[Type]
[Module] emulator-kernel / dibs
[Priority] normal
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
Oleg Ogurtsov [Wed, 11 Jul 2012 06:45:54 +0000 (10:45 +0400)]
ARM: Tizen: turn on maru_brightness
Evgeny Voevodin [Thu, 5 Jul 2012 04:09:13 +0000 (08:09 +0400)]
arch/arm/configs/tizen_defconfig: Switch off kernel debugging.
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Kitae Kim [Wed, 4 Jul 2012 12:55:24 +0000 (21:55 +0900)]
[Title] solved sink problem of codec module when codec driver has been closed and source clean-up.
[Type] bug fix
[Module] emulator-kernel / codec
[Priority] Major
[CQ#] N_SE-2257, N_SE-2499
[Redmine#]
[Problem] the previous version has a sink problem between codec driver and device.
[Cause] emulator has lock-up problem when event injector sends sms events to it continously.
[Solution] exception handling routine was missing in the release operation of codec driver.
[TestCase]
Kitae Kim [Wed, 4 Jul 2012 12:46:48 +0000 (21:46 +0900)]
[Title] solved sink problem of codec module when codec driver has been closed.
[Type] bug fix
[Module] emulator-kernel / codec
[Priority] Major
[CQ#] N_SE-2257, N_SE-2499
[Redmine#]
[Problem] the previous version has a sink problem between codec driver and device.
[Cause] emulator has lock-up problem when event injector sends sms events to it continously.
[Solution] exception handling routine was missing in the release operation of codec driver.
[TestCase]
Evgeny Voevodin [Wed, 4 Jul 2012 12:16:21 +0000 (16:16 +0400)]
arch/arm/configs/tizen_defconfig: Select no forced preemption
It seems that "Server" behaviour is more suitable for emulation
then "Desktop". It's because more frequent traslation block
interrupts can occure if kernel is preemtable.
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Stanislav Vorobiov [Tue, 3 Jul 2012 12:21:20 +0000 (16:21 +0400)]
Added I/O port support to Tizen VPCI
Evgeny Voevodin [Wed, 4 Jul 2012 05:52:29 +0000 (09:52 +0400)]
arch/arm/configs/tizen_defconfig: Remove useless timer configs
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Kitae Kim [Tue, 3 Jul 2012 02:54:35 +0000 (11:54 +0900)]
[Title] disable IPv6 protocol configuration.
[Type]
[Module] emulator-kernel / network
[Priority] normal
[CQ#]
[Redmine#]
[Problem] The IPv6 protocol is not neccessary in emulator.
[Cause]
[Solution]
[TestCase]
Kitae Kim [Tue, 3 Jul 2012 02:44:32 +0000 (11:44 +0900)]
[Title] update package version.
[Type]
[Module] emulator-kernel / dibs
[Priority] normal
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
giwoong.kim [Mon, 2 Jul 2012 08:51:58 +0000 (17:51 +0900)]
[Title] increase the max touch tracking id
[Type] feature
[Module] Emulator / touch
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution] 2 -> 3
[TestCase]
Kitae Kim [Mon, 2 Jul 2012 02:39:01 +0000 (11:39 +0900)]
[Title] update package version.
[Type]
[Module] emulator-kernel/dibs
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
giwoong.kim [Thu, 28 Jun 2012 07:40:20 +0000 (16:40 +0900)]
[Title] fixed release event when multitouching
[Type] bugfix
[Module] touchscreen driver
[Priority] major
[Jira#] N_SE-1894
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
Evgeny Voevodin [Tue, 26 Jun 2012 11:52:05 +0000 (15:52 +0400)]
ARM: Tizen: Switch PWM as system clock source.
MCT without local timers is found as unstable clock source
which can sometimes give target time slower then on host.
This could be due to emulation overhead. PWM timer is simpler,
faster and gives much less overhead. It seems that it's rather stable
and doesn't give errors in time.
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Evgeny Voevodin [Fri, 22 Jun 2012 10:37:44 +0000 (14:37 +0400)]
arch/arm/configs/tizen_defconfig: Turn off CONFIG_LOCAL_TIMERS
Let kernel use only GFRC timer in mct. This speeds up emulation.
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Evgeny Voevodin [Thu, 21 Jun 2012 12:15:01 +0000 (16:15 +0400)]
arch/arm/configs/tizen_defconfig: VMSPLIT changed to 2G/2G
In order to have whole 1024M ram mapped, we need to give more
memory to kernel since it maps vmalloc at the top of lowmem.
Result of this patch: lowmem moved down to 0x80000000 and got
1024M space up to 0xc0000000.
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Maksim Kozlov [Wed, 20 Jun 2012 09:50:11 +0000 (13:50 +0400)]
mach-tizen: delete i2c2 and max17042 from tizen board
Evgeny Voevodin [Wed, 20 Jun 2012 08:52:18 +0000 (12:52 +0400)]
arch/arm/mach-exynos/mach-tizen.c: Remove initialisation of few unused devices.
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Evgeny Voevodin [Wed, 20 Jun 2012 06:00:39 +0000 (10:00 +0400)]
arch/arm/mach-exynos/mach-tizen.c: Remove useless printk.
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Evgeny Voevodin [Wed, 20 Jun 2012 05:56:21 +0000 (09:56 +0400)]
arch/arm/mach-exynos/mach-tizen.c: Handle reset and power off.
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Evgeny Voevodin [Wed, 20 Jun 2012 05:15:44 +0000 (09:15 +0400)]
Revert "arch/arm/mach-exynos: Add tizen power management support."
This reverts commit
5dc7d6d282dfcfa39171276607bd70743f6105fd.
We don't need PMU support for tizen. Reset and shutdown will be
handled in mach_tizen.c
Kitae Kim [Tue, 19 Jun 2012 08:05:48 +0000 (17:05 +0900)]
[Title] Update package version to 1.1.17
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
Kitae Kim [Fri, 15 Jun 2012 13:04:07 +0000 (22:04 +0900)]
[Title] Enable 9pfs configure to supprot host file sharing.
[Type]
[Module] emulator-kernel / 9pfs
[Priority] Major
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
Oleg Ogurtsov [Thu, 14 Jun 2012 13:40:38 +0000 (17:40 +0400)]
mach-tizen: enable vdpram for telephony simulation
Igor Mitsyanko [Fri, 8 Jun 2012 13:33:21 +0000 (17:33 +0400)]
mach-tizen: do not compile VGA arbitration device
And avoid overhead introduced by it during runtime.
Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
Igor Mitsyanko [Fri, 8 Jun 2012 13:30:29 +0000 (17:30 +0400)]
mach-tizen: replace Atmel MXT touchscreen with MARU ts
Remove i2c3 interface initialization also since we do not use it anymore.
Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
Stanislav Vorobiov [Thu, 7 Jun 2012 16:32:17 +0000 (20:32 +0400)]
* USB host controller added
Igor Mitsyanko [Thu, 7 Jun 2012 13:40:42 +0000 (17:40 +0400)]
mach_tizen: replace GPIO keys with PL050 ps2 keyboard
Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
Evgeny Voevodin [Thu, 7 Jun 2012 09:21:53 +0000 (13:21 +0400)]
kernel/time/tick-common.c: Switch off UNDER_HYPERVISOR for ARM
On ARM machine slow timer tick compensation significantly slows
down amulation.
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Evgeny Voevodin [Wed, 6 Jun 2012 09:13:36 +0000 (13:13 +0400)]
drivers/maru/Makefile: Remove dublicates.
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Stanislav Vorobiov [Wed, 6 Jun 2012 08:41:21 +0000 (12:41 +0400)]
arch/arm/configs/tizen_defconfig: VPCI and maru_* devices added
Stanislav Vorobiov [Wed, 6 Jun 2012 07:42:40 +0000 (11:42 +0400)]
* Fixed maru_camera and maru_codec for ARM
Stanislav Vorobiov [Wed, 6 Jun 2012 06:57:41 +0000 (10:57 +0400)]
Duplicate devices removed
Stanislav Vorobiov [Wed, 6 Jun 2012 06:56:45 +0000 (10:56 +0400)]
Tizen VPCI added
Igor Mitsyanko [Tue, 5 Jun 2012 17:26:09 +0000 (21:26 +0400)]
video/s3c-fb.c: add support for dpi command line parameter
Example usage: dpi=3160.
Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
Evgeny Voevodin [Tue, 5 Jun 2012 04:38:09 +0000 (08:38 +0400)]
arch/arm/mach-exynos: Add tizen power management support.
tizen_pm.c is almost a full copy of pm.c with just shutdown
callback added to poweroff the machine.
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Oleg Ogurtsov [Mon, 4 Jun 2012 07:27:01 +0000 (11:27 +0400)]
ARM: Add maru jack and usb mass storage virtual devices
Conflicts:
arch/arm/configs/tizen_defconfig
drivers/maru/Kconfig
drivers/maru/Makefile
Maksim Kozlov [Fri, 1 Jun 2012 16:58:22 +0000 (20:58 +0400)]
ARM: VirtIO devices was moved to board specific file
They were moved from plat-samsung to mach-tizen because they cause
conflict of IRQs with max8997 device on the other boards. max8997 isn't
used on the tizen, but it may be needed on others (nuri, for example)
Maksim Kozlov [Fri, 1 Jun 2012 16:45:44 +0000 (20:45 +0400)]
ARM: Add maru power supply virtual device
Conflicts:
arch/arm/configs/tizen_defconfig
drivers/maru/Kconfig
drivers/maru/Makefile
Igor Mitsyanko [Fri, 1 Jun 2012 11:08:33 +0000 (15:08 +0400)]
s3cfb: allow specifying of display resolution in comandline
Framebuffer resolution and bpp mode now could be specified on command line
with "video=" parameter, for example:
video=s3cfb:720x1280-24
Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
Oleg Ogurtsov [Mon, 14 May 2012 10:19:29 +0000 (14:19 +0400)]
Added RTC device to tizen_defconfig
Maksim Kozlov [Thu, 17 May 2012 09:10:33 +0000 (13:10 +0400)]
tizen: Added max17042 device to tizen board and enabled i2c2 interface
Igor Mitsyanko [Thu, 10 May 2012 17:33:55 +0000 (21:33 +0400)]
tizen FGLES: make kfgles a static module
Add config option to kernel configuration.
Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
Igor Mitsyanko [Thu, 10 May 2012 13:29:12 +0000 (17:29 +0400)]
mach-tizen: add GPIO keys
Add six GPIO keys to tizen board. Modify tizen_defconfig to enable gpio-keys
driver by default.
Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
Maksim Kozlov [Fri, 27 Apr 2012 07:43:09 +0000 (11:43 +0400)]
Tizen default config updated and renamed
s.vorobiov [Mon, 23 Apr 2012 07:07:48 +0000 (11:07 +0400)]
*: Added Tizen board with audio support
Evgeny Voevodin [Thu, 12 Apr 2012 10:54:26 +0000 (14:54 +0400)]
arch/arm/configs/ Add Tizen default config. Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Evgeny Voevodin [Wed, 11 Apr 2012 06:32:10 +0000 (10:32 +0400)]
ARM: S5P: Add virtio-mmio-net and virtio-mmio-blk devices.
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
giwoong.kim [Thu, 13 Sep 2012 12:42:08 +0000 (21:42 +0900)]
[Title] pkg version up
[Type] release
[Module] Emulator
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution] 1.3.17
[TestCase]
giwoong.kim [Thu, 13 Sep 2012 12:28:12 +0000 (21:28 +0900)]
[Title] using input_mt_report_slot_state func in usb touchscreen
[Type] enhancement
[Module] Emulator / touch
[Priority] minor
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
giwoong.kim [Thu, 13 Sep 2012 06:46:23 +0000 (15:46 +0900)]
[Title] modified usb touchscreen file name
[Type] enhancement
[Module] Emualtor / touch
[Priority] minor
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
giwoong.kim [Thu, 13 Sep 2012 06:37:32 +0000 (15:37 +0900)]
[Title] multitouch protocol coverted to B in usb touchscreen
[Type] feature
[Module] Emulator / touch
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause] previous protocol is A
[Solution]
[TestCase]
giwoong.kim [Thu, 13 Sep 2012 06:35:48 +0000 (15:35 +0900)]
[Title] pkg version up
[Type] release
[Module] Emulator
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution] 1.3.16
[TestCase]
Kitae Kim [Sat, 8 Sep 2012 12:33:37 +0000 (21:33 +0900)]
[Title] add mutex routine into virtio-gl
[Type] bug fix
[Module] emulator-kernel / opengl
[Priority] Major
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
Kitae Kim [Fri, 7 Sep 2012 08:36:09 +0000 (17:36 +0900)]
Merge branch 'release' into develop
Conflicts:
drivers/maru/maru_codec.c
package/pkginfo.manifest
jinhyung.jo [Tue, 4 Sep 2012 12:58:51 +0000 (21:58 +0900)]
[Title] Package version up to 1.3.15
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
jinhyung.jo [Tue, 4 Sep 2012 03:29:48 +0000 (12:29 +0900)]
[Title] fixed a bug : failed to streamoff & added error logs
[Type] Bugfix
[Module] Emulator / Camera
[Priority] Major
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
Kitae Kim [Mon, 3 Sep 2012 05:21:49 +0000 (14:21 +0900)]
[Title] enable kernel debuging info.
[Type]
[Module] emulator-kernel / configuration
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
Kitae Kim [Sat, 1 Sep 2012 04:33:58 +0000 (13:33 +0900)]
[Title] does not sync between lock and unlock routine.
[Type] bug fix
[Module] emulator kernel / codec
[Priority] Major
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
giwoong.kim [Fri, 31 Aug 2012 05:50:38 +0000 (14:50 +0900)]
[Title] added some log to usb touchscreen
[Type] enhancement
[Module] Emulator / touch
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
giwoong.kim [Fri, 31 Aug 2012 05:50:38 +0000 (14:50 +0900)]
[Title] added some log to usb touchscreen
[Type] enhancement
[Module] Emulator / touch
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
giwoong.kim [Mon, 27 Aug 2012 04:46:57 +0000 (13:46 +0900)]
[Title] register for virtio touchscreen as input device
[Type] feature
[Module] Emulator / touch
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
Kitae Kim [Wed, 29 Aug 2012 13:18:58 +0000 (22:18 +0900)]
[Title] update package version.
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
Kitae Kim [Wed, 29 Aug 2012 13:10:14 +0000 (22:10 +0900)]
[Title] change a way to use device memory of codec module and souce clean-up
[Type] enhancement
[Module] emulator / codec
[Priority] Major
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
Kitae Kim [Wed, 29 Aug 2012 13:10:14 +0000 (22:10 +0900)]
[Title] change a way to use device memory of codec module and souce clean-up
[Type] enhancement
[Module] emulator / codec
[Priority] Major
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
sungmin ha [Tue, 28 Aug 2012 04:29:39 +0000 (13:29 +0900)]
[Title]version up for packge build
[Type]Enhancement
[Module]emulator-kernel
[Priority] // Importance : Critical / Major / Minor
[Jira#] // Jira Issue Number
[Redmine#] // Redmine Isuue Number
[Problem] // Problem Description
[Cause] // Cause Description
[Solution] // Solution Description
[TestCase] // Executed the test-target (How to)
sungmin ha [Mon, 27 Aug 2012 11:30:46 +0000 (20:30 +0900)]
[Title]add kernel node for min_brightness
[Type]Bugfix
[Module]emulator-kernel
[Priority]Critical
[Jira#]N_SE-5689
[Redmine#] // Redmine Isuue Number
[Problem] // Problem Description
[Cause] // Cause Description
[Solution] // Solution Description
[TestCase] // Executed the test-target (How to)
sungmin ha [Mon, 27 Aug 2012 11:30:46 +0000 (20:30 +0900)]
[Title]add kernel node for min_brightness
[Type]Bugfix
[Module]emulator-kernel
[Priority]Critical
[Jira#]N_SE-5689
[Redmine#] // Redmine Isuue Number
[Problem] // Problem Description
[Cause] // Cause Description
[Solution] // Solution Description
[TestCase] // Executed the test-target (How to)
giwoong.kim [Mon, 27 Aug 2012 04:46:57 +0000 (13:46 +0900)]
[Title] register for virtio touchscreen as input device
[Type] feature
[Module] Emulator / touch
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
giwoong.kim [Wed, 22 Aug 2012 12:59:44 +0000 (21:59 +0900)]
[Title] version up
[Type] release
[Module] Emulator
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution] 1.3.10
[TestCase]
giwoong.kim [Wed, 22 Aug 2012 12:55:04 +0000 (21:55 +0900)]
[Title] modified usb touchscreen device name
[Type] feature
[Module] Emulator / touch
[Priority] minor
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
giwoong.kim [Mon, 20 Aug 2012 12:55:22 +0000 (21:55 +0900)]
[Title] init the virtio touchscreen driver
[Type] feature
[Module] Emulator / touch
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
giwoong.kim [Wed, 22 Aug 2012 12:55:04 +0000 (21:55 +0900)]
[Title] modified usb touchscreen device name
[Type] feature
[Module] Emulator / touch
[Priority] minor
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]