From 971e4a7442ca07565da701694b99c2f74ee81614 Mon Sep 17 00:00:00 2001 From: Bob Hepple Date: Sun, 17 Dec 2023 09:03:56 +1000 Subject: [PATCH] Added Alcatel 5024L Add Alcatel 5024L - aka Alcatel 1S - tested on voidlinux and working with scrcpy Linux achar-void 6.5.13_1 #1 SMP PREEMPT_DYNAMIC Thu Nov 30 23:19:06 UTC 2023 x86_64 GNU/Linux --- 51-android.rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/51-android.rules b/51-android.rules index c62baa0..f330cde 100644 --- a/51-android.rules +++ b/51-android.rules @@ -826,6 +826,8 @@ ATTR{idProduct}=="0c01", GOTO="adb" ATTR{idProduct}=="00f2", GOTO="adb" # Alcatel OT6012A ATTR{idProduct}=="0167", GOTO="adb" +# Alcatel 5024L +ATTR{idProduct}=="4ee7", ENV{adb_adb}="yes" ENV{adb_user}="yes" GOTO="android_usb_rule_match" LABEL="not_T_A_Mobile"