Remove adsp loading process using insmod. adsp loader is a in-kernel
module and loaded as a part of trigger from sysfs node
Change-Id: I292c42e8fc53f484fab057c938c387f14fd9c56b
When the system determines to start the charger_monitor service
also change the privileges of the input_current_trim file which is
located in /sys/class/power_supply/battery/
Change-Id: Ie4133373f879f62faf50fe565f7193090adc1a6b
Latest kernel doesn't support ADB interface driver.
Rather it exposes functionfs framework to allow USB
interface drivers to exist in userspace.
Change-Id: I4c54a6699fd8633bba82d639c114b9bd905c2ce5
BTTestApp is Bluetooth Test Application to verify
OBEX MAP, PBAP and HFP profile client role specific
features and functionality.
Change-Id: Iad9d454306d0d1a65deec509808f4c2a989cd3fd
CRs-fixed: 530274
When the system determines to start the charger_monitor service
also change the privileges of the voltage_min file which is located
in /sys/class/power_supply/battery/
Change-Id: I2c2469cca220e3be1355d108e87c6d6121acc208
This change sets the console loglevel to < KERN_INFO and
set the default message loglevel to KERN_INFO.
One implication is 'printk()' with no specific priority
will not show up on the console by default.
This is done to prevent large volumes of info prints to the
serial console, which on our systems causes watchdog bites.
Change-Id: I0fec065443c5e362ec2dc0c0cf6bab27d94150d8
Parser script parses the XML tags and generates the panel dtsi
and header file. It is also capable of generating display platform
dtsi and header file. Refer example XML file to write a new XML
input file.
Refer README.txt file for more information on parser
Change-Id: Ic78f543df9358d1bd66212c838988bfb725cbc07
Do not abort update on missing backup boot partition/s.
Instead simply skip boot chain swap and return without error
Change-Id: I08fb4548d91258afcdb0828aa1bbadc95b0dbdd8
Currently input events like touch, boost the CPU to max frequency.
Instead of scaling to max freqeuncy, this change adds a node called
input_boost to the post boot file and sets its value to 1.19 GHz.
Change-Id: Icbc9b08055e23b746ec1ef008aa4bba179d42a9c
Redesigns releasetools.py script adding new functionallity
to install encrypted images and secure boot partitions update
to avoid device break during full OTA update. The new changes
contain updater script commands for image decryption and safe
boot partitions update.
Change-Id: I53c341b51744c7ea92d5c57c5d2abeef3719085a
This library is charged with:
- decrypting firmware radio images during recovery update
- preventing device boot break on main/backup bootloaders update failure
Those features are implemented by registering device specific updater
script commands used by update mechanism. The library is statically
linked to Android updater executable during Android build. The commands
implemented in the library will be called by updater-script during OTA
update.
Change-Id: Ia93901ba83efd4aed833250c5d52bd18cab0a740
Camera and JPEG HW device nodes are controlled by media server.
Permissions for these device are updated to reflect the owner
and user as media server
Change-Id: If9b67d076983332bc19acc49dacc2dca96cbf03f
- Button_Jack.kl is used to redefine HEADSETHOOK
value since QCOM's kernel headset solution used
to reports a different value(256) than what's
expected by android framework(226)
- This change is not needed after kernel reports
same HEADSETHOOK value as android's default value
Change-Id: If350016a88c26297f1e7afcc5f3cd16771d5e69e
Default Android behavior is to pop up a prompt that a
card has been inserted/removed and to reboot the device.
Disable this pop up since hot swap feature is supported.
Change-Id: Ifc63c56a03cf45106a4ccf9b81472e9ab3feba96
A new FMRecord application project folder has been added to handle
FM Recording.
Change-Id: I2fee3fed3e81e2bd069c11e19744cdca3941bb9a
CRs-Fixed: 515621
This patch updates the user group of smd channels to net_bt_stack.
Without this change, it was not possible for non root user to open
the smd channels resulting in Bluetooth not getting turned on.
Change-Id: I20a53c11a0ed4baba21f16243bde7d18a89adfc2
CRs-Fixed: 506011