• 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
418a6c1 cm-14.1-x86 2020-07-16 02:21:44 Chih-Wei Huang

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

d6b109f nougat-x86 2020-07-16 02:11:56 Chih-Wei Huang

nativebridge: mount sfs with the ro option

If the sfs is in a read-only /system, mount may fail without the ro
option.

Reported-by: Katharine Chui <katharine.chui@gmail.com>

5c17050 2020-07-16 02:00:20 Chih-Wei Huang

Add quirks for yoga 530 81EK

Reported-and-tested-by: Katharine Chui <katharine.chui@gmail.com>

905c026 2020-05-23 12:44:54 Chih-Wei Huang

alsa: add driver state file for chtnau8824

Tested-by: caldon724 <caldon724@gmail.com>

34cd16b 2020-05-20 23:49:30 Chih-Wei Huang

CM-x86 14.1-r4 release (20200520)

502b96c 2020-05-20 22:43:27 Chih-Wei Huang

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

b3b34a4 android-x86-7.1-r4 2020-05-15 15:03:28 Chih-Wei Huang

Add nouveau to blacklist

The driver does more harm than good. Don't use it.

881c24b 2020-05-15 15:03:06 Chih-Wei Huang

Set BOARD_USES_DRM_GRALLOC

This is necessary for mesa 18.2.

c386644 2020-05-07 17:25:26 hatharry

init.sh: set pcm to 100%

61847ec 2020-05-02 23:32:13 Chih-Wei Huang

Fix sdcardfs permissions issue

Some applications encounter a file access error in /storage/emulated/0/
like

[E] System.UnauthorizedAccessException: Access to the path "/storage/emulated/0/Android/data/com.fgol.HungrySharkEvolution/files/test" is denied.

Michael pointed out the root cause is the init.rc of AOSP will set owner,
group and permissions of /config/sdcardfs before sdcardfs module is loaded.

Previously we don't always load sdcardfs module since it doesn't work in
some cases (e.g., /data is mounted on tmpfs). However, to fix the issue,
let sdcardfs always be loaded in early-init stage, and use the property
ro.sys.sdcardfs to decide whether to enable sdcardfs.

ecf2484 2020-04-12 22:32:21 Chih-Wei Huang

init.sh: add quirks for Lenovo IdeaPad D330

Tested-by: Ashutosh prusty <ashutoshprusty29@gmail.com>

1fc48e8 2020-03-12 15:08:22 Chih-Wei Huang

init.sh: add pointercal for Teclast x98 air 3G

Tested-by: XiaoTao Liu <kevin.liu912@gmail.com>

3ad4607 2020-03-09 13:55:24 Chih-Wei Huang

init.sh: add quirks for Teclast x98 air 3G

Tested-by: XiaoTao Liu <kevin.liu912@gmail.com>

814774b 2019-12-10 11:41:01 Chih-Wei Huang

init.sh: add quirks for more devices

* ASUS M80TA (tested-by: Mydaet)
* Cube i7 Stylus (tested-by: yangdalao)

c0ff46f 2019-10-22 19:38:04 Chih-Wei Huang

CM-x86 14.1-r3 release (20191022)

86be2cf 2019-10-22 15:33:28 Chih-Wei Huang

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

Conflicts:
CleanSpec.mk
device.mk

c47cc72 android-x86-7.1-r3 2019-10-21 12:18:48 Chih-Wei Huang

nativebridge: update short URLs

189ab22 2019-10-17 17:24:00 Chih-Wei Huang

Always use 64-bit binder

7a6799a 2019-10-15 18:35:48 Chih-Wei Huang

init.sh: add quirks for Acer SP111-33

Tested-by: Ralph deGennaro <rmdegennaro@gmail.com>

9cd9740 2019-10-07 12:08:05 Chih-Wei Huang

app: update TermOne Plus

95e7c35 2019-07-04 16:22:45 Chih-Wei Huang

Add support of OpenGApps

You may specify the variant by GAPPS_VARIANT. The default is pico.

You still need to add .repo/local_manifests/opengapps.xml to enable it.
Refer to https://github.com/opengapps/aosp_build for more details.

9c7ded6 2019-06-28 13:32:38 Chih-Wei Huang

init.x86.rc: set owner/group of wpa_supplicant.conf

8ac9fea 2019-06-13 18:08:41 Chih-Wei Huang

init.sh: enable virt_wifi if needed

Some Android apps are not interested in ethernet devices and would rather
connect to a wireless interface. This patch allows the devices with only
ethernet interface to treat one of its network connections as wireless,
satisfying Android apps's network connection requirements.

The ethernet interface being simulated can be specified by the property
net.virt_wifi. The default is eth0.

The feature is enabled if wlan0 doesn't exist, or VIRT_WIFI=1 is set in
kernel cmdline. To disable it, set VIRT_WIFI=0 kernel cmdline.

df62a66 2019-06-13 18:05:50 Chih-Wei Huang

init.sh: remove wl driver if it's not used

Sometimes the Broadcom wl driver is loaded unexpectedly. Unload it
if it's not being used.

060d1ec 2019-05-30 17:46:12 Chih-Wei Huang

bluetooth: do not define BTM_DEF_LOCAL_NAME

Use the device model as the default Bluetooth name.

1834383 2019-04-30 16:35:02 Chih-Wei Huang

Add an idc file for the stylus of Surface Go

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

5165f82 2019-04-30 16:33:43 Chih-Wei Huang

init.sh: add quirks for Lenovo miix 320

Tested-by: Marco <ghzmrc91@gmail.com>

7d8ecae 2019-04-12 17:51:00 Valentin Manea

init.sh: disable offlining of non-boot CPU of Teclast X80 Power

This fixes the suspend/resume issue of the device.

6c12d35 2019-03-28 13:18:51 Chih-Wei Huang

init.sh: fix sensors support for LINX1010B

Reported-and-tested-by: Mark Ellis

444d32b 2019-03-27 19:08:19 Chih-Wei Huang

init.sh: invert axes of sensors for Microtech e-tab Pro

With panel-orientation-quirks applied in i915 driver, the display is
rotated 180 degrees. We need to invert the x and y axes of sensors
as well.