This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From a67f8c0ca3bad08a7d4ecf26df6a11c2757a9aee Mon Sep 17 00:00:00 2001 | |
From: alexforsale <[email protected]> | |
Date: Sun, 21 May 2017 00:54:00 +0700 | |
Subject: [PATCH 1/6] A16C3H: drivers:input:misc: add kionix_accel | |
--- | |
arch/arm/boot/dts/qcom/msm8909-qrd-skuc.dtsi | 16 + | |
drivers/input/misc/Kconfig | 9 + | |
drivers/input/misc/Makefile | 1 + | |
drivers/input/misc/kionix_accel.c | 2518 ++++++++++++++++++++++++++ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/core/java/android/provider/CallLog.java b/core/java/android/provider/CallLog.java | |
index 6d14dfc..d1a690c 100644 | |
--- a/core/java/android/provider/CallLog.java | |
+++ b/core/java/android/provider/CallLog.java | |
@@ -246,6 +246,13 @@ public class CallLog { | |
public static final String CACHED_FORMATTED_NUMBER = "formatted_number"; | |
/** | |
+ * The subscription id. | |
+ * <P>Type: Integer</P> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- waiting for device - | |
--------- beginning of /dev/log/main | |
I/DEBUG ( 121): debuggerd: Apr 19 2014 10:39:25 | |
--------- beginning of /dev/log/system | |
I/Vold ( 117): Vold 2.1 (the revenge) firing up | |
D/Vold ( 117): Volume sdcard state changing -1 (Initializing) -> 0 (No-Media) | |
D/Vold ( 117): Volume sdcard2 state changing -1 (Initializing) -> 0 (No-Media) | |
D/Vold ( 117): Volume sdcard2 state changing 0 (No-Media) -> 2 (Pending) | |
D/Vold ( 117): Volume sdcard2 state changing 2 (Pending) -> 1 (Idle-Unmounted) | |
W/Vold ( 117): Duplicate state (1) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- waiting for device - | |
--------- beginning of /dev/log/main | |
I/DEBUG ( 121): debuggerd: Apr 19 2014 10:39:25 | |
--------- beginning of /dev/log/system | |
I/Vold ( 116): Vold 2.1 (the revenge) firing up | |
D/Vold ( 116): Volume sdcard state changing -1 (Initializing) -> 0 (No-Media) | |
D/Vold ( 116): Volume sdcard2 state changing -1 (Initializing) -> 0 (No-Media) | |
D/Vold ( 116): Volume sdcard2 state changing 0 (No-Media) -> 2 (Pending) | |
D/Vold ( 116): Volume sdcard2 state changing 2 (Pending) -> 1 (Idle-Unmounted) | |
W/Vold ( 116): Duplicate state (1) |
NewerOlder