Android-x86
Fork
捐款

  • R/O
  • HTTP
  • SSH
  • HTTPS

device-generic-common: 提交

device/generic/common


Commit MetaInfo

修訂c35ffc56465e575d812b712feb59acf0ae13cb79 (tree)
時間2018-09-06 15:56:02
作者Chih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Merge remote-tracking branch 'x86/nougat-x86' into oreo-x86

Change Summary

差異

--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -7,6 +7,7 @@ TARGET_BOARD_PLATFORM := android-x86
77 # Some framework code requires this to enable BT
88 BOARD_HAVE_BLUETOOTH := true
99 BOARD_HAVE_BLUETOOTH_LINUX := true
10+BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/generic/common/bluetooth
1011
1112 BOARD_USE_LEGACY_UI := true
1213
--- a/bluetooth/bdroid_buildcfg.h
+++ b/bluetooth/bdroid_buildcfg.h
@@ -22,5 +22,6 @@
2222 #define BLUETOOTH_HCI_USE_USB TRUE
2323 // Bluetooth Low Power Mode is supported on BT4.0
2424 #define HCILP_INCLUDED FALSE
25+#define KERNEL_MISSING_CLOCK_BOOTTIME_ALARM TRUE
2526
2627 #endif
--- /dev/null
+++ b/idc/3M_3M_MicroTouch_USB_controller.idc
@@ -0,0 +1 @@
1+touch.deviceType = touchScreen
--- a/init.sh
+++ b/init.sh
@@ -55,6 +55,9 @@ function init_hal_bluetooth()
5555 done
5656
5757 case "$PRODUCT" in
58+ T100TAF)
59+ set_property bluetooth.interface hci1
60+ ;;
5861 T10*TA|M80TA|HP*Omni*)
5962 BTUART_PORT=/dev/ttyS1
6063 set_property hal.bluetooth.uart.proto bcm
@@ -267,7 +270,7 @@ function init_hal_sensors()
267270 *ST70416-6*)
268271 set_property ro.iio.accel.order 102
269272 ;;
270- *T10*TA*|*pnEZpad*)
273+ *T*0*TA*|*pnEZpad*)
271274 set_property ro.iio.accel.y.opt_scale -1
272275 ;;
273276 *)
Show on old repository browser