Update adb recovery to work with OnePlus 3

Based on the lsusb from a friend owning a OP3:

Bus 001 Device 014: ID 18d1:d002 Google Inc. Nexus 4 (debug)
This commit is contained in:
Piotr Zaborowski 2017-01-09 13:57:23 +01:00
parent feebc7d923
commit 481da6d2ae
1 changed files with 2 additions and 2 deletions

View File

@ -119,8 +119,8 @@ ATTR{idProduct}=="0fff", SYMLINK+="android_fastboot"
ATTR{idProduct}=="d00d", SYMLINK+="android_fastboot"
# Include: Samsung Galaxy Nexus (GSM)
ATTR{idProduct}=="4e30", SYMLINK+="android_fastboot"
# Recovery adb entry for Nexus Family
ATTR{idProduct}=="d001", SYMLINK+="android_adb"
# Recovery adb entry for Nexus Family (orig d001, OP3 has 18d1:d002)
ATTR{idProduct}=="d00?", SYMLINK+="android_adb"
GOTO="android_usb_rule_match"
LABEL="not_Google"