Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package android-udev-rules for openSUSE:Factory checked in at 2023-03-05 20:08:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/android-udev-rules (Old) and /work/SRC/openSUSE:Factory/.android-udev-rules.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "android-udev-rules" Sun Mar 5 20:08:08 2023 rev:13 rq:1069448 version:20230303 Changes: -------- --- /work/SRC/openSUSE:Factory/android-udev-rules/android-udev-rules.changes 2023-01-10 15:00:32.941456961 +0100 +++ /work/SRC/openSUSE:Factory/.android-udev-rules.new.31432/android-udev-rules.changes 2023-03-05 20:08:10.940755602 +0100 @@ -1,0 +2,17 @@ +Fri Mar 3 22:12:34 UTC 2023 - mun...@googlemail.com + +- Update to version 20230303 + Bug Fixes + * Install.sh: get current user instead of root on the automatic + install script (#239) + * exclude several Sony and Microsoft USB controllers, VR, BT + (#252) + + Features + * Add Wileyfox Swift 2 Plus (#249) + * Add Amazon Fire TV Stick Lite (3rd gen) (#251) + + Miscellaneous Tasks + * Rewrite Polar vendor and add Polar M600 product. (#248) + +------------------------------------------------------------------- Old: ---- android-udev-rules-20230104.tar.gz New: ---- android-udev-rules-20230303.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ android-udev-rules.spec ++++++ --- /var/tmp/diff_new_pack.Z0QKJQ/_old 2023-03-05 20:08:11.432757876 +0100 +++ /var/tmp/diff_new_pack.Z0QKJQ/_new 2023-03-05 20:08:11.440757913 +0100 @@ -17,7 +17,7 @@ Name: android-udev-rules -Version: 20230104 +Version: 20230303 Release: 0 Summary: Android udev rules list aimed to be the most comprehensive on the net License: GPL-3.0-or-later ++++++ android-udev-rules-20230104.tar.gz -> android-udev-rules-20230303.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/android-udev-rules-20230104/51-android.rules new/android-udev-rules-20230303/51-android.rules --- old/android-udev-rules-20230104/51-android.rules 2023-01-04 16:48:11.000000000 +0100 +++ new/android-udev-rules-20230303/51-android.rules 2023-03-03 11:13:54.000000000 +0100 @@ -43,6 +43,9 @@ # Amazon Lab126 # Amazon Kindle Fire ATTR{idVendor}=="1949", ATTR{idProduct}=="0006", ENV{adb_adbfast}="yes" +# Amazon Fire TV Stick Lite (3rd gen) +ATTR{idVendor}=="1949", ATTR{idProduct}=="03a8", ENV{adb_adbfast}="yes" + # Archos ATTR{idVendor}!="0e79", GOTO="not_Archos" @@ -382,6 +385,9 @@ # Microsoft ATTR{idVendor}!="045e", GOTO="not_Microsoft" +# False positive xbox controllers 028e, 02ea, 0719 +ATTR{idProduct}=="02??", GOTO="android_usb_rules_end" +ATTR{idProduct}=="07??", GOTO="android_usb_rules_end" ENV{adb_user}="yes" # Surface Duo ATTR{idProduct}=="0c26", ENV{adb_adbfast}="yes" @@ -521,8 +527,14 @@ GOTO="android_usb_rule_match" LABEL="not_Point_Mobile" -# Polar M600 -ATTR{idVendor}=="0da4", ENV{adb_user}="yes" +# Polar +ATTR{idVendor}!="0da4", GOTO="not_Polar" +ENV{adb_user}="yes" +# Polar M600 (0010=adb,000b=fastboot) +ATTR{idProduct}=="0010", SYMLINK+="android_adb" +ATTR{idProduct}=="000b", SYMLINK+="android_fastboot" +GOTO="android_usb_rule_match" +LABEL="not_Polar" # Qualcomm (Wearners also 05c6) ATTR{idVendor}!="05c6", GOTO="not_Qualcomm" @@ -546,6 +558,8 @@ 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" +# Wileyfox Swift 2 Plus +ATTR{idProduct}=="0001", ENV{adb_user}="yes" GOTO="android_usb_rule_match" LABEL="not_Qualcomm" @@ -608,7 +622,16 @@ ATTR{idVendor}=="1d9c", ENV{adb_user}="yes" # Sony -ATTR{idVendor}=="054c", ENV{adb_user}="yes" +ATTR{idVendor}!="054c", GOTO="not_Sony" +# False positives dualshock 0268,05c4,05c5, adapters 0ba0, bluetooth 09cc, 0ce6, VR 09af +ATTR{idProduct}=="02??", GOTO="android_usb_rules_end" +ATTR{idProduct}=="05??", GOTO="android_usb_rules_end" +ATTR{idProduct}=="09??", GOTO="android_usb_rules_end" +ATTR{idProduct}=="0b??", GOTO="android_usb_rules_end" +ATTR{idProduct}=="0c??", GOTO="android_usb_rules_end" +ENV{adb_user}="yes" +GOTO="android_usb_rule_match" +LABEL="not_Sony" # Sony Ericsson ATTR{idVendor}!="0fce", GOTO="not_Sony_Ericsson"