Iliyan Malchev
4f4ccaa1bd
am 1404c27b: Merge "system/core/init: set proper permissions for tpa2018d1 (CDMA)" into eclair
...
Merge commit '1404c27bff1499dae9b640870ce2251d78cdc5ef' into eclair-plus-aosp
* commit '1404c27bff1499dae9b640870ce2251d78cdc5ef':
system/core/init: set proper permissions for tpa2018d1 (CDMA)
2010-02-02 14:20:30 -08:00
Iliyan Malchev
1340a095ac
system/core/init: set proper permissions for tpa2018d1 (CDMA)
...
Signed-off-by: Iliyan Malchev <malchev@google.com>
2010-02-02 13:57:12 -08:00
Dima Zavin
c459372bc7
am 065694b3: init: devices: Remove pmem_gpu regions as they are not needed since we have an mmu
...
Merge commit '065694b32e481a50e57a793d61181494fbf6ef04' into eclair-plus-aosp
* commit '065694b32e481a50e57a793d61181494fbf6ef04':
init: devices: Remove pmem_gpu regions as they are not needed since we have an mmu
2009-10-15 02:36:09 -07:00
Dima Zavin
d818938280
am 8234aa37: init: Add qdsp6 video encoder, q6venc, device owned by system.audio
...
Merge commit '8234aa375896718e19b4450bcb44fa4376f53486' into eclair-plus-aosp
* commit '8234aa375896718e19b4450bcb44fa4376f53486':
init: Add qdsp6 video encoder, q6venc, device owned by system.audio
2009-10-15 02:36:05 -07:00
Dima Zavin
065694b32e
init: devices: Remove pmem_gpu regions as they are not needed since we have an mmu
...
Change-Id: I2f8f0440d9a21230c7711cb6d9a20ec6887b7cb9
Signed-off-by: Dima Zavin <dima@android.com>
2009-10-15 02:24:06 -07:00
Dima Zavin
8234aa3758
init: Add qdsp6 video encoder, q6venc, device owned by system.audio
...
Change-Id: I86173e07163b70ce8990b8508afba44729c0d8ca
Signed-off-by: Dima Zavin <dima@android.com>
2009-10-15 02:18:57 -07:00
Jean-Baptiste Queru
7547955375
merge from open-source master
2009-09-16 16:22:22 -07:00
Sean McNeil
102f6d2c64
Set permissions properly for any ALSA device under /dev/snd
2009-09-15 10:17:35 -07:00
Dima Zavin
27b8b3a1aa
am e67eff1c: Merge change 24564 into eclair
...
Merge commit 'e67eff1c615c98bf9ad51be9e474ef9ee82b6565' into eclair-plus-aosp
* commit 'e67eff1c615c98bf9ad51be9e474ef9ee82b6565':
init: Make /dev/pmem_gpu* be writable by all
2009-09-10 14:26:16 -07:00
Dima Zavin
c2d8e0e701
init: Make /dev/pmem_gpu* be writable by all
...
STOPSHIP: The actual device entry needs to be removed once the products
that use this switch on the mmu.
Change-Id: I10afea36c8731d845382665ed3db7647f68d1276
Signed-off-by: Dima Zavin <dima@android.com>
2009-09-10 12:34:32 -07:00
Brian Swetland
2552402f9a
am 69551d85: Merge change 23557 into eclair
...
Merge commit '69551d85e95d2ba712f083b39f3ff0b32f865e34' into eclair-plus-aosp
* commit '69551d85e95d2ba712f083b39f3ff0b32f865e34':
init: add some more audio devices
2009-09-02 16:29:19 -07:00
Brian Swetland
c822213603
init: add some more audio devices
...
Signed-off-by: Brian Swetland <swetland@google.com>
2009-09-01 17:23:48 -07:00
Jean-Baptiste Queru
8c92ba1921
merge from open-source master
2009-09-01 08:28:21 -07:00
Dima Zavin
c84016778f
init: add vdec device node
...
Change-Id: I7e83b99111adfb2b10ee91b78f922864999d4b9d
Signed-off-by: Dima Zavin <dima@android.com>
2009-08-31 13:40:28 -07:00
Chuck Tuffli
1e070846f8
Fix incorrect check for LOG_UEVENTS
...
LOG_UEVENTS is a boolean value as defined in system/core/init/init.h.
Therefore, code should use an #if check and not an #ifdef check as the
macro will always be defined.
2009-08-26 09:26:46 -07:00
Iliyan Malchev
3bc1e9cd7b
devices: set permissions for lightsensor
...
Signed-off-by: Iliyan Malchev <malchev@google.com>
2009-08-20 08:52:56 -07:00
Dima Zavin
37b210f560
init: set the correct kgsl device node permissions
2009-08-11 16:19:52 -07:00
Iliyan Malchev
6ed11ebecd
init: /dev/diag, /dev/diag_arm9 now owned by AID_RADIO
...
Signed-off-by: Iliyan Malchev <malchev@google.com>
2009-08-05 09:50:12 -07:00
Dima Zavin
46e8863d77
init: Add hw3d master/client nodes to device list.
...
Signed-off-by: Dima Zavin <dima@android.com>
2009-08-03 23:05:29 -07:00
Iliyan Malchev
ce62102feb
init: add permissions for /dev/diag and /dev/diag_arm9
...
Signed-off-by: Iliyan Malchev <malchev@google.com>
2009-08-03 20:22:55 -07:00
Jean-Baptiste Queru
96d58f4f52
Merge korg/donut into korg/master
2009-07-25 18:07:41 -07:00
Ken Schultz
be65da47e6
init: Change owner of /dev/uinput to system
...
This will allow the the uinput driver to be used by the system process
as well as bluetooth, which is needed for sensors.
Signed-off-by: Ken Schultz <kschultz@motorola.com>
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-07-15 19:00:00 -04:00
Iliyan Malchev
3306e0678c
set permissions for capella cm3602 proximity sensor
...
Signed-off-by: Iliyan Malchev <malchev@google.com>
2009-07-08 20:37:43 -07:00
repo sync
60a4cd5e34
resolved conflicts for merge of abb08550
to master
2009-06-30 11:09:06 +08:00
Iliyan Malchev
9a52eda8c5
init: set permissions for akm8973 and bma150 drivers
...
akm8973 is the compass
bma150 is the accelerometer
Signed-off-by: Iliyan Malchev <malchev@google.com>
2009-06-25 16:47:31 -07:00
Masaki Sato
1ccef18e69
Change permissions on sound devices.
2009-06-19 16:47:54 -07:00
Chia-chi Yeh
88dc657d50
Add device, property, directory, and file permissions for VPN.
2009-06-19 15:53:28 +08:00
Iliyan Malchev
0675ba5bd4
am fc0182eb: add support and proper permissions for /dev/msm_camera/
...
Merge commit 'fc0182eb1db0620eb71fb6ca219b15a17dcd912f'
* commit 'fc0182eb1db0620eb71fb6ca219b15a17dcd912f':
add support and proper permissions for /dev/msm_camera/
2009-05-26 17:53:37 -07:00
Iliyan Malchev
fc0182eb1d
add support and proper permissions for /dev/msm_camera/
...
Signed-off-by: Iliyan Malchev <malchev@google.com>
2009-05-26 16:45:51 -07:00
San Mehat
d99d1445fd
resolved conflicts w/ b415390e74
merge
2009-05-15 13:02:13 -07:00
San Mehat
4a6f2321e7
init: Create new 'vpn' user/group and set owner of '/dev/tun' to it.
...
Signed-off-by: San Mehat <san@google.com>
2009-05-15 10:40:29 -07:00
Erik Gilling
e910ea5962
CDMA: add cdma tsmux device permissions
...
Signed-off-by: Erik Gilling <konkers@android.com>
2009-05-08 15:41:49 -07:00
Android (Google) Code Review
493726bc81
am 2780827: Merge change 1005 into donut
...
Merge commit '27808271934622e6473d7d664303fa3efb4cd662'
* commit '27808271934622e6473d7d664303fa3efb4cd662':
Make the /dev/qemu_trace device readable and writable by all.
2009-05-06 15:22:11 -07:00
Jack Veenstra
4a762357d0
Make the /dev/qemu_trace device readable and writable by all.
...
This is needed so that the Dalvik interpreter can add information
about Java method entry/exit to the traces when running in the qemu
emulator.
2009-05-05 11:48:17 -07:00
Jean-Baptiste Queru
83b65486be
Merge commit 'remotes/korg/cupcake' into merge
...
Conflicts:
init/devices.c
libpixelflinger/Android.mk
2009-03-18 09:29:29 -07:00
The Android Open Source Project
dd7bc3319d
auto import from //depot/cupcake/@135843
2009-03-03 19:32:55 -08:00
The Android Open Source Project
e54eebbf1a
auto import from //depot/cupcake/@135843
2009-03-03 18:29:04 -08:00
The Android Open Source Project
261ed7551e
auto import from //branches/cupcake/...@132276
2009-02-19 10:57:36 -08:00
The Android Open Source Project
4a4c9f6f98
Merge branch 'cupcake'
2009-01-22 00:16:17 -08:00
The Android Open Source Project
dcf3ce247e
auto import from //branches/cupcake/...@127436
2009-01-22 00:13:45 -08:00
The Android Open Source Project
038862e152
Merge branch 'cupcake'
2009-01-09 18:04:23 -08:00
The Android Open Source Project
5ae090ed94
auto import from //branches/cupcake/...@125939
2009-01-09 17:51:25 -08:00
Jean-Baptiste Queru
77d0c65b95
Merge commit 'remotes/korg/cupcake'
...
Conflicts:
init/devices.c
logwrapper/logwrapper.c
mountd/AutoMount.c
2008-12-19 08:15:15 -08:00
The Android Open Source Project
35237d1358
Code drop from //branches/cupcake/...@124589
2008-12-17 18:08:08 -08:00
Xiaopeng Yang
5bb44c8ea2
Create sound device nodes in /dev/snd/.
2008-12-02 17:54:51 -08:00
Iliyan Malchev
3088ff8d39
Set permissions for /dev/msm_snd.
...
Signed-off-by: Iliyan Malchev <malchev@google.com>
2008-10-29 16:08:18 -07:00
The Android Open Source Project
4f6e8d7a00
Initial Contribution
2008-10-21 07:00:00 -07:00