From a83c2dc68706b64d28f5eceef8018c8310c99e20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Vu=C4=8Dica?= Date: Tue, 22 Feb 2022 17:19:31 +0000 Subject: [PATCH] Add Yongnuo YN450M (#223) This Android-based micro-four-thirds camera device, sold only in mainland China, is identifying itself in lsusb as: 05c6:9091 Qualcomm, Inc. Intex Aqua Fish & Jolla C Diagnostic Mode Therefore, it's placed under the Qualcomm section. --- 51-android.rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/51-android.rules b/51-android.rules index 87fb967..8382950 100644 --- a/51-android.rules +++ b/51-android.rules @@ -530,6 +530,8 @@ ATTR{idProduct}=="90bb", ENV{adb_adb}="yes" ATTR{idProduct}=="9011", SYMLINK+="android_adb" # OnePlus 6 / Asia ATTR{idProduct}=="f003", SYMLINK+="android_adb" +# Yongnuo YN450m (identified in lsusb as Intex Aqua Fish & Jolla C Diagnostic Mode) +ATTR{idProduct}=="9091", SYMLINK+="android_adb" GOTO="android_usb_rule_match" LABEL="not_Qualcomm"