From fc2ad7044c971d6983d9b8a4ab5604c337cf2e51 Mon Sep 17 00:00:00 2001 From: Aaron Sierra Date: Tue, 2 Mar 2021 05:05:53 -0600 Subject: [PATCH] Add Zebra TC72 support (#203) --- 51-android.rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/51-android.rules b/51-android.rules index e534733..0c3d671 100644 --- a/51-android.rules +++ b/51-android.rules @@ -700,6 +700,8 @@ ATTR{idVendor}=="1ebf", ENV{adb_user}="yes" ATTR{idVendor}!="05e0", GOTO="not_Zebra" # TC55 ATTR{idProduct}=="2101", ENV{adb_adb}="yes" +# TC72 +ATTR{idProduct}=="2106", ENV{adb_adb}="yes" GOTO="android_usb_rule_match" LABEL="not_Zebra"