Android-x86
Fork
Faire un don

  • R/O
  • HTTP
  • SSH
  • HTTPS

hardware-libhardware_legacy: Listed des commits

hardware/libhardware_legacy


RSS
Révision l'heure Auteur
76edfc0 marshmallow-x86 android-x86-6.0-r1 android-x86-6.0-r2 android-x86-6.0-r3 2016-09-07 02:10:03 Chih-Wei Huang

wifi: fix unable to unload driver

657b61a 2016-05-05 18:45:06 Chih-Wei Huang

powerbtnd: include the header for string functions prototypes

Also fixes a warning of mismatching argument.

c830842 2016-05-05 18:45:06 Chih-Wei Huang

powerbtnd: simulate power key on resuming

8ebd78d 2016-05-05 18:45:06 Chih-Wei Huang

wifi: determine whether to unload the driver by a property

Currently the brcmfmac driver seems to be buggy to be unloaded.
Don't unload it until we find a real solution.

9d4b0de 2016-05-05 18:45:06 Chih-Wei Huang

wifi: support built-in wifi drivers

If a wifi interface is found but no module name,
assume it's built-in and just return ok.

6bd6922 2016-05-05 18:45:06 Chih-Wei Huang

add powerbtnd to simulate long press of power button.

On x86 PC, power button usually generates key press and release events
simultaneously. However, the android framework expects a long press
of power button to invoke the power off dialog. The daemon simulates a
long press of power button,

On poweroff.doubleclick=0, one click to power button invokes poweroff
dialog directly.

On poweroff.doubleclick=1, one click to power button suspends the system,
while double click in one second invokes poweroff dialog.

A target needs to add excluded-input-devices.xml to exclude
'Power Button' from processing by EventHub.

e9119ee 2016-05-05 18:45:06 Chih-Wei Huang

wifi: auto-detect the module name and path

60cc2e9 2016-05-05 18:45:06 Chih-Wei Huang

wifi: do not hardcode module name and path

The patch allows the module name and path to be obtained by the properties
wlan.modname and wlan.modpath.

8af982d 2015-07-16 09:26:48 Jerry Lee

Clean up bad command implementation

b/22349265

Change-Id: I856a7d1fdfd9c0af42d2007d3b6235a38728bdbb
Signed-off-by: Jerry Lee <jerrylee@broadcom.com>

da1c7fa 2015-07-15 16:09:01 Maddest Chang

make wifi_load_driver blocking

Modify wifi_load_driver behavior synchronize startHal with the initialization
of the wlan driver. This makes sure that on certain solutions, startHal will
does not fail due to no wlan0 net device not being found.

Bug:19888853

Change-Id: Ic6ec2211431c478e52eb516c40ec23c2e8945fbb
Signed-off-by: Maddest Chang <maddest.chang@mediatek.com>
Signed-off-by: Iliyan Malchev <malchev@google.com>

c969430 2015-06-25 06:15:49 JerryLee

Add wifi offload feature: mkeep_alive

b/21405946

Change-Id: Id8651f56d36d142772218defc9f9521dac82624a
Signed-off-by: JerryLee <jerrylee@broadcom.com>

1de429d 2015-06-25 03:41:10 JerryLee

Add a debuggability interface: stop logging

bug: 21730601

Change-Id: Ie92229023b76a5b4a8f5657543a0cd0cb8a19968
Signed-off-by: JerryLee <jerrylee@broadcom.com>

7b9ec3c 2015-06-25 02:57:59 Ashwin

Added RSSI monitor bitmask

Reserved a bit for RSSI monitor feature in the feature bitmask

Change-Id: Ied470f65c26bed25f7ccc4faa3ac8fbac1e74009
Signed-off-by: Ashwin <ashwin.bhat@broadcom.com>

bd18526 2015-06-06 02:59:17 Vinit Deshpande

am e853591..90f8307 from mirror-m-wireless-internal-release

90f8307 wifi hal definitions for keep alive packet offload and rssi monitoring

90f8307 2015-06-04 05:40:44 Prerepa Viswanadham

wifi hal definitions for keep alive packet offload and rssi monitoring

Change-Id: I37caa4696b2aac0f33ea9606eeeba174b6408f02

e853591 2015-06-03 19:26:22 Amarnath Hullur Subramanyam

Adding API for setting LCI/LCR information.

Change-Id: I69c928e77b367b727ce50bb365754c6abfdb3126

a64d14b 2015-05-14 10:39:30 Vinit Deshpande

am 1ee8d6b..e28e2bb from mirror-m-wireless-internal-release

e28e2bb Introduce REPORT_EVENTS_NO_BATCH flag for ePNO
ddcab17 WifiLogger: Add new events and tags
1abb250 change wifi Logging header
bd14c1c add pointers to new roaming HAL functions

Change-Id: I4645ceb57de34109d417bc9b84ff6d2cb202a78d

e28e2bb 2015-05-12 02:33:31 Vinit Deshpande

Introduce REPORT_EVENTS_NO_BATCH flag for ePNO

When GSscan and ePNO are being executed together, we
don't want APs on additional channels from ePNO to be
cached. Making this requirement explicit by adding
REPORT_EVENTS_NO_BATCH flag on bucket.

Change-Id: I61dcd608d3be8acb697508607dbe5077ebe836c0

44e8321 2015-05-09 04:39:25 Nick Kralevich

power.c: add O_CLOEXEC on wakelocks

Ensure that FDs associated with /sys/power/wake_lock and
/sys/power/wake_unlock are closed on exec.

(cherrypicked from b3624b26b2a55f33326c794565dd07d5078c655c)

Change-Id: Ia2c8937cf6a1fdd6564fad4785642934c805cf22

ddcab17 2015-05-08 08:11:02 Amarnath Hullur Subramanyam

WifiLogger: Add new events and tags

As part of the Debug Framework development new events and tags
are required in G_SCAN. Additional generic tags are also being
added to support various events.

Change-Id: Ia5bc8dc1a5310818c3fcf3f9e166ffc5341f032c

1abb250 2015-05-06 08:23:24 Jerry Lee

change wifi Logging header

Allocate the memory at JNI layer. Thus, instead pass
down ** , pass * down

Bug:20853404
Change-Id: I27cb2900989fb4f8261dc6e3283af101422d2ea7

85bff33 2015-05-06 02:38:01 Ajay Dudani

wlan: Fix comparison of driver_status when loading driver

Ensure wifi driver load failure status is compared with
valid string which has the failure/success information.

Change-Id: I3b619ad0c005fb793d127bd2a23b376ed961d0b7

bd14c1c 2015-05-03 08:26:05 Pierre Vandwalle

add pointers to new roaming HAL functions

Change-Id: I5094f7921018f0e8e1b6171e3b88ead9d00f95af

1c12968 2015-05-02 03:03:03 Prerepa Viswanadham

Merge commit '7f8da1e' into master_merge

a9c3179 2015-05-02 03:02:19 Prerepa Viswanadham

Merge commit '778ad70' into master_merge

Change-Id: I2928bb3e4c82d13caf3a1cd4b15f1d17969a610d

1ee8d6b 2015-04-30 07:42:11 Chilam Ng

HAL changes for ANQPO

Change-Id: I60d418ec43beb4bb19e999634c5c3beecb476172
Signed-off-by: Chilam Ng <chilam@broadcom.com>

5f06aa3 2015-04-25 07:00:02 xinhe

Fix halutil build error

Change-Id: I3b4b90b6e4c99e7ace23998d439465c037deaadc

7f8da1e 2015-04-25 03:26:07 xinhe

Fix halutil build error [DO NOT MERGE]

Change-Id: I3b4b90b6e4c99e7ace23998d439465c037deaadc

778ad70 2015-04-23 02:48:20 xinhe

TDLS enhancement HAL interface update

Bug:15152152
Change-Id: I8432177ac457c6559cf2c0d2a8bbc8ea8773a2a9

f2a1742 2015-04-15 07:06:10 Vinit Deshpande

am 93d458f..93d458f from mirror-m-wireless-internal-release

93d458f change wifi_logger header file

Afficher sur ancien navigateur de dépôt.