device/generic/x86
修訂 | 280d2bd1eb2d5601a002700b2d1c325b7889a4f9 (tree) |
---|---|
時間 | 2016-01-24 01:45:53 |
作者 | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Chih-Wei Huang |
android-x86-4.4-r4 release (20160123)
@@ -0,0 +1,3 @@ | ||
1 | +touch.deviceType = default | |
2 | +touch.orientationAware = 1 | |
3 | +touch.gestureMode = spots |
@@ -44,6 +44,11 @@ function init_hal_bluetooth() | ||
44 | 44 | BTUART_PORT=/dev/ttyS1 |
45 | 45 | brcm_patchram_plus -d --no2bytes --enable_hci --patchram /system/lib/firmware/brcm/bcm43241b4.hcd $BTUART_PORT |
46 | 46 | ;; |
47 | + MacBookPro8*) | |
48 | + rmmod b43 | |
49 | + modprobe b43 btcoex=0 | |
50 | + modprobe btusb | |
51 | + ;; | |
47 | 52 | *) |
48 | 53 | for bt in $(lsusb -v | awk ' /Class:.E0/ { print $9 } '); do |
49 | 54 | chown 1002.1002 $bt && chmod 660 $bt |