feat: Add Allwinner fastboot rule

They all share the same vendor ID, checked with S T8100 tablet

Change-Id: Ia2da9a4be5cdbb6c756bc05267006bc2ee230c07
This commit is contained in:
Sebastiano Barezzi 2024-02-20 02:08:14 +01:00
parent ff7115a2c1
commit 730b5ae682
No known key found for this signature in database
GPG Key ID: 763BD3AE91A7A13F
1 changed files with 9 additions and 3 deletions

View File

@ -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
@ -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)