Skip to content

Commit

Permalink
add Quectel EC25
Browse files Browse the repository at this point in the history
with https://github.com/the-modem-distro/pinephone_modem_sdk , it possible to enable adb on this modem
  • Loading branch information
rhjdvsgsgks authored Apr 13, 2024
1 parent c77d876 commit ee162b1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions 51-android.rules
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,13 @@ ENV{adb_user}="yes"
GOTO="android_usb_rule_match"
LABEL="not_Qualcomm"

# Quectel
ATTR{idVendor}!="2c7c", GOTO="not_Quectel"
# EC25
ATTR{idProduct}=="0125", GOTO="adb"
GOTO="android_usb_rules_end"
LABEL="not_Quectel"

# Razer USA, Ltd.
ATTR{idVendor}!="1532", GOTO="not_Razer"
# Razer Phone 2
Expand Down

0 comments on commit ee162b1

Please sign in to comment.