• R/O
  • HTTP
  • SSH
  • HTTPS

提交列表

标签
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. 时间 作者
bb48217 2018-06-15 18:01:42 Chih-Wei Huang

Fix issues to use 64-bit binder on 32-bit image

Fixes: 66fd14a3 (Always use 64-bit binder)

Reported-and-Tested-by: Mauro Rossi <issor.oruam@gmail.com>

31a1de2 2018-06-15 18:01:40 Chih-Wei Huang

nativebridge: add OEM lists required by ABIPicker

a70ce18 2018-06-15 18:01:39 Chih-Wei Huang

nativebridge: disable 32k32u and 64k64u support temporarily

b662634 2018-06-15 18:01:34 Chih-Wei Huang

Revert "Disable FFMPEG plugins temporarily"

This reverts commit a243faea3d2c44b4d4a95cd158bd60c7dab7e13f.

04169f9 2018-06-15 17:57:34 Chih-Wei Huang

Build system.img with ext4 format

We use mksquashfsimage.sh to build system.img since oreo-x86. However,
it causes trouble to read-write installation mode.

To conquer that, I have tried several methods like restorecon, overlayfs
or even generate ext4 system.img on-the-fly. However, none of them works
flawless.

Let's just build system.img as before.

This effectively reverts commit 9668827da362f3ab8dad9902ee77e255825bffa6.

495685b 2018-06-11 19:06:28 Chih-Wei Huang

init.sh: add sensors support for EZpad

d20445a 2018-06-05 00:22:27 Chih-Wei Huang

init.sh: allow HAS_SENSORS to override all cases

HAS_SENSORS in cmdline was introduced in commit f356d114 to override
the default has_sensors variable. However, it only take effects if
the sensors type is not kbd. This is not my original idea.

The change allows HAS_SENSORS to override the default value no matter
what the sensors type is.

517e604 2018-05-04 14:11:02 Chih-Wei Huang

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

bbec2db cm-14.1-x86 2018-05-03 15:41:06 Chih-Wei Huang

CM-x86 14.1-r2 release (20180503)

1f189b5 2018-05-02 23:04:27 Chih-Wei Huang

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

9d41d26 android-x86-7.1-r2 2018-05-02 15:10:19 Chih-Wei Huang

Add hid_hyperv to blacklist

The mouse integration doesn't work well in nougat-x86. Not sure why.

938b349 2018-04-29 10:39:18 Chih-Wei Huang

kernel.mk: fix bison unable to find m4 file issue

Android builds a version of bison which is unusable outside the tree.
Since the bison is invoked in the KBUILD_OUTPUT dir, the error is
generated:

bison: external/bison/data/m4sugar/m4sugar.m4: cannot open: No such file or directory

To workaround it, add a symlink to the external dir so that bison can
get the expected m4 file.

5cfaa3b 2018-03-29 17:01:24 Chih-Wei Huang

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

bb31984 2018-03-29 15:09:28 Chih-Wei Huang

init.sh: disable Bluetooth if no hci interface

This should avoid some unnecessary Bluetooth crashing.

11a667c 2018-03-29 11:50:01 Chih-Wei Huang

init.sh: support ASUS VivoTab Note 8 (M80TA)

Tested-by: Fotis k <fkalioras@gmail.com>

66fd14a 2018-03-09 15:18:41 Chih-Wei Huang

Always use 64-bit binder

d3fa0c0 2018-03-06 18:50:19 Chih-Wei Huang

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

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>