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-01-20 00:12:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/android-udev-rules (Old) and /work/SRC/openSUSE:Factory/.android-udev-rules.new.1892 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "android-udev-rules" Thu Jan 20 00:12:37 2022 rev:9 rq:947564 version:20220102 Changes: -------- --- /work/SRC/openSUSE:Factory/android-udev-rules/android-udev-rules.changes 2021-07-21 19:07:32.635412843 +0200 +++ /work/SRC/openSUSE:Factory/.android-udev-rules.new.1892/android-udev-rules.changes 2022-01-20 00:13:37.450641638 +0100 @@ -1,0 +2,18 @@ +Tue Jan 4 07:43:23 UTC 2022 - mun...@googlemail.com + +- Update to version 20220102 + added: + * Alcatel 1 2019 5033F + * Android accessory mode + * Ascom vendor + * 5 Ascom devices + * Asus ZenFone 2 + * Razer Phone 2 ADB mode + * Sony Ericsson Xperia Z Ultra + * Xiaomi Redmi Note 8T + * ZTE P685M LTE Cat4 modem + + enhanced: + * T & A Mobile rules + +------------------------------------------------------------------- Old: ---- android-udev-rules-20210501.tar.gz New: ---- android-udev-rules-20220102.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ android-udev-rules.spec ++++++ --- /var/tmp/diff_new_pack.AgjiWs/_old 2022-01-20 00:13:37.798641919 +0100 +++ /var/tmp/diff_new_pack.AgjiWs/_new 2022-01-20 00:13:37.802641922 +0100 @@ -1,7 +1,7 @@ # # spec file for package android-udev-rules # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: android-udev-rules -Version: 20210501 +Version: 20220102 Release: 0 Summary: Android udev rules list aimed to be the most comprehensive on the net License: GPL-3.0-or-later @@ -40,7 +40,7 @@ %autosetup -p1 %build -%sysusers_generate_pre android-udev.conf adbusers +%sysusers_generate_pre android-udev.conf adbusers android-udev.conf %install install -D -m 0644 -t %{buildroot}%{_sysusersdir} android-udev.conf ++++++ android-udev-rules-20210501.tar.gz -> android-udev-rules-20220102.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/android-udev-rules-20210501/51-android.rules new/android-udev-rules-20220102/51-android.rules --- old/android-udev-rules-20210501/51-android.rules 2021-05-01 22:40:44.000000000 +0200 +++ new/android-udev-rules-20220102/51-android.rules 2022-01-02 19:45:54.000000000 +0100 @@ -1,19 +1,12 @@ -# These rules refer: https://developer.android.com/studio/run/device.html -# and include many suggestions from Arch Linux, GitHub and other Communities. -# Latest version can be found at: https://github.com/M0Rf30/android-udev-rules -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# SPDX-FileCopyrightText: 2022 JoesCat, M0Rf30 and contributors # -# You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# SPDX-License-Identifier: GPL-3.0 + +# These rules refer to: +# https://developer.android.com/studio/run/device.html +# and include many suggestions from Arch Linux, GitHub and other Communities. +# Latest version can be found at: +# https://github.com/M0Rf30/android-udev-rules # Skip testing for android devices if device is not add, or usb ACTION!="add", ACTION!="bind", GOTO="android_usb_rules_end" @@ -66,6 +59,16 @@ GOTO="android_usb_rule_match" LABEL="not_Archos" +# Ascom +ATTR{idVendor}!="1768", GOTO="not_Ascom" +ATTR{idProduct}=="0007", ENV{adb_adb}="yes" +ATTR{idProduct}=="000e", ENV{adb_adb}="yes" +ATTR{idProduct}=="4ee7", ENV{adb_adb}="yes" +ATTR{idProduct}=="0013", ENV{adb_adb}="yes" +ATTR{idProduct}=="0011", ENV{adb_adb}="yes" +GOTO="android_usb_rule_match" +LABEL="not_Ascom" + # ASUSTeK ATTR{idVendor}!="0b05", GOTO="not_Asus" # False positive - accessory @@ -148,7 +151,7 @@ # Google ATTR{idVendor}!="18d1", GOTO="not_Google" -# Nexus, Pixel, Pixel XL, Pixel 2, Pixel 2XL (4ee1=mtp, 4ee2=mtp,adb 4ee3=rndis, 4ee4=rndis,adb 4ee5=ptp, 4ee6=ptp,adb 4ee7=adb 4ee8=midi, 4ee9=midi,adb 2d01=accessory,adb 2d03=audio_source,adb 2d05=accessory,audio_source,adb) +# Nexus, Pixel, Pixel XL, Pixel 2, Pixel 2XL (4ee1=mtp, 4ee2=mtp,adb 4ee3=rndis, 4ee4=rndis,adb 4ee5=ptp, 4ee6=ptp,adb 4ee7=adb 4ee8=midi, 4ee9=midi,adb 2d00=accessory 2d01=accessory,adb 2d03=audio_source,adb 2d05=accessory,audio_source,adb) # See https://android.googlesource.com/device/google/wahoo/+/master/init.hardware.usb.rc # OnePlus 6, 4ee1=charging, 4ee2=MTP+debug, 4ee6=PTP+debug, 4ee7=charging+debug # Pico i.MX7 Dual Development Board 4ee7=debug @@ -165,6 +168,7 @@ ATTR{idProduct}=="5203", ENV{adb_adb}="yes" ATTR{idProduct}=="5208", ENV{adb_adb}="yes" +ATTR{idProduct}=="2d00", ENV{adb_adb}="yes" ATTR{idProduct}=="2d01", ENV{adb_adb}="yes" ATTR{idProduct}=="2d03", ENV{adb_adb}="yes" ATTR{idProduct}=="2d05", ENV{adb_adb}="yes" @@ -296,6 +300,8 @@ # Chuwi Hi 10 Pro (HQ64) ATTR{idProduct}=="2a65", ENV{adb_adb}="yes" ATTR{idProduct}=="07ef", ENV{adb_adb}="yes" +# Asus ZenFone 2 (ADB Sideload in TWRP Recovery) +ATTR{idProduct}=="0a5d", ENV{adb_adb}="yes" # Reference Boards using kernelflinger # See https://github.com/intel/kernelflinger/blob/master/libefiusb/usb.c#L56 ATTR{idProduct}=="09ef", ENV{adb_adbfast}="yes" @@ -415,7 +421,7 @@ # MTK (MediaTek Inc) ATTR{idVendor}!="0e8d", GOTO="not_MTK" ENV{adb_user}="yes" -# Umidigi F1 +# Umidigi F1 ATTR{idProduct}=="201c", ENV{adb_adbfast}="yes" GOTO="android_usb_rule_match" LABEL="not_MTK" @@ -529,6 +535,7 @@ ATTR{idVendor}!="1532", GOTO="not_Razer" # Razer Phone 2 ATTR{idProduct}=="9050", ENV{adb_adbfast}="yes" +ATTR{idProduct}=="9051", ENV{adb_adb}="yes" GOTO="android_usb_rule_match" LABEL="not_Razer" @@ -632,6 +639,8 @@ ATTR{idProduct}=="b00b", ENV{adb_adbfast}="yes" # Xperia 5 II ATTR{idProduct}=="020d", ENV{adb_adbfast}="yes" +# Xperia Z Ultra +ATTR{idProduct}=="519c", ENV{adb_adbfast}="yes" GOTO="android_usb_rule_match" LABEL="not_Sony_Ericsson" @@ -642,10 +651,16 @@ ATTR{idVendor}=="1782", ENV{adb_user}="yes" # T & A Mobile Phones +ATTR{idVendor}!="1bbb", GOTO="not_T_A_Mobile" +ENV{adb_user}="yes" +# Alcatel 1 2019 5033F +ATTR{idProduct}=="0c01", ENV{adb_adb}="yes" # Alcatel OT991D -ATTR{idVendor}=="1bbb", ATTR{idProduct}=="00f2", ENV{adb_adb}="yes" +ATTR{idProduct}=="00f2", ENV{adb_adb}="yes" # Alcatel OT6012A -ATTR{idVendor}=="1bbb", ATTR{idProduct}=="0167", ENV{adb_adb}="yes" +ATTR{idProduct}=="0167", ENV{adb_adb}="yes" +GOTO="android_usb_rule_match" +LABEL="not_T_A_Mobile" # Teleepoch ATTR{idVendor}=="2340", ENV{adb_user}="yes" @@ -699,6 +714,8 @@ ATTR{idProduct}=="ff68", SYMLINK+="android_adb" # RedMi 7 ATTR{idProduct}=="ff40", SYMLINK+="android_adb" +# RedMi Note 8T +ATTR{idProduct}=="ff08", SYMLINK+="android_adb" # RedMi 8 Pro ATTR{idProduct}=="ff48", SYMLINK+="android_adb" GOTO="android_usb_rule_match" @@ -730,6 +747,8 @@ ATTR{idProduct}=="1351", ENV{adb_adb}="yes" # Blade S (Crescent, Orange San Francisco 2) (1355=normal,1354=debug) ATTR{idProduct}=="1354", ENV{adb_adb}="yes" +# P685M LTE modem +ATTR{idProduct}=="1275", ENV{adb_user}="yes" GOTO="android_usb_rule_match" LABEL="not_ZTE" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/android-udev-rules-20210501/debian/changelog new/android-udev-rules-20220102/debian/changelog --- old/android-udev-rules-20210501/debian/changelog 2021-05-01 22:40:44.000000000 +0200 +++ new/android-udev-rules-20220102/debian/changelog 2022-01-02 19:45:54.000000000 +0100 @@ -1,6 +1,6 @@ -android-udev-rules (20210425-1) stable; urgency=low +android-udev-rules (20220102-1) stable; urgency=low * Latest stable tag. - -- Builder <buil...@builder.com> Sun, 25 Apr 2021 16:11:00 +0100 + -- Builder <buil...@builder.com> Sun, 02 Jan 2022 19:41:00 +0100 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/android-udev-rules-20210501/debian/control new/android-udev-rules-20220102/debian/control --- old/android-udev-rules-20210501/debian/control 2021-05-01 22:40:44.000000000 +0200 +++ new/android-udev-rules-20220102/debian/control 2022-01-02 19:45:54.000000000 +0100 @@ -9,4 +9,4 @@ Package: android-udev-rules Architecture: any Suggests: android-tools-adb, android-tools-fastboot -Description: udev rules to get ADB working +Description: Udev rules to connect Android devices to your linux box diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/android-udev-rules-20210501/debian/copyright new/android-udev-rules-20220102/debian/copyright --- old/android-udev-rules-20210501/debian/copyright 2021-05-01 22:40:44.000000000 +0200 +++ new/android-udev-rules-20220102/debian/copyright 2022-01-02 19:45:54.000000000 +0100 @@ -3,7 +3,7 @@ Source: https://github.com/M0Rf30/android-udev-rules Files: * -Copyright: 2018 Free Software Foundation, Inc. <http://fsf.org/> +Copyright: JoesCat, M0Rf30 and contributors License: GPL-3+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/android-udev-rules-20210501/rpm/android-udev-rules.spec new/android-udev-rules-20220102/rpm/android-udev-rules.spec --- old/android-udev-rules-20210501/rpm/android-udev-rules.spec 2021-05-01 22:40:44.000000000 +0200 +++ new/android-udev-rules-20220102/rpm/android-udev-rules.spec 2022-01-02 19:45:54.000000000 +0100 @@ -1,7 +1,7 @@ Name: android-udev-rules -Version: 20210425 +Version: 20220102 Release: 1%{?dist} -Summary: Udev rules to allow communication with Android devices +Summary: Udev rules to connect Android devices to your linux box License: GPLv3+ URL: https://github.com/M0Rf30/android-udev-rules Source0: https://github.com/M0Rf30/android-udev-rules/raw/master/51-android.rules @@ -35,6 +35,6 @@ %changelog -* Sun Apr 25 2021 H??kon L??vdal <k...@denkule.no> - 20210425-1 +* Sun Jan 02 2022 H??kon L??vdal <k...@denkule.no> - 20220102-1 - Latest stable tag.