This commit is contained in:
M0Rf30 2017-12-06 14:48:54 +01:00
parent 309be0e479
commit 2fa03ba644
1 changed files with 11 additions and 19 deletions

View File

@ -369,14 +369,23 @@ ATTR{idVendor}=="0955", ENV{adb_user}="yes"
# Audi SDIS Rear Seat Entertainment Tablet
ATTR{idProduct}=="7000", SYMLINK+="android_fastboot"
# OnePlus(Oreo)
# OnePlus(Oreo)
ATTR{idVendor}!="2a70", GOTO="not_OnePlus"
ENV{adb_user}="yes"
# OnePlus 3
# Charging mode
ATTR{idProduct}=="4ee7", SYMLINK+="android_adb"
# MTP mode
ATTR{idProduct}=="9011", SYMLINK+="android_adb"
# PTP mode
ATTR{idProduct}=="904e", SYMLINK+="android_adb"
GOTO="android_usb_rule_match"
LABEL="not_OnePlus"
# OnePlus 3T w/ Oreo MIDI mode
ATTR{idVendor}!="05c6", GOTO="not_OnePlus_MIDI"
ATTR{idProduct}=="90bb", SYMLINK+="android_adb"
LABEL="not_OnePlus_MIDI"
# Oppo
ATTR{idVendor}=="22d9", ENV{adb_user}="yes"
# Find 5
@ -419,23 +428,6 @@ ATTR{idProduct}=="90bb", SYMLINK+="android_adb"
GOTO="android_usb_rule_match"
LABEL="not_Qualcomm"
# OnePlus 3T with Android Oreo
ATTR{idVendor}!="2a70", GOTO="not_OnePlus_bitch"
ENV{adb_user}="yes"
# Charging mode
ATTR{idProduct}=="4ee7", SYMLINK+="android_adb"
# MTP mode
ATTR{idProduct}=="9011", SYMLINK+="android_adb"
# PTP mode
ATTR{idProduct}=="904e", SYMLINK+="android_adb"
GOTO="android_usb_rule_match"
LABEL="not_OnePlus_bitch"
# OnePlus 3T w/ Oreo MIDI mode
ATTR{idVendor}!="05c6", GOTO="not_OnePlus_MIDI_bitch"
ATTR{idProduct}=="90bb", SYMLINK+="android_adb"
LABEL="not_OnePlus_MIDI_bitch"
# Research In Motion, Ltd.
ATTR{idVendor}!="0fca", GOTO="not_RIM"
ENV{adb_user}="yes"