• R/O
  • HTTP
  • SSH
  • HTTPS

コミット一覧

タグ
未設定

よく使われているワード(クリックで追加)

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

device/generic/common


RSS
Rev. 日時 作者
f9b7f85 cm-13.0-x86 2017-01-18 00:17:37 Chih-Wei Huang

Set BUILD_NAME_VARIANT for cm-x86

5fb13c2 2017-01-17 18:38:30 Chih-Wei Huang

Merge remote-tracking branch 'x86/marshmallow-x86' into cm-13.0-x86

17ef541 android-x86-6.0-r2 2017-01-13 23:54:42 Chih-Wei Huang

init.sh: load f2fs module manually

The f2fs module was removed from the built-in drivers to avoid
some annoying logs in dmesg. Just load it before vold started.

4b38ef4 2017-01-06 14:50:01 Chih-Wei Huang

Disable forced orientation

The input subsystem is buggy in the emulated display mode.

7d6692e 2017-01-06 14:45:32 Chih-Wei Huang

Don't unload rtl8723be wifi driver

The driver seems to be buggy after unloading and re-loading
on my ASUS X556UB notebook.

a0d974f 2017-01-06 14:44:05 Chih-Wei Huang

Remove the obsolete debug.autosleep setting

263fb19 2016-11-15 15:36:39 Chih-Wei Huang

Update tp_smapi to 0.42

Copied from https://github.com/evgeni/tp_smapi
commit cfe115e895012afc65d775c97141d3068d173ff7.

4a449cf 2016-10-28 19:54:10 Chih-Wei Huang

Add soc_button_array to the deferred loadng list

To fix Baytrail (e.g. ASUS T100TA) button issue.

239ae98 2016-10-19 01:37:31 Chih-Wei Huang

Force orientation if no sensors

If no known sensors are detected, force the device to remain in its
default orientation. Activities that desire to run in a non-compatible
orientation will be run from an emulated display within the physical
display.

ec2cbcf 2016-09-30 14:08:23 Chih-Wei Huang

Set INSTALL_PREFIX for cm-x86

10b4df8 2016-09-27 23:15:21 Chih-Wei Huang

Merge remote-tracking branch 'x86/marshmallow-x86' into cm-13.0-x86

Conflicts:
BoardConfig.mk

9d98165 2016-09-27 19:42:14 Chih-Wei Huang

Add AMD and Nvidia GPU modules to deferred list

These modules will be deferred loaded in the last coldboot stage.

740fa83 2016-09-27 16:13:33 Chih-Wei Huang

Remove androidboot.hardware from cmdline

Now the target name is hardcoded into android init.

97b0ef2 2016-09-26 13:08:13 youling257

add ONDA tablet iio.accelerometer tranformation matrix

Signed-off-by: youling257 <youling257@gmail.com>

445b176 2016-09-26 13:00:23 Mario Holzinger

add ST70416-6 iio.accelerometer tranformation matrix

7162cb1 2016-09-22 23:42:21 Chih-Wei Huang

Set default density to 160

Suggested by Jaap Jan Meijer.

482ca55 2016-09-21 13:58:42 Chih-Wei Huang

Merge remote-tracking branch 'x86/marshmallow-x86' into cm-13.0-x86

Conflicts:
BoardConfig.mk
packages.mk

a21141c android-x86-6.0-r1 2016-09-13 03:11:49 Chih-Wei Huang

packages.mk: add f2fs utilities

73feca7 2016-09-13 03:11:06 Chih-Wei Huang

Revert "init.sh: fix ASUS T100 buttons"

This reverts commit 34a78d5cb6e9797eba6caec2604e2c3f349a2fc2.

34a78d5 2016-09-08 15:22:18 Chih-Wei Huang

init.sh: fix ASUS T100 buttons

It's strange the module soc_button_array can't detect the input
devices on being loaded by ueventd.

The workaround is to unload and reload it.

baf6eb9 2016-08-24 21:49:07 Chih-Wei Huang

houdini: support Intel's implementation

NO_REF_TASK
Tested: pass all test cases of check_houdini.sh

Change-Id: I37ed20cec5354575671f3ea58c0b041774fa6dae

0e9d6b5 2016-08-16 01:08:12 Chih-Wei Huang

Android-x86 6.0-rc2 release (20160815)

Enable the features from Intel.

7fbe9f5 2016-08-08 16:41:54 Chih-Wei Huang

init.sh: support IntelHDMI audio HAL

Only enable IntelHDMI audio HAL if it's the only sound card.
It doesn't work on devices other than ASUS ViVoStick (TS10).

ef1c73f 2016-07-30 01:42:27 Jaap Jan Meijer

Merge remote-tracking branch 'x86/marshmallow-x86' into cm-13.0-x86

48acfb4 2016-07-29 22:06:25 Chih-Wei Huang

init.x86.rc: move symlink of /lib to init.rc

It's too late to do here.

783b774 2016-07-29 12:46:46 Chih-Wei Huang

Revert "init: Fix sensors never detected when not available at first boot"

It should be fixed in sensors.hsb directly.

This reverts commit cc1a67274cc608e1f7f5cbaa08f7bec90fafdeb3.

dca7c73 2016-07-29 07:09:23 Jaap Jan Meijer

config: Move the inclusion of CM specific stuff to prevent overriding

22e36ef 2016-07-29 06:36:01 Jaap Jan Meijer

init: Setup WiFi properties specific for CM

cc1a672 2016-07-29 01:05:20 Jaap Jan Meijer

init: Fix sensors never detected when not available at first boot

It's possible that no sensors are available at first boot.
By default they will not be checked again, with this patch Android will check every boot.

52e240e 2016-07-29 00:53:59 Jaap Jan Meijer

init: Add dhcpcd services for bt-pan to enable BT tethering