Linux Build Service Account
afbd1b1036
Merge "Ultrasound: Add digital pen background side-channel resource"
2014-05-25 13:25:10 -07:00
Shuo Yan
1723ab2833
Backlight: Correct LUX and brightness value in AutoBacklight
...
matching table
The brightness value should be matched with LUX value.
CRs-fixed: 659245
Change-Id: I7024a376006262b9b2134a26aa47eed9de30d7b5
2014-05-22 19:41:12 -07:00
guopingy
a2e13d4fc3
usb uicc: add shell script to load/unload usb driver
...
add shell script to load/unload usb driver
Change-Id: I63e3188441e039ca7dc4e009735564036a032140
2014-05-22 12:20:37 +08:00
Linux Build Service Account
e5bb515c4e
Merge "Bluetooth: Defining the MAX L2CAP channels"
2014-05-21 00:13:37 -07:00
Sri Krishna Chaitanya Madireddy
e2933668b1
qcom/common: Added O_NOFOLLOW to avoid follow the symlink
...
open system call is added with NOFOLLOW flag
Change-Id: I402643635e3ee11b3ac5df63c3b71a9fd6f0d2db
2014-05-20 14:11:25 -07:00
Pramod Sivaraman
e12d4c545f
Bluetooth: Defining the MAX L2CAP channels
...
Defining the MAX_L2CAP_CHANNEL supported as 16
Change-Id: Id455566e2b43214c93a07305ca7e67a5c33e1a77
CRs-Fixed: 652761
2014-05-19 15:22:17 +05:30
Ravit Dennis
96952d5240
Ultrasound: Add digital pen background side-channel resource
...
Add an image resource for the digital pen service status bar
notification for background side channel.
Change-Id: Ic1f4eb8b882c5fda9af4bf8dba74f2291f11e020
2014-05-08 07:36:24 -07:00
Linux Build Service Account
532782b8f4
Merge "init: qcom: Install SWE_Browser.apk on first bootup"
2014-05-06 01:53:39 -07:00
Linux Build Service Account
de68173812
Merge "init: Add ro.alarm_boot property support"
2014-05-04 19:33:11 -07:00
Stewart Chao
badb0bc2b0
init: qcom: Install SWE_Browser.apk on first bootup
...
Install SWE_Browser.apk from /data/prebuilt if it is not already
installed.
CRs-fixed: 657017
Change-Id: I48c9acbf3257121b3d89dec2f779aa61b50eff43
2014-05-04 17:26:51 -07:00
Matthew Qin
a1bf26c85f
init: Add ro.alarm_boot property support
...
ro.alarm_boot property is used to let framwork detect if it
is RTC triggered boot.
Change-Id: Id503ad39a2872fdb3acbc79233c008dc4f4e4a3c
2014-04-30 08:49:32 +05:30
Linux Build Service Account
20d23afc6f
Merge "system: Adding setprop entries for tcp delayed ack for Wifi & LTE"
2014-04-29 17:07:54 -07:00
Ravi Joshi
0374aaaf9b
system: Adding setprop entries for tcp delayed ack for Wifi & LTE
...
TCP delayed ack settings are expected to be modified when the
Wifi or LTE connection is established and the configurations
will be reverted back when the Wifi connection is terminated.
The change also modifies the /sys/kernel/ipv4/tcp_delack_seg
and /sys/kernel/ipv4/tcp_use_useconfig file owner to "system"
Change-Id: I754abdbcb140c8aece40d3ad70c85e6363bfb330
CRs-Fixed: 628139
2014-04-29 12:12:26 -07:00
Linux Build Service Account
c5b5998cc0
Merge "recovery: Add for display issue"
2014-04-28 15:24:41 -07:00
Linux Build Service Account
a8d50d0182
Merge "Revert "Set default time before Zygote init to year 2009"."
2014-04-28 04:13:28 -07:00
Arthur Shuai
e1546803d5
recovery: Add for display issue
...
enable backlight
CRs-fixed: 650679
Change-Id: I92a00f4a52ba78ea8c604efa38c990f84b63cf70
2014-04-25 18:56:08 -07:00
Satish Kumar Singh
cd90f57061
NFC: enable Smart Card Service assd device driver
...
Set permissions for Android Seek service.
Change-Id: I21215da48645159672b067179497c9adfc2a36dd
2014-04-22 18:09:17 -07:00
Linux Build Service Account
2a8b586496
Merge "Disable data in manual PLMN search"
2014-04-22 00:27:19 -07:00
Linux Build Service Account
05b8ee98b1
Merge "init.qcom.post_boot: Setting minimum freq for 8x10/8x26 to 787200Hz"
2014-04-21 06:48:09 -07:00
Chaitanya Saggurthi
acda241167
Disable data in manual PLMN search
...
While doing manual PLMN search disable data if it is connected
once search done enable data connection.
Enable config value in overlay.
Change-Id: Icd920319ba314f41540e589ffae57db61b994026
CRs-Fixed: 604803
2014-04-21 14:33:58 +05:30
Sravan Kumar Ambapuram
2bb61fabcb
init.qcom.post_boot: Setting minimum freq for 8x10/8x26 to 787200Hz
...
Changing the min_freq to max nominal will make apps enter IPC
more often and hence saving power for active use cases.
Change-Id: I8eec5a67dcf5016b9053788281ed870db9beeb81
2014-04-21 00:55:57 -07:00
Linux Build Service Account
79f57d7bc5
Merge "USB: Use qdss function for charging mode"
2014-04-21 00:14:08 -07:00
Kun Liang
76ec56b99f
USB: Use qdss function for charging mode
...
There is no way for data transmittion under usb qdss function.
Using qdss function can satisfy "charging only mode" requirement.
Change-Id: I52fba39df8423dc77b1b436b3c50a6f70ce716ef
2014-04-20 20:21:33 -07:00
Linux Build Service Account
9cae19cb08
Merge "set usb_uicc_daemon as oneshot"
2014-04-17 21:10:15 -07:00
Linux Build Service Account
1aeab0f0ae
Merge "librecovery_updater_msm: Properly free allocated memory"
2014-04-17 15:20:47 -07:00
David Ng
a265e7849a
librecovery_updater_msm: Properly free allocated memory
...
Free updater ReadArgs allocated memory.
CRs-Fixed: 553376
Change-Id: Id92723a51a82830b8ba845df96a246a5708c7c3c
2014-04-17 10:51:02 -07:00
Linux Build Service Account
b537abbaff
Merge "sepolicy: add policies for camera"
2014-04-17 10:43:50 -07:00
Georgi Hristov
f52d033228
sepolicy: add policies for camera
...
Added security policies needed for camera daemon, for
domain transition, device policies
CRs-fixed: 569218
Change-Id: Ib7126a0465a88a629afee871d242e27ad8221a66
2014-04-17 03:27:48 -07:00
lrichard
4b00bd874c
set usb_uicc_daemon as oneshot
...
set usb_uicc_deemon as oneshot
Change-Id: I93d9f4ff1279e383a5deb5d446b6e2ca56772fad
2014-04-16 08:48:07 -07:00
Linux Build Service Account
5b85dd4c88
Merge "init.qcom.post_boot: lock two cores online for 8974 pro and 8084"
2014-04-14 08:31:30 -07:00
Linux Build Service Account
7fde72d7e3
Merge "Camera: Round camera settings icon margins to 8"
2014-04-14 08:31:28 -07:00
Linux Build Service Account
fc408f19bc
Merge "Ultrasound: Add digital pen service image resource"
2014-04-14 08:31:15 -07:00
Linux Build Service Account
2c7d8f6220
Merge "Ultrasound: Add digital pen service resources"
2014-04-14 05:08:40 -07:00
Vince Leung
6b17ff30a9
init.qcom.post_boot: lock two cores online for 8974 pro and 8084
...
MSM8974 pro and APQ8084 targets require two cores to be online
when the display is on to improve user experience.
Set ro.qualcomm.perf.cores_online property to a value of 2 to
enable this feature for said targets.
CRs-fixed: 609826
Change-Id: I054fee2c247b00bca3a129f86b488b2f77104ec7
2014-04-11 15:41:23 -07:00
Linux Build Service Account
68703cc07f
Merge "USB: add VID/PID for charging config"
2014-04-09 19:08:08 -07:00
Biswajit Paul
08cf125448
Revert "Set default time before Zygote init to year 2009".
...
The original gerrit was a workaround needed for Zygote
class initialitation before JB_MR2. it is not needed from JB_MR2
This reverts commit 620710d7a8
.
Change-Id: I8640654322dfe7df14509ba1166179b95b9c8678
2014-04-08 13:50:10 +08:00
Linux Build Service Account
4346f1210d
Merge "Bluetooth: Add btsnoop application in init.qcom.rc"
2014-04-04 21:47:20 -07:00
Vladimir Petrov
779b26a0e4
Camera: Round camera settings icon margins to 8
...
Rounding margins of camera settings icon to 8.
This would avoid overlapping of constituent tiles.
CRs-Fixed: 562465
Change-Id: I4fb86487ad1281c8d3fce0cb66445075dac70047
2014-04-04 11:24:56 +03:00
Rohit Singh
98b708353f
Bluetooth: Add btsnoop application in init.qcom.rc
...
Btsnoop application will be launched when BT is turn ON
and will be stopped on Bluetooth turn OFF.
Applicaton will open a socket and writes HCI packets in sdcard.
Change-Id: Ieca8f49efec24e476421f12a8211046631d4abae
2014-04-03 22:05:27 -07:00
Linux Build Service Account
3344714e55
Merge "Remove restart of ril-daemon in init.class_main.sh"
2014-04-03 10:52:53 -07:00
Linux Build Service Account
2517d7f885
Merge "qcom: common: Fix size of CDROM dummy file is zero"
2014-04-03 03:56:06 -07:00
Lior Barenboim
2047f4c97f
Ultrasound: Add digital pen service image resource
...
Add an image resource for the digital pen service status bar
notification for positioning issues.
Change-Id: I000d8ec37ce375c45916c4880179fab451849f15
2014-04-02 20:20:16 +03:00
Ravit Dennis
1b1c2e5b14
Ultrasound: Add digital pen service resources
...
Add digital pen resources needed for the system service
Change-Id: I7d0e457cf044dd64cdc2fc96e8e5e379ac9fcb71
2014-04-02 20:17:50 +03:00
Linux Build Service Account
31d6469665
Merge "init.qcom.post_boot: set min freq to 787 Mhz for 8610"
2014-04-01 14:12:50 -07:00
Linux Build Service Account
d650ceaedd
Merge "USB: Add USB UICC serivce"
2014-04-01 14:12:19 -07:00
muluhe
df0c278f35
USB: add VID/PID for charging config
...
Set the correct usb device descriptor for charging function.
Change-Id: I1ef423a74a370848f9926b51fa3ae8ab80b1f26d
2014-04-01 13:58:42 -07:00
Vince Leung
92ab87c0d4
init.qcom.post_boot: set min freq to 787 Mhz for 8610
...
For 8610 target, set the property that will enable
the device to have its scaling_min_freq set to
787 Mhz indefinitely.
CRs-Fixed: 630893
Conflicts:
rootdir/etc/init.qcom.post_boot.sh
Change-Id: I3bcd04206443e0c855663fc8411ff41b48f97f55
2014-04-01 15:34:05 +05:30
lrichard
72902d3784
USB: Add USB UICC serivce
...
Add USB UICC service to support start usb
uicc client automatically
Change-Id: I76defdd6572e230976e31c43c65dad6b9b8c12e7
2014-03-31 14:47:40 +08:00
guopingy
d75708bbe0
qcom: common: Fix size of CDROM dummy file is zero
...
Dummy file size is zero because design flaw.
This fix will delete the dummy file if it already exists
before make the iso file and add additional 1KB size to avoid
size gap between byte and Kbyte.
Change-Id: I8f7a0a28b74e5413d4ad3d931a69275d011b73d7
2014-03-26 19:37:59 -07:00
Linux Build Service Account
8a51bdebfe
Merge "common: Add vcard jar to PRODUCT_PACKAGES list."
2014-03-26 05:09:46 -07:00