1
0
mirror of https://github.com/M0Rf30/android-udev-rules.git synced 2024-06-24 07:26:51 +02:00

correct the idProduct.

This commit is contained in:
Takuro Onoue 2017-01-05 10:26:20 +09:00 committed by GitHub
parent c79787e401
commit a8562deafa

View File

@ -489,7 +489,7 @@ LABEL="not_XiaoMi"
ATTR{idVendor}!="2916", GOTO="not_Yota"
ENV{adb_user}="yes"
# YotaPhone2
ATTR{idProduct}=="9139", SYMLINK+="android_adb"
ATTR{idProduct}=="f003", SYMLINK+="android_adb"
GOTO="android_usb_rule_match"
LABEL="not_Yota"