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-12-08 22:33:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/android-udev-rules (Old) and /work/SRC/openSUSE:Factory/.android-udev-rules.new.25432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "android-udev-rules" Fri Dec 8 22:33:05 2023 rev:18 rq:1132041 version:20231207 Changes: -------- --- /work/SRC/openSUSE:Factory/android-udev-rules/android-udev-rules.changes 2023-11-24 23:35:50.413754849 +0100 +++ /work/SRC/openSUSE:Factory/.android-udev-rules.new.25432/android-udev-rules.changes 2023-12-08 22:34:01.356347183 +0100 @@ -1,0 +2,14 @@ +Fri Dec 8 07:45:37 UTC 2023 - mun...@googlemail.com + +- Update to version 20231207 + Bug Fixes + * OnePlus 6T: debug mode not detected (#298) (#300) + + Features + * Add Hisense U8G Smart TV (#301) + * Add Google Pixel Watch 2 (#302) + + Miscellaneous Tasks + * Use more specific adb GOTOs for XiaoMi (#299) + +------------------------------------------------------------------- Old: ---- android-udev-rules-20231124.tar.gz New: ---- android-udev-rules-20231207.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ android-udev-rules.spec ++++++ --- /var/tmp/diff_new_pack.oIpAUS/_old 2023-12-08 22:34:01.776362637 +0100 +++ /var/tmp/diff_new_pack.oIpAUS/_new 2023-12-08 22:34:01.780362784 +0100 @@ -17,7 +17,7 @@ Name: android-udev-rules -Version: 20231124 +Version: 20231207 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-20231124.tar.gz -> android-udev-rules-20231207.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/android-udev-rules-20231124/51-android.rules new/android-udev-rules-20231207/51-android.rules --- old/android-udev-rules-20231124/51-android.rules 2023-11-23 02:44:20.000000000 +0100 +++ new/android-udev-rules-20231207/51-android.rules 2023-12-03 20:16:49.000000000 +0100 @@ -208,6 +208,9 @@ # Tensor Pixel phones (Pixel 7/7 pro/6/6A/6 Pro) 4eeb=cdc-ncm; 4eec=cdc-ncm,adb ATTR{idProduct}=="4eec", GOTO="adbcdc" +# Pixel Watch 2 (4ee0=fastboot 4e11=adb) +ATTR{idProduct}=="4e11", GOTO="adb" + # Pixel C Tablet (5202=mtp 5203=mtp,adb) ATTR{idProduct}=="5201", GOTO="adbfast" ATTR{idProduct}=="5203", GOTO="adbmtp" @@ -248,6 +251,8 @@ # Other vendors that also used duplicated Google's idVendor code follows: # IDEA XDS-1078 (debug=2c11) ATTR{idProduct}=="2c11", GOTO="adb" +# Hisense U8G Smart TV (MTK MT5895) +ATTR{idProduct}=="0d02", GOTO="adbfast" GOTO="android_usb_rules_end" LABEL="not_Google" @@ -578,10 +583,12 @@ ATTR{idProduct}=="4ee2", GOTO="adbmtp" ATTR{idProduct}=="4ee6", GOTO="adbptp" ATTR{idProduct}=="4ee7", GOTO="adb" +# OnePlus 6T +ATTR{idProduct}=="d001", GOTO="adb" # OnePlus Nord N10 4G USB tethering mode ATTR{idProduct}=="9024", GOTO="adb" # OnePlus 3T with Oreo MIDI mode 90bb=midi,adb 9011=mtp 904d=ptp 904e=ptp,adb -# OnePlus 7t (9012=mtp,adb) +# OnePlus 7T (9012=mtp,adb) ATTR{idProduct}=="9011", GOTO="mtp" ATTR{idProduct}=="9012", GOTO="adbmtp" ATTR{idProduct}=="904d", GOTO="ptp" @@ -849,23 +856,20 @@ # XiaoMi ATTR{idVendor}!="2717", GOTO="not_XiaoMi" -# Mi2A -ATTR{idProduct}=="904e", SYMLINK+="android_adb" -ATTR{idProduct}=="9039", SYMLINK+="android_adb" # Mi3 -ATTR{idProduct}=="0368", SYMLINK+="android_adb" +ATTR{idProduct}=="0368", GOTO="adbmtp" # RedMi 1S WCDMA (MTP+Debug) ATTR{idProduct}=="1268", GOTO="adbmtp" -# RedMi / RedMi Note WCDMA (MTP+Debug) -ATTR{idProduct}=="1248", GOTO="adbmtp" -# RedMi 1S / RedMi / RedMi Note WCDMA (1218=ptp,adb 1228=usb,adb) +# RedMi 1S / RedMi / RedMi Note WCDMA (1210=ptp 1218=ptp,adb 1220=CDrom 1228=usb,adb 1240=mtp 1248=mtp,adb) ATTR{idProduct}=="1218", GOTO="adbptp" ATTR{idProduct}=="1228", GOTO="adb" +ATTR{idProduct}=="1248", GOTO="adbmtp" # RedMi / RedMi Note 4G WCDMA (1311=ptp,adb 1328=usb,adb 1368=mtp,adb) ATTR{idProduct}=="1318", GOTO="adbptp" ATTR{idProduct}=="1328", GOTO="adb" ATTR{idProduct}=="1368", GOTO="adbmtp" # Mi2 (f003=mtp,mass_storage 9039=mtp,adb,mass_storage 904d=ptp 904e=ptp,adb f000=mass_storage 9015=mass_storage,adb f00e=ndis 9024=ndis,adb f00f=ndis 803e=ndis,adb) +# Mi2A / Mi2S (9039=mtp,adb, 904e=adb,ptp) ATTR{idProduct}=="9039", GOTO="adbmtp" ATTR{idProduct}=="904e", GOTO="adbptp" ATTR{idProduct}=="9015", GOTO="adbmass" @@ -882,8 +886,7 @@ ATTR{idProduct}=="ff88", GOTO="adbrndis" # RedMi / RedMi Note 4G CDMA (ff68=usb,adb) / Mi4c / Mi5 ATTR{idProduct}=="ff68", GOTO="adb" -ENV{adb_user}="yes" -GOTO="android_usb_rule_match" +GOTO="android_usb_rules_end" LABEL="not_XiaoMi" # Yota