Skip to content

Commit

Permalink
Merge pull request #105 from duncanhealy/master
Browse files Browse the repository at this point in the history
added lex720 [LePro3] by vendor leeco and deleted spurious lines for Yota
  • Loading branch information
M0Rf30 authored Mar 5, 2017
2 parents ce4c9c1 + d223ee9 commit c452363
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions 51-android.rules
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,14 @@ ATTR{idVendor}=="0482", ENV{adb_user}="yes"
# Lenovo
ATTR{idVendor}=="17ef", ENV{adb_user}="yes"

# LeTv
ATTR{idVendor}!="2b0e", GOTO="not_letv"
ENV{adb_user}="yes"
# LEX720 LeEco Pro3 6GB (610c=normal,610d=debug, 610b=camera)
ATTR{idProduct}=="610d", ENV{adb_fastboot}="yes"
GOTO="android_usb_rule_match"
LABEL="not_letv"

# LG
ATTR{idVendor}!="1004", GOTO="not_LG"
ENV{adb_user}="yes"
Expand Down Expand Up @@ -497,8 +505,6 @@ ENV{adb_user}="yes"
ATTR{idProduct}=="9139", SYMLINK+="android_adb"
GOTO="android_usb_rule_match"
LABEL="not_Yota"
GOTO="android_usb_rule_match"
LABEL="not_Yota"

# Wileyfox
ATTR{idVendor}=="2970", ENV{adb_user}="yes"
Expand Down
2 changes: 1 addition & 1 deletion adb_usb.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# 1 USB VENDOR ID PER LINE.
0x2717
0x0e8d

0x2b0e

0 comments on commit c452363

Please sign in to comment.