Skip to content

Commit

Permalink
feat: add Meizu M6T (M0Rf30#262)
Browse files Browse the repository at this point in the history
This doesn't distinguish different connection modes and is untested, as
I don't have access to the device.

For details see:
<M0Rf30#262>
  • Loading branch information
mskiptr committed Jul 6, 2023
1 parent c6610a7 commit 3320bbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 51-android.rules
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,8 @@ ATTR{idVendor}!="2a45", GOTO="not_Meizu"
ATTR{idProduct}=="0c01", ENV{adb_adb}="yes"
# MX6
ATTR{idProduct}=="0c02", ENV{adb_adb}="yes"
# M6T (untested; See <https://github.com/M0Rf30/android-udev-rules/issues/262>
ATTR{idProduct}=="201c", ENV{adb_adb}="yes"
GOTO="android_usb_rule_match"
LABEL="not_Meizu"

Expand Down

0 comments on commit 3320bbc

Please sign in to comment.