• R/O
  • HTTP
  • SSH
  • HTTPS

コミット一覧

タグ
未設定

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

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

device/generic/common


RSS
Rev. 日時 作者
de58cd3 nougat-x86 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.

9b8dd04 2018-09-06 15:53:44 youling257

default use CLOCK_BOOTTIME

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

2f9e298 2018-08-10 16:57:42 Chih-Wei Huang

idc: add 3M_3M_MicroTouch_USB_controller.idc

Tested-by: Daniel Kenzelmann <daniel.kenzelmann@gmail.com>

a304d80 2018-08-10 16:54:42 Chih-Wei Huang

init.sh: support sensors of ASUS T200TA

2a143a7 2018-08-10 11:40:46 Chih-Wei Huang

init.sh: fix Bluetooth for ASUS T100TAF

4870ff9 2018-06-21 19:52:20 Chih-Wei Huang

tp_smapi: fix a building issue with clang

The clang complains:

/android-x86/out/target/product/x86_64/obj/kmodule/tp_smapi/tp_smapi.c:202:14: error: invalid use of a cast in a inline asm context requiring an l-value: remove the cast or build with -fheinous-gnu-extensions
"m"((u16)smapi_port)
~~~~~^~~~~~~~~~
1 error generated.

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.

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.

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>

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.

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

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>

f356d11 2018-01-12 18:41:15 Chih-Wei Huang

init.sh: refine the rule of has_sensors

Allow to set has_sensors variable via cmdline HAS_SENSORS=true/false.

For sensors of iio type, if there is no acceleration sensors, treat it
as no sensors.

01f5019 2018-01-11 14:39:10 Chih-Wei Huang

init.sh: update properties for new android-iio-sensors-hal

7ad45e3 2018-01-08 17:46:06 Chih-Wei Huang

alsa: enable headphone for bytcrrt5640

898f2d8 2018-01-01 14:38:11 Chih-Wei Huang

init.sh: switch to android-iio-sensors-hal of 01.org

Intel doesn't maintain the old libsensors. Drop it.

Switch to the new android-iio-sensors-hal which is also
developed by Intel.

a1b5651 2017-11-21 17:52:41 Chih-Wei Huang

init.x86.rc: add ctrl-alt-del service

Use the keychord driver to trap ctrl-alt-del event and transform it
to a long-press power key.

Unfortunately init only supports one keycodes set. So only the set
is supported: right ctrl (97), right alt (100) and delete (111).
The other combinations will be trapped and handled by init directly.

9a88fab 2017-10-18 20:03:43 Chih-Wei Huang

packages.mk: remove HardwareCollector

It is merged into AnalyticsService.