feat: add Meizu M1 E (#246)

This commit is contained in:
bczhc 2022-12-30 21:25:39 +08:00 committed by GitHub
parent fbe0e0c92f
commit 59573f2077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -366,6 +366,8 @@ LABEL="not_LG"
# Meizu
ATTR{idVendor}!="2a45", GOTO="not_Meizu"
# M1E
ATTR{idProduct}=="0c01", ENV{adb_adb}="yes"
# MX6
ATTR{idProduct}=="0c02", ENV{adb_adb}="yes"
GOTO="android_usb_rule_match"