• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

device/generic/common


RSS
Rev. Tiempo Autor
10cbe2b 2018-03-06 18:43:17 Chih-Wei Huang

init.x86.rc: set SELinux domain to exec and services

To avoid the service does not have a SELinux domain defined warning.

e1789ad 2018-03-06 16:02:29 Chih-Wei Huang

kernel.mk: avoid conflict with kernel.mk of LineageOS

We defined TARGET_PREBUILT_KERNEL to be equal to INSTALLED_KERNEL_TARGET
but LineageOS's kernel.mk would copy TARGET_PREBUILT_KERNEL to
INSTALLED_KERNEL_TARGET that results in a dependency cycle.

Adjust our definition to avoid that.

2cae43d 2018-03-05 13:03:06 Chih-Wei Huang

Merge remote-tracking branch 'x86/nougat-x86' into oreo-x86

248c649 2018-02-26 16:17:03 Chih-Wei Huang

init.x86.rc: log all buffers

This includes the kernel log.

e085454 2018-02-23 12:45:59 Mauro Rossi

tp_smapi/hdaps: use timer_setup() with kernel 4.15 and later

Fixes the following building error happening with kernel 4.15:

CC [M] .../out/target/product/x86/obj/kmodule/tp_smapi/hdaps.o
.../out/target/product/x86/obj/kmodule/tp_smapi/hdaps.c: In function 'hdaps_init':
.../out/target/product/x86/obj/kmodule/tp_smapi/hdaps.c:782:2:
error: implicit declaration of function 'init_timer' [-Werror=implicit-function-declaration]
init_timer(&hdaps_timer);
^
.../out/target/product/x86/obj/kmodule/tp_smapi/hdaps.c:783:23:
warning: assignment from incompatible pointer type
hdaps_timer.function = hdaps_mousedev_poll;
^
cc1: some warnings being treated as errors

ac266fb 2018-02-14 16:16:31 Chih-Wei Huang

CM-x86 14.1-r1 release (20180214)

d5c06c8 2018-02-14 16:16:11 Chih-Wei Huang

Merge remote-tracking branch 'x86/nougat-x86' into cm-14.1-x86

27b64c8 2018-02-14 16:12:54 Chih-Wei Huang

init.sh: reverse the default orientation of accelerometer

More people reported the orientation of accelerometer is reversed.
Let's change the default orientation.

a1ffe57 2018-02-13 15:44:57 Chih-Wei Huang

init.sh: add sensors.iio properties for HP EliteBook

Reported-and-tested-by: Wing Chun Lau <johnnylau34@gmail.com>

e558a01 2018-02-12 16:13:36 Chih-Wei Huang

init.sh: adjust micphone volume

Change the values according to internal testing.

Tested-by: 张淋苹 <18701158269@163.com>

341fdf9 android-x86-7.1-r1 2018-02-06 14:22:40 Chih-Wei Huang

Android-x86 7.1-r1 release (20180206)

4138be7 2018-01-24 12:05:24 Chih-Wei Huang

init.sh: add sensors.iio properties for ThinkPad X1 Yoga

Reported-and-tested-by: Chris Xiong <chirs241097@gmail.com>

4e9023c 2018-01-15 15:35:47 Chih-Wei Huang

init.sh: add sensors.iio properties for Dell venue pro 11

Tested-by: Ben Mesman <ben@mesman.eu>

f356d11 2018-01-12 18:41:15 Chih-Wei Huang

init.sh: refine the rule of has_sensors

Allow to set has_sensors variable via cmdline HAS_SENSORS=true/false.

For sensors of iio type, if there is no acceleration sensors, treat it
as no sensors.

01f5019 2018-01-11 14:39:10 Chih-Wei Huang

init.sh: update properties for new android-iio-sensors-hal

7ad45e3 2018-01-08 17:46:06 Chih-Wei Huang

alsa: enable headphone for bytcrrt5640

8bb9b08 2018-01-02 00:46:54 Chih-Wei Huang

Merge remote-tracking branch 'x86/nougat-x86' into oreo-x86

898f2d8 2018-01-01 14:38:11 Chih-Wei Huang

init.sh: switch to android-iio-sensors-hal of 01.org

Intel doesn't maintain the old libsensors. Drop it.

Switch to the new android-iio-sensors-hal which is also
developed by Intel.

dfdf690 2017-12-27 16:20:21 Chih-Wei Huang

Remove android.hardware.bluetooth@1.0-impl

We don't use it now.

f1d4f7b 2017-12-27 14:27:31 Chih-Wei Huang

Binderize the light HAL

9cbe261 2017-12-26 15:15:45 Chih-Wei Huang

Switch to new Bluetooth HIDL HAL

The new generic Bluetooth HAL for standard Linux hci interface
was introduced since Android 8.1 by the Linaro project.

a7d35c5 2017-12-25 19:12:53 Chih-Wei Huang

Add HIDL HAL for camera

Set android.hardware.camera.provider@2.4 to binderized.

1c2abf3 2017-12-12 18:40:26 Chih-Wei Huang

Fix the path of compiled-classes-phone

It was moved since Android 8.1.

1c275d1 2017-12-12 18:39:48 Chih-Wei Huang

nativebridge: add missing include path

This is necessary on Android 8.1.

904acdf 2017-12-08 16:54:22 Chih-Wei Huang

Android 8.1.0 Release 1 (OPM1.171019.011)
-----BEGIN PGP SIGNATURE-----

iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCWibl7wAKCRDorT+BmrEO
eEHRAJ0atvlD0xmWHLw3Da0jgv9C4K9klgCdGuAYmNkvC/ZTRRMBru5LafY6v7c=
=vBHs
-----END PGP SIGNATURE-----

Merge tag 'android-8.1.0_r1' into oreo-x86

Android 8.1.0 Release 1 (OPM1.171019.011)

c2c5d7f 2017-12-06 18:40:56 Chih-Wei Huang

Add HIDL HAL for Bluetooth

Set android.hardware.bluetooth@1.0 to binderized.

823ff76 2017-11-29 11:56:17 Chih-Wei Huang

Remove Telecom service

It causes ANR on start up. We don't need the service so just remove it.

eefd74b 2017-11-22 17:42:25 Chih-Wei Huang

Set android.hardware.sensors to passthrough mode

aed44f9 2017-11-22 17:42:16 Chih-Wei Huang

Add HIDL HAL for power

Set android.hardware.power@1.0 to binderized.

e0c1988 2017-11-21 17:54:49 Chih-Wei Huang

Merge remote-tracking branch 'x86/nougat-x86' into oreo-x86