diff options
author | Jinhyung Choi <jinhyung2.choi@samsung.com> | 2014-03-20 11:13:18 +0900 |
---|---|---|
committer | Jinhyung Choi <jinhyung2.choi@samsung.com> | 2014-03-20 11:13:18 +0900 |
commit | fbc91bd211dd42ea830ff6fed9498cec4bdf1dac (patch) | |
tree | a6eb18584fca8050d687e0572c78a86444be7943 /package | |
parent | 7b97a3be2fe3e87b12ee1386a11181a7db9f0d5b (diff) | |
download | qemu-fbc91bd211dd42ea830ff6fed9498cec4bdf1dac.tar.gz qemu-fbc91bd211dd42ea830ff6fed9498cec4bdf1dac.tar.bz2 qemu-fbc91bd211dd42ea830ff6fed9498cec4bdf1dac.zip |
Device ARGS: added device properties option for sensors & jacks
Sensor devices contains accel, geo, gyro, light and proxi sensors.
By device properties, sensor device turn on sensors selectively.
The option is now changed to
"-device virtio-sensor-pci,sensors=accel&geo&gyro&light&proxi"
Jack device is very similar to sensor device.
It contains earjack, earkey, charger, usb and hdmi.
Jack device's option is
"-device virtio-jack-pci,jacks=earjack&usb&charger"
Change-Id: If67ce1adf64a22225fe6f28e1ddb16d558e87c7a
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/changelog | 3 | ||||
-rw-r--r-- | package/pkginfo.manifest | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/package/changelog b/package/changelog index c7eb51d976..60e9f24806 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 1.7.26 +- added device option for sensor & jack device +== Jinhyung Choi <jinhyung2.choi@samsung.com> 2014-03-20 * 1.7.25 - added build/install dependency for spice server == SungMin Ha <sungmin82.ha@samsung.com> 2014-03-12 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 9c98a7b45a..ddf3120c1e 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version: 1.7.25 +Version: 1.7.26 Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com> Source: emulator |