Skip to content

Commit 32c0d75

Browse files
authored
feat: Add Allwinner fastboot rule (#311)
1 parent ff7115a commit 32c0d75

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

51-android.rules

+9-3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,15 @@ ATTR{idVendor}=="10d6", ATTR{idProduct}=="0c02", GOTO="adb"
4141
# S5
4242
ATTR{idVendor}=="0a5c", ATTR{idProduct}=="e681", GOTO="adb"
4343

44+
# Allwinner Technology
45+
ATTR{idVendor}!="1f3a", GOTO="not_Allwinner"
46+
# Prestigio PER3464B ebook reader (Mass storage mode)
47+
ATTR{idProduct}=="1000", GOTO="adbmtp"
48+
# Allwinner Technology Android device in fastboot mode
49+
ATTR{idProduct}=="1010", GOTO="adbfast"
50+
GOTO="android_usb_rules_end"
51+
LABEL="not_Allwinner"
52+
4453
# Amazon Lab126
4554
ATTR{idVendor}!="1949", GOTO="not_Amazon"
4655
# Amazon Kindle Fire
@@ -128,9 +137,6 @@ ATTR{idProduct}=="7030", GOTO="adb"
128137
GOTO="android_usb_rules_end"
129138
LABEL="not_Asus"
130139

131-
# Azpen Onda (Need product specific rules)
132-
#ATTR{idVendor}=="1f3a", GOTO="user"
133-
134140
# BQ
135141
ATTR{idVendor}!="2a47", GOTO="not_BQ"
136142
# Aquaris 4.5, Krillin (0c02=mtp,adb 2008=mtp)

0 commit comments

Comments
 (0)