fix: fix Spreadtrum rule

This commit is contained in:
Colin Cheng 2023-11-04 10:09:54 +08:00 committed by Gianluca Boiano
parent 2e6c41afcd
commit 55941db9d4
1 changed files with 1 additions and 1 deletions

View File

@ -803,7 +803,7 @@ LABEL="not_Sony_Ericsson"
ATTR{idVendor}=="1973", GOTO="user"
# Spreadtrum
ATTR{idVendor}=="1782", GOTO="not_Spreadtrum"
ATTR{idVendor}!="1782", GOTO="not_Spreadtrum"
# (Unisoc) Various devices (4001=mtp 4002=mtp,adb 4003=mtp,adb)
ATTR{idProduct}=="4002", GOTO="adbmtp"
ATTR{idProduct}=="4003", GOTO="adbmtp"