• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

標籤
無標籤

Frequently used words (click to add to your profile)

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

device/generic/common


RSS
修訂. 時間 作者
814774b nougat-x86 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)

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.

aa186d7 2019-03-23 00:48:22 Chih-Wei Huang

init.sh: set camera properties for Microtech e-tab Pro

185efbd 2019-03-20 12:42:08 Chih-Wei Huang

Add 80860F16:00 to fstab

Tested-by: Torsten Appelhagen <borsti67@gmail.com>

258ac4a 2019-03-12 18:04:52 Chih-Wei Huang

app: replace AndroidTerm by TermOne Plus

"TermOne Plus" is a successor of "Terminal Emulator for Android"(AndroidTerm).
This new application includes many compatibility and portability improvements,
stability and defect fixes, and localization enhancements.

6de8b2b 2019-03-12 17:47:07 Chih-Wei Huang

init.sh: set sleep.state=force for Microtech e-tab Pro

The state means to put the device into deep sleep regardless of
the wakeup_count interface.

83b65e0 2019-03-06 12:55:57 Chih-Wei Huang

init.sh: fix sensors support of Microtech e-tab Pro

409ee12 2019-02-20 18:36:52 Chih-Wei Huang

Use languages_full.mk instead of locales_full.mk

55b6bae 2019-01-21 17:52:51 Chih-Wei Huang

init.sh: fix sensors support of EZpad

Tested-by: Yu Zhao <zhaoyu574249312@gmail.com>

92f6165 2019-01-10 19:41:20 Chih-Wei Huang

Revert "Add hid_hyperv to blacklist"

This reverts commit 9d41d263564de7548b7f24fba028909199773485.

3603a7b 2018-12-26 16:43:55 Chih-Wei Huang

idc: add files for QEMU and VirtualBox

These files enable orientation aware movement in any rotation.

Remove Vendor_0627_Product_0001.idc which is replaced by
QEMU_QEMU_USB_Tablet.idc.

Reported-and-tested-by: Jon Doe <tuksgig@gmail.com>

7ce62c6 2018-12-19 13:05:28 Chih-Wei Huang

Update tp_smapi to 0.43

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

de58cd3 2018-11-22 17:00:58 Chih-Wei Huang

Add an idc file for Adomax USB tablet

Reported-and-tested-by: Alexander E. Patrakov <patrakov@gmail.com>

44e0f5d 2018-10-29 15:57:05 Chih-Wei Huang

init.sh: let touchscreen never suspend on Surface Go

Tested-by: Jim <a0910115172@gmail.com>

2e13ef6 2018-10-16 20:09:58 Chih-Wei Huang

init.sh: use video option if UVESA_MODE is not set

With this patch, it's also possible to set the resolution of uvesafb
via the standard video=<xres>x<yres> kernel cmdline.

ceb452f 2018-10-04 15:45:27 Chih-Wei Huang

Use packages.mk from the product dir if exists

2113359 2018-09-19 11:25:37 Chih-Wei Huang

init.sh: honor video cmdline for all supported GPUs

Allow to use the standard video kernel cmdline to set resolution
for all supported GPUs.

Set the default resolution of virgl to 1280x800.