Skip to content

Commit

Permalink
chore: modify BQ device as adb+mtp, or mtp (M0Rf30#285)
Browse files Browse the repository at this point in the history
initial patch was to add android links, however, based on looking at
libmtp these are both mtp, therefore changed these to adb+mtp, while
the mtp-only product was dropped and left for libmtp to handle since
it appears there is no adb for this. More details given in issue M0Rf30#46
  • Loading branch information
JoesCat authored Sep 3, 2023
1 parent 66d21f0 commit 18ab19b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 51-android.rules
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,8 @@ LABEL="not_Asus"

# BQ
ATTR{idVendor}!="2a47", GOTO="not_BQ"
# Aquaris 4.5
ATTR{idProduct}=="0c02", GOTO="adbfast"
ATTR{idProduct}=="2008", GOTO="adbfast"
# Aquaris 4.5, Krillin (0c02=mtp,adb 2008=mtp)
ATTR{idProduct}=="0c02", GOTO="adbmtp"
GOTO="android_usb_rules_end"
LABEL="not_BQ"

Expand Down Expand Up @@ -523,6 +522,7 @@ ATTR{idProduct}=="2eb7", GOTO="mass" # off
ENV{adb_user}="yes"
GOTO="android_usb_rule_match"
LABEL="not_Motorola"

# MTK (MediaTek Inc)
ATTR{idVendor}!="0e8d", GOTO="not_MTK"
# Umidigi F1 (201c=adbfast)
Expand Down

0 comments on commit 18ab19b

Please sign in to comment.