From 883c76510b09ce66f9a685993bc13115fe85a1ac Mon Sep 17 00:00:00 2001 From: Issam Maghni Date: Wed, 11 Dec 2019 00:20:29 +0000 Subject: [PATCH] Essential Phone PH-1 is also known as `2e17:c032` Fix https://forum.xda-developers.com/essential-phone/help/fastboot-commands-t3950106 --- 51-android.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/51-android.rules b/51-android.rules index e94e43f..64a8743 100644 --- a/51-android.rules +++ b/51-android.rules @@ -110,7 +110,7 @@ ATTR{idVendor}!="2e17", GOTO="not_Essential" ENV{adb_user}="yes" # Essential PH-1 ATTR{idProduct}=="c009", SYMLINK+="android_adb" -ATTR{idProduct}=="c030", SYMLINK+="android_adb" +ATTR{idProduct}=="c03[02]", SYMLINK+="android_adb" GOTO="android_usb_rule_match" LABEL="not_Essential"