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.
This commit is contained in:
Ivan Vučica 2022-02-22 17:19:31 +00:00 committed by GitHub
parent a9d73e77c5
commit a83c2dc687
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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"