From 724095c38e0dbf900b83adbd94ea3ad8bc78319f Mon Sep 17 00:00:00 2001 From: ercollin Date: Thu, 16 Jan 2020 02:47:08 -0800 Subject: [PATCH] Add Sonim as vendor (#174) * Add Sonim as vendor * Put Sonim in alphabetical order --- 51-android.rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/51-android.rules b/51-android.rules index 64a8743..7e4f9af 100644 --- a/51-android.rules +++ b/51-android.rules @@ -530,6 +530,9 @@ LABEL="not_Samsung" # Sharp ATTR{idVendor}=="04dd", ENV{adb_user}="yes" +# Sonim +ATTR{idVendor}=="1d9c", ENV{adb_user}="yes" + # Sony ATTR{idVendor}=="054c", ENV{adb_user}="yes"