Merge pull request #116 from Prototik/patch-1

Add Xiaomi Mi Mix rule
This commit is contained in:
Gianluca Boiano 2017-09-08 12:51:02 +02:00 committed by GitHub
commit 2b718ac248
1 changed files with 2 additions and 0 deletions

View File

@ -514,6 +514,8 @@ ATTR{idProduct}=="1368", SYMLINK+="android_adb"
ATTR{idProduct}=="1318", SYMLINK+="android_adb"
# RedMi / RedMi Note 4G WCDMA (Usb+Debug)
ATTR{idProduct}=="1328", SYMLINK+="android_adb"
# Mi Mix
ATTR{idProduct}=="ff48", SYMLINK+="android_adb"
# RedMi / RedMi Note 4G CDMA (Usb+Debug) / Mi4c / Mi5
ATTR{idProduct}=="ff68", SYMLINK+="android_adb"
GOTO="android_usb_rule_match"