Skip to content

Commit

Permalink
feat: Add Allwinner fastboot rule (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebaUbuntu authored Feb 20, 2024
1 parent ff7115a commit 32c0d75
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions 51-android.rules
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ ATTR{idVendor}=="10d6", ATTR{idProduct}=="0c02", GOTO="adb"
# S5
ATTR{idVendor}=="0a5c", ATTR{idProduct}=="e681", GOTO="adb"

# Allwinner Technology
ATTR{idVendor}!="1f3a", GOTO="not_Allwinner"
# Prestigio PER3464B ebook reader (Mass storage mode)
ATTR{idProduct}=="1000", GOTO="adbmtp"
# Allwinner Technology Android device in fastboot mode
ATTR{idProduct}=="1010", GOTO="adbfast"
GOTO="android_usb_rules_end"
LABEL="not_Allwinner"

# Amazon Lab126
ATTR{idVendor}!="1949", GOTO="not_Amazon"
# Amazon Kindle Fire
Expand Down Expand Up @@ -128,9 +137,6 @@ ATTR{idProduct}=="7030", GOTO="adb"
GOTO="android_usb_rules_end"
LABEL="not_Asus"

# Azpen Onda (Need product specific rules)
#ATTR{idVendor}=="1f3a", GOTO="user"

# BQ
ATTR{idVendor}!="2a47", GOTO="not_BQ"
# Aquaris 4.5, Krillin (0c02=mtp,adb 2008=mtp)
Expand Down

0 comments on commit 32c0d75

Please sign in to comment.