From 968d1d4a18292b4fa21e468f03c8a489c3cb57e1 Mon Sep 17 00:00:00 2001 From: syboxez Date: Tue, 28 Nov 2023 21:38:26 +0000 Subject: [PATCH] feat: Add Hisense U8G Smart TV (#301) Co-authored-by: Syboxez Blank <@Syboxez:matrix.org> --- 51-android.rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/51-android.rules b/51-android.rules index a9f4e77..931bbec 100644 --- a/51-android.rules +++ b/51-android.rules @@ -248,6 +248,8 @@ ATTR{idProduct}=="d10a", GOTO="adbmtp" # Other vendors that also used duplicated Google's idVendor code follows: # IDEA XDS-1078 (debug=2c11) ATTR{idProduct}=="2c11", GOTO="adb" +# Hisense U8G Smart TV (MTK MT5895) +ATTR{idProduct}=="0d02", GOTO="adbfast" GOTO="android_usb_rules_end" LABEL="not_Google"