From 55941db9d4677843f433ff7e6bca7e00310cf087 Mon Sep 17 00:00:00 2001 From: Colin Cheng Date: Sat, 4 Nov 2023 10:09:54 +0800 Subject: [PATCH] fix: fix Spreadtrum rule --- 51-android.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/51-android.rules b/51-android.rules index 77cf3a6..466a74f 100644 --- a/51-android.rules +++ b/51-android.rules @@ -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"