Tablet Idea XDS-1078 added (#187)

* idea tablet added

* adb user

Co-authored-by: Artem Dekhtyar <m@artemd.ru>
This commit is contained in:
Artem 2020-08-03 00:22:00 +03:00 committed by GitHub
parent b3702da7fa
commit 6876144fef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -339,6 +339,14 @@ ATTR{idProduct}=="6300", SYMLINK+="android_adb"
GOTO="android_usb_rule_match"
LABEL="not_LG"
# Idea
ATTR{idVendor}!="18d1", GOTO="not_IDEA"
ENV{adb_user}="yes"
# XDS-1078
ATTR{idProduct}=="2c11", SYMLINK="android_adb"
GOTO="android_usb_rule_match"
LABEL="not_IDEA"
# Meizu
ATTR{idVendor}!="2a45", GOTO="not_Meizu"
ENV{adb_user}="yes"