From 5bb39a6b1bd29aec39d0b015f6c3ac484d94c90c Mon Sep 17 00:00:00 2001 From: Piotr Zaborowski Date: Mon, 9 Jan 2017 13:57:57 +0100 Subject: [PATCH] Add OnePlus 3 ID taken from https://forum.xda-developers.com/oneplus-3/how-to/guide- connect-op3-mtp-linux-ubuntu-t3402472 --- 51-android.rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/51-android.rules b/51-android.rules index 5ec3153..dfbc9e7 100644 --- a/51-android.rules +++ b/51-android.rules @@ -348,6 +348,8 @@ ATTR{idProduct}=="9025", SYMLINK+="android_adb" ATTR{idProduct}=="676?", SYMLINK+="android_adb" # OnePlus Two ATTR{idProduct}=="9011", SYMLINK+="android_adb" +# OnePlus 3 +ATTR{idProduct}=="900e", SYMLINK+="android_adb" GOTO="android_usb_rule_match" LABEL="not_Qualcomm"