From 8c2fe44124ab65da2f0574155c944cfbaa9ba62c Mon Sep 17 00:00:00 2001 From: Bob Hepple Date: Wed, 20 Dec 2023 21:37:47 +1000 Subject: [PATCH] feat: add Alcatel 5024L aka Alcatel 1S (#304) Co-authored-by: M0Rf30 --- 51-android.rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/51-android.rules b/51-android.rules index 8dc1183..b2ac1a5 100644 --- a/51-android.rules +++ b/51-android.rules @@ -829,6 +829,8 @@ ATTR{idProduct}=="0c01", GOTO="adb" ATTR{idProduct}=="00f2", GOTO="adb" # Alcatel OT6012A ATTR{idProduct}=="0167", GOTO="adb" +# Alcatel 5024L +ATTR{idProduct}=="4ee7", GOTO="adb" ENV{adb_user}="yes" GOTO="android_usb_rule_match" LABEL="not_T_A_Mobile"