• 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. Time Author
6dd92c1 marshmallow-x86 2017-04-27 19:35:52 Chih-Wei Huang

init.sh: handle amdgpudrmfb by gralloc.drm

f89af66 android-x86-6.0-r3 2017-03-25 23:50:40 Chih-Wei Huang

Revert "init.sh: load f2fs module manually"

This reverts commit 17ef541c44d4b432c3d6a8938e20dd51e4749635.

fbe16fe 2017-03-25 23:29:52 Chih-Wei Huang

fstab.x86: auto mount CDROM devices

b6aeae2 2017-03-25 20:27:26 Chih-Wei Huang

init.sh: handle new IntelHdmiLpeAudio driver

The driver has already queued for kernel 4.11.

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.

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

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).

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.

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

bc5a2da 2016-07-29 00:38:51 Jaap Jan Meijer

init: Only tell Android we have a ril when we have one

eca345a 2016-07-22 00:26:03 Chih-Wei Huang

init.sh: skip useless cmdline

6651049 2016-07-14 15:41:36 Chih-Wei Huang

nativebridge: support different installations

787f578 2016-07-14 14:33:34 Chih-Wei Huang

init.sh: change uvesafb default mode to 1024x768

Currently the software rendering works better with 1024x768.

Remove obsolete device specified modes because they are
supported by the native framebuffer driver.

Re-enable the Setup Wizard for the software rendering case.

a5d3564 2016-07-14 11:33:05 Chih-Wei Huang

Create an x86_64.mk as a base of all 64-bit targets