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 2021-03-05 13:47:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/android-udev-rules (Old) and /work/SRC/openSUSE:Factory/.android-udev-rules.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "android-udev-rules" Fri Mar 5 13:47:17 2021 rev:5 rq:876621 version:20210302 Changes: -------- --- /work/SRC/openSUSE:Factory/android-udev-rules/android-udev-rules.changes 2020-11-13 19:00:28.278206913 +0100 +++ /work/SRC/openSUSE:Factory/.android-udev-rules.new.2378/android-udev-rules.changes 2021-03-05 13:49:43.583864905 +0100 @@ -1,0 +2,12 @@ +Tue Mar 2 13:21:48 UTC 2021 - [email protected] + +- Update to version 20210302 + added: + * Zebra TC72 + * Unitech Electronics vendor + * Unitech Electronics EA630 + * Xperia XZ1 Compact + * Xperia XZ2 Compact + * Xperia 5 II + +------------------------------------------------------------------- Old: ---- android-udev-rules-20201003.tar.gz New: ---- android-udev-rules-20210302.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ android-udev-rules.spec ++++++ --- /var/tmp/diff_new_pack.FKAVXu/_old 2021-03-05 13:49:44.191865457 +0100 +++ /var/tmp/diff_new_pack.FKAVXu/_new 2021-03-05 13:49:44.195865460 +0100 @@ -1,7 +1,7 @@ # # spec file for package android-udev-rules # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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: 20201003 +Version: 20210302 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-20201003.tar.gz -> android-udev-rules-20210302.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/android-udev-rules-20201003/51-android.rules new/android-udev-rules-20210302/51-android.rules --- old/android-udev-rules-20201003/51-android.rules 2020-10-01 02:08:14.000000000 +0200 +++ new/android-udev-rules-20210302/51-android.rules 2021-03-02 12:05:53.000000000 +0100 @@ -150,6 +150,11 @@ ATTR{idProduct}=="4ee7", ENV{adb_adb}="yes" ATTR{idProduct}=="4ee9", ENV{adb_adb}="yes" +# Pixel C Tablet +ATTR{idProduct}=="5201", ENV{adb_fast}="yes" +ATTR{idProduct}=="5203", ENV{adb_adb}="yes" +ATTR{idProduct}=="5208", 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" @@ -501,6 +506,13 @@ GOTO="android_usb_rule_match" LABEL="not_Qualcomm" +# Razer USA, Ltd. +ATTR{idVendor}!="1532", GOTO="not_Razer" +# Razer Phone 2 +ATTR{idProduct}=="9050", ENV{adb_adbfast}="yes" +GOTO="android_usb_rule_match" +LABEL="not_Razer" + # Research In Motion, Ltd. ATTR{idVendor}!="0fca", GOTO="not_RIM" # BlackBerry DTEK60 @@ -595,6 +607,12 @@ ATTR{idProduct}=="51c9", ENV{adb_adbfast}="yes" # Xperia XZ ATTR{idProduct}=="51e7", ENV{adb_adbfast}="yes" +# Xperia XZ1 Compact +ATTR{idProduct}=="01f4", ENV{adb_adbfast}="yes" +# Xperia XZ2 Compact +ATTR{idProduct}=="b00b", ENV{adb_adbfast}="yes" +# Xperia 5 II +ATTR{idProduct}=="020d", ENV{adb_adbfast}="yes" GOTO="android_usb_rule_match" LABEL="not_Sony_Ericsson" @@ -620,6 +638,14 @@ # Toshiba ATTR{idVendor}=="0930", ENV{adb_user}="yes" +# Unitech Electronics +ATTR{idVendor}!="2e8e", GOTO="not_Unitech_Electronics" +ENV{adb_user}="yes" +# EA630 (96e1=normal,96e7=debug) +ATTR{idProduct}=="96e7", ENV{adb_adb}="yes" +GOTO="android_usb_rule_match" +LABEL="not_Unitech_Electronics" + # Wileyfox ATTR{idVendor}=="2970", ENV{adb_user}="yes" @@ -674,6 +700,8 @@ ATTR{idVendor}!="05e0", GOTO="not_Zebra" # TC55 ATTR{idProduct}=="2101", ENV{adb_adb}="yes" +# TC72 +ATTR{idProduct}=="2106", ENV{adb_adb}="yes" GOTO="android_usb_rule_match" LABEL="not_Zebra"
