Essential Phone PH-1 is also known as `2e17:c032`

Fix https://forum.xda-developers.com/essential-phone/help/fastboot-commands-t3950106
This commit is contained in:
Issam Maghni 2019-12-11 00:20:29 +00:00 committed by GitHub
parent f0a2f85367
commit 883c76510b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"