Dmitry Shmidt
64f17e85b4
libnl_2: Fix nested attribute setting
...
Change-Id: I9dbf72a25e8a939ab6aa35eaf4adbf86d9ed97a1
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
2011-08-10 15:25:51 -07:00
Chia-chi Yeh
a24687197d
init.rc: add inet permission to VPN daemons explicitly.
...
Racoon still needs it after dropping root privilege, or pure IPSec VPN
will fail. Mtpd works without it because net_raw implies inet. However
it would be better to set all of them clearly without the assumption.
Change-Id: I50762af2c25ec9cc559e528c7b14f469494fd553
2011-08-08 10:11:40 -07:00
Dmitry Shmidt
0842f08b91
Merge "libnl: Added more detailed information to README"
2011-08-05 10:57:16 -07:00
Kenny Root
9ff99f6536
Merge "Default to secure mode"
2011-08-05 10:16:21 -07:00
Frank Maker
e065872503
libnl: Added more detailed information to README
...
Change-Id: I330a215a02535521b6bdd613eae50c34e47a8835
2011-08-04 15:41:47 -07:00
Andy McFadden
655835be2a
Don't stall waiting for target to crash
...
This modifies debuggerd to sleep-poll while waiting for the target
process to crash, rather than block (potentially forever).
Also, add/fix some error reporting.
Bug 5035703
Change-Id: Id62ab79f53104927f8de684dff1a5734dbdb8390
2011-08-04 13:37:15 -07:00
Frank Maker
2a9050a0dc
Merge "libnl: BUGFIX to support wpa_supplicant p2p_find"
2011-08-03 14:41:51 -07:00
Mathias Agopian
319f4e2793
fix a typo that prevented api_connect/api_disconnect to work
...
also make the original connect/disconnect inlines be no-ops.
Change-Id: Ic723e21455491c63ccbbcd01d3a47cd7ed788319
2011-08-03 11:37:27 -07:00
Frank Maker
69bc179b20
libnl: BUGFIX to support wpa_supplicant p2p_find
...
Close socket file descriptor when nl_msg freed
Correct nested attribute container size when closing nest
2011-08-02 15:30:44 -07:00
Wu-cheng Li
a43546a874
Change CAMERA_MSG_METADATA_FACE to CAMERA_MSG_PREVIEW_METADATA.
...
bug:4460717
Change-Id: Icb9c54fa35a1af7c4f761d1a25061e6993cfc4af
2011-08-02 13:24:48 +08:00
Mathias Agopian
ed7f9aaf76
Merge "connect/disconnect is now deprecated."
2011-08-01 16:35:51 -07:00
Wu-cheng Li
d387e08788
Merge "Change int to int32_t in camera_frame_metadata and camera_face."
2011-08-01 02:38:17 -07:00
Kenny Root
ff9d3484e6
Default to secure mode
...
If ro.secure is not set for some reason, default to secure mode.
Change-Id: Id0ce3ea5507a3f9690332fb5a2daef7d3303481d
2011-07-31 09:15:46 -07:00
Mathias Agopian
8ad545297c
connect/disconnect is now deprecated.
...
these hooks are replaced by api_connect/api_disconnect
which serve exactly the same purpose than before.
the old hooks are deprecated because they won't be called
from the gl driver anymore, but instead will be called
by our EGL wrapper. to maintain binary compatibility
it was necessary to introduce these new hooks.
Change-Id: I11756a5d99e3ea3d6fb61b943f82037932dfa56a
2011-07-29 17:52:36 -07:00
Nick Kralevich
514b40bafa
am 189de0c1
: am adabe566
: am 810cf41b
: Merge "Fixed memory leak when using transport:serial."
...
* commit '189de0c1f4339abd7b938b4905775163d2a94bbe':
Fixed memory leak when using transport:serial.
2011-07-29 16:51:35 -07:00
Nick Kralevich
189de0c1f4
am adabe566
: am 810cf41b
: Merge "Fixed memory leak when using transport:serial."
...
* commit 'adabe566906aa5e8ce791327559aeb10c139b365':
Fixed memory leak when using transport:serial.
2011-07-29 16:47:31 -07:00
Nick Kralevich
adabe56690
am 810cf41b
: Merge "Fixed memory leak when using transport:serial."
...
* commit '810cf41b6d5b772846bbb16700f8c69f03710e60':
Fixed memory leak when using transport:serial.
2011-07-29 16:44:22 -07:00
Nick Kralevich
810cf41b6d
Merge "Fixed memory leak when using transport:serial."
2011-07-29 16:32:21 -07:00
Wu-cheng Li
3ac91d178b
Change int to int32_t in camera_frame_metadata and camera_face.
...
bug:4460717
Change-Id: I5c7e4ed117c2b481fb0f7d9db418f98b7459adde
2011-07-30 07:04:01 +08:00
Robert Greenwalt
363725a45d
Merge "Use dhcp netmask value rather than its pointer (patch from Marvell)"
2011-07-29 14:57:40 -07:00
Andy McFadden
17a5252f0e
Merge "debuggerd can't handle debuggerd crashes"
2011-07-29 12:59:30 -07:00
Andy McFadden
44e12eceec
debuggerd can't handle debuggerd crashes
...
When a process receives a fatal signal, it connects to debuggerd
and initiates a conversation over a socket. When the crashing
process is debuggerd, the conversation stalls forever, and you
stop getting native crash details.
This resets the signal handlers to SIG_DFL, so that debuggerd
simply crashes and gets restarted.
Bug 5035703
Change-Id: Ie081d710d046f701bca7e7d8ea3e1d24766d9f61
2011-07-29 12:36:47 -07:00
Mike Lockwood
4509e482ff
Merge "Move some common USB configuration logic to init.rc"
2011-07-29 12:13:12 -07:00
Tom Marlin
3175c8e9bf
Fixed memory leak when using transport:serial.
...
Fixed memory leak when using transport:serial. Code was previously
using strdup() to make a copy of the serial number which was not
necessary. Instead, just set serial=service.
Change-Id: Ifa8fe7999c6fb88955d2c6bdfcd3cd724ec1f020
Signed-off-by: Tom Marlin <tomm@bsquare.com>
2011-07-29 13:38:56 -05:00
Mike Lockwood
7804cbf483
Move some common USB configuration logic to init.rc
...
Change-Id: Ib75ccfd9c4aa8aace936370c33f33a922ca3c51f
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-07-29 12:59:32 -04:00
Mike Lockwood
ea839db289
am b1cfa672
: am 7d39463e
: am d1015de9
: Merge "adb: Add USB vendor ID for Vizio"
...
* commit 'b1cfa672014d197d6d4d12fca0d40cd59de436bc':
adb: Add USB vendor ID for Vizio
2011-07-29 06:22:44 -07:00
Mike Lockwood
b1cfa67201
am 7d39463e
: am d1015de9
: Merge "adb: Add USB vendor ID for Vizio"
...
* commit '7d39463eff2a9002208f34f1d2ce4d62546f6c3a':
adb: Add USB vendor ID for Vizio
2011-07-29 06:20:10 -07:00
Mike Lockwood
7d39463eff
am d1015de9
: Merge "adb: Add USB vendor ID for Vizio"
...
* commit 'd1015de919308ec0a99643f5b2837774d7a3dc62':
adb: Add USB vendor ID for Vizio
2011-07-29 06:17:57 -07:00
Mike Lockwood
d1015de919
Merge "adb: Add USB vendor ID for Vizio"
2011-07-29 06:01:54 -07:00
Mike Lockwood
fb34e98bdd
adb: Add USB vendor ID for Vizio
...
Change-Id: I280ff83d7f1fda1ed811bd42cb6fd65036525559
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-07-29 08:59:43 -04:00
Jae Seo
6d956cc089
Use dhcp netmask value rather than its pointer (patch from Marvell)
...
Change-Id: Iffe2ca52333df4ef393c5305a5b66582006e4699
2011-07-29 15:23:39 +09:00
Benoit Goby
22bfc4cca0
Allow radio to set net.cdma* properties
...
Change-Id: I656abde9d06175eb158e84de4d08ede42620b46a
2011-07-28 18:10:23 -07:00
Wu-cheng Li
9d5bfd3541
Add camera frame metadata and face detection structs.
...
bug:4460717
Change-Id: Ib72abfba080529472cf3fecb712043403bf7295f
2011-07-29 07:07:48 +08:00
Eric Laurent
17e163182d
Merge "Fix issue 4604090: notification sound interrupted."
2011-07-27 09:03:46 -07:00
Jean-Michel Trivi
c349636c7c
Merge "Fix bug 4319552 Use commonly defined channel mask values in native"
2011-07-26 09:27:30 -07:00
Benoit Goby
9e9c18d55b
Merge "Allow radio to set net.lte* properties"
2011-07-25 20:26:58 -07:00
Wu-cheng Li
4518e6a299
Merge "Add camera face detection enums."
2011-07-25 19:02:26 -07:00
Eric Laurent
3507616870
Fix issue 4604090: notification sound interrupted.
...
Removed system from mediaserver groups. Not needed anymore
now that AudioFlinger acquires wake locks via PowerManagerService.
Change-Id: I177b968a0a30557d871188bf3991b96d9b391d3c
2011-07-25 18:41:30 -07:00
Benoit Goby
7100f640de
Allow radio to set net.lte* properties
...
Change-Id: I4b7a280ba4c773673b28db8cfbbffcb360ee717f
2011-07-25 18:02:06 -07:00
Wu-cheng Li
de19ea2602
Add camera face detection enums.
...
bug:4460717
Change-Id: Id5cadcd7cdab9a9978569caf27d2ef2747fa6570
2011-07-26 08:45:50 +08:00
Conley Owens
c21dcef9fe
am 45e8fc6b
: am 8621b5ea
: am 212282c3
: am 80dbd2a7
: Merge "Fix build error in init when building with bootchart"
...
* commit '45e8fc6bfd9221274f48861287ff7af06ee7a199':
Fix build error in init when building with bootchart
2011-07-25 17:25:13 -07:00
Jean-Michel Trivi
6d4f39754b
Fix bug 4319552 Use commonly defined channel mask values in native
...
The native channel mask values are equal to the Java values, which
differ from other standards simply for legacy reasons. It is
preferrable to use commonly used values, and translate from the
Java constants to the common values when specifying a Java mask.
The new definitions uses the same values and ordering as in
OpenSL ES and other standards.
Change-Id: I879f64b281714c60684cd8b36fe6ae648a555121
2011-07-25 17:02:11 -07:00
Jeff Brown
2d3205d2a1
Merge "Dump the HID descriptor when available."
2011-07-25 15:51:40 -07:00
Conley Owens
45e8fc6bfd
am 8621b5ea
: am 212282c3
: am 80dbd2a7
: Merge "Fix build error in init when building with bootchart"
...
* commit '8621b5ea475822499128e6f138a9dfc224bbb569':
Fix build error in init when building with bootchart
2011-07-25 12:21:21 -07:00
Jean-Michel Trivi
2ca5592218
Merge "Fix bug 4211099 channel constants and 7.1 mask"
2011-07-25 11:24:14 -07:00
JP Abgrall
2519778775
Merge "NetlinkEvents: adding support for iptables' quota2 NFLOG messages."
2011-07-25 10:14:24 -07:00
Jean-Michel Trivi
33fad99acf
Fix bug 4211099 channel constants and 7.1 mask
...
Add definitions for the side and elevated channels.
Ccorrect definition of 7.1 mask which uses
the side channels rather than the front half-pan channels.
Change-Id: I5b6f601f6404d782dc46ef47efac9cc8441fef90
2011-07-24 16:31:03 -07:00
Jeff Brown
4ac87154c1
Dump the HID descriptor when available.
...
Also, always print the input properties when -p is
specified.
Change-Id: Ibacb6dd26ccab68c85b76928df60fdc2a53c198c
2011-07-24 14:30:44 -07:00
Mike Lockwood
a0cba73055
Merge "Fix returning errno values which should be negative."
2011-07-22 12:19:26 -07:00
Yuncheol Heo
2fc9fc7c8e
Fix returning errno values which should be negative.
...
Change-Id: Id6464b127678ca1d9f4afa7c99fcfce361f4ad4a
2011-07-22 22:05:27 +09:00