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 2022-09-11 21:57:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/android-udev-rules (Old) and /work/SRC/openSUSE:Factory/.android-udev-rules.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "android-udev-rules" Sun Sep 11 21:57:24 2022 rev:11 rq:1002450 version:20220903 Changes: -------- --- /work/SRC/openSUSE:Factory/android-udev-rules/android-udev-rules.changes 2022-07-05 12:10:16.496625219 +0200 +++ /work/SRC/openSUSE:Factory/.android-udev-rules.new.2083/android-udev-rules.changes 2022-09-11 21:57:26.385643352 +0200 @@ -1,0 +2,16 @@ +Sun Sep 4 02:12:25 UTC 2022 - [email protected] + +- Update to version 20220903 + Bug Fixes + * Avoid wrong detections of controller devices (#234) + + Features + * Add rules for ZTE MF286* series internal modems (#231) + * Add product ID for CDC-NCM+ADB for Tensor Pixels (#236) + + Miscellaneous Tasks + * Install.sh: use /bin/sh interp within shebang (#232) + * Remove commented universal rule + * Change fast to adbfast for Pixel C (#235) + +------------------------------------------------------------------- Old: ---- android-udev-rules-20220611.tar.gz New: ---- android-udev-rules-20220903.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ android-udev-rules.spec ++++++ --- /var/tmp/diff_new_pack.oukbRd/_old 2022-09-11 21:57:26.813644555 +0200 +++ /var/tmp/diff_new_pack.oukbRd/_new 2022-09-11 21:57:26.817644567 +0200 @@ -17,7 +17,7 @@ Name: android-udev-rules -Version: 20220611 +Version: 20220903 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-20220611.tar.gz -> android-udev-rules-20220903.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/android-udev-rules-20220611/51-android.rules new/android-udev-rules-20220903/51-android.rules --- old/android-udev-rules-20220611/51-android.rules 2022-06-11 14:52:00.000000000 +0200 +++ new/android-udev-rules-20220903/51-android.rules 2022-08-31 09:43:22.000000000 +0200 @@ -12,13 +12,9 @@ ACTION!="add", ACTION!="bind", GOTO="android_usb_rules_end" SUBSYSTEM!="usb", GOTO="android_usb_rules_end" -# For Android devices that enable this universal rule suggested here: -# http://ktnr74.blogspot.com/2013/04/universal-udev-rule-for-all-android.html -# Commented as a reminder (we prefer a punctual device detection) -# ENV{ID_USB_INTERFACES}=="*:ff420?:*", SYMLINK+="android/$env{ID_SERIAL_SHORT}", GOTO="android_usb_rule_match" - -# Skip testing for unexpected devices like hubs or printers +# Skip testing for unexpected devices like hubs, controllers or printers ATTR{bDeviceClass}=="09", GOTO="android_usb_rules_end" +ENV{ID_MODEL}=="Controller", GOTO="android_usb_rules_end" ENV{ID_USB_INTERFACES}=="*:0701??:*", ENV{adb_adb}="yes", GOTO="android_usb_rules_end" LABEL="android_usb_rules_begin" @@ -163,8 +159,11 @@ ATTR{idProduct}=="4ee7", ENV{adb_adb}="yes" ATTR{idProduct}=="4ee9", ENV{adb_adb}="yes" +# Tensor Pixel phones (Pixel 6/6A/6 Pro) 4eeb=cdc-ncm; 4eec=cdc-ncm,adb +ATTR{idProduct}=="4eec", ENV{adb_adb}="yes" + # Pixel C Tablet -ATTR{idProduct}=="5201", ENV{adb_fast}="yes" +ATTR{idProduct}=="5201", ENV{adb_adbfast}="yes" ATTR{idProduct}=="5203", ENV{adb_adb}="yes" ATTR{idProduct}=="5208", ENV{adb_adb}="yes" @@ -767,6 +766,12 @@ ATTR{idProduct}=="1354", ENV{adb_adb}="yes" # P685M LTE modem ATTR{idProduct}=="1275", ENV{adb_user}="yes" +# MF286[A] internal LTE modem +ATTR{idProduct}=="1432", ENV{adb_user}="yes" +# MF286D internal LTE modem +ATTR{idProduct}=="1485", ENV{adb_user}="yes" +# MF286R internal LTE modem +ATTR{idProduct}=="1489", ENV{adb_user}="yes" # Nubia / RedMagic Series (NX***) # See https://github.com/TadiT7/nubia_nx619j_dump/blob/NX619J-user-9-PKQ1.180929.001-eng.nubia.20181220.181559-release-keys/vendor/etc/init/hw/init.nubia.usb.rc # ptp,adb diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/android-udev-rules-20220611/install.sh new/android-udev-rules-20220903/install.sh --- old/android-udev-rules-20220611/install.sh 2022-06-11 14:52:00.000000000 +0200 +++ new/android-udev-rules-20220903/install.sh 2022-08-31 09:43:22.000000000 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/bin/sh CURRENT_UID="$(id -u)"
