From c77d876f541720160582a300409bfb6a0dcee4fe Mon Sep 17 00:00:00 2001 From: Sertonix Date: Wed, 27 Mar 2024 12:07:26 +0100 Subject: [PATCH] feat: add SHIFT5me --- 51-android.rules | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/51-android.rules b/51-android.rules index 050383e..25c95f4 100644 --- a/51-android.rules +++ b/51-android.rules @@ -753,6 +753,13 @@ LABEL="not_Samsung" # Sharp (Need product specific rules) #ATTR{idVendor}=="04dd", GOTO="user" +# SHIFT GmbH +ATTR{idVendor}!="3360", GOTO="not_shift" +# SHIFT5me +ATTR{idProduct}=="201c", GOTO="adb" +GOTO="android_usb_rules_end" +LABEL="not_shift" + # SK Telesys ATTR{idVendor}=="1f53", GOTO="user"