From 777eb340984186a8241440fe68bb83fd7bf78bfc Mon Sep 17 00:00:00 2001 From: Alexander Koskovich <akoskovich@pm.me> Date: Tue, 19 Nov 2024 15:51:03 -0500 Subject: [PATCH] feat: Add Zebra TC78 --- 51-android.rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/51-android.rules b/51-android.rules index 4c26894..78c9faa 100644 --- a/51-android.rules +++ b/51-android.rules @@ -983,6 +983,8 @@ ATTR{idVendor}!="05e0", GOTO="not_Zebra" ATTR{idProduct}=="2101", GOTO="adb" # TC72 ATTR{idProduct}=="2106", GOTO="adb" +# TC78 +ATTR{idProduct}=="2107", GOTO="adb" GOTO="android_usb_rules_end" LABEL="not_Zebra"