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 2024-03-01 23:36:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/android-udev-rules (Old) and /work/SRC/openSUSE:Factory/.android-udev-rules.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "android-udev-rules" Fri Mar 1 23:36:40 2024 rev:20 rq:1153730 version:20240221 Changes: -------- --- /work/SRC/openSUSE:Factory/android-udev-rules/android-udev-rules.changes 2024-01-15 22:20:34.277803838 +0100 +++ /work/SRC/openSUSE:Factory/.android-udev-rules.new.1770/android-udev-rules.changes 2024-03-01 23:36:59.252457877 +0100 @@ -1,0 +2,11 @@ +Fri Mar 1 04:27:44 UTC 2024 - [email protected] + +- Update to version 20240221 + Features + * Add Oculus Quest 2 (close #308) (#309) + * Add Allwinner fastboot rule (#311) + + Miscellaneous Tasks + * Quest 2 and 3 have the same IDs + +------------------------------------------------------------------- Old: ---- android-udev-rules-20240114.tar.gz New: ---- android-udev-rules-20240221.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ android-udev-rules.spec ++++++ --- /var/tmp/diff_new_pack.gyc7rk/_old 2024-03-01 23:37:00.412499829 +0100 +++ /var/tmp/diff_new_pack.gyc7rk/_new 2024-03-01 23:37:00.412499829 +0100 @@ -17,7 +17,7 @@ Name: android-udev-rules -Version: 20240114 +Version: 20240221 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-20240114.tar.gz -> android-udev-rules-20240221.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/android-udev-rules-20240114/51-android.rules new/android-udev-rules-20240221/51-android.rules --- old/android-udev-rules-20240114/51-android.rules 2024-01-14 11:18:45.000000000 +0100 +++ new/android-udev-rules-20240221/51-android.rules 2024-02-20 14:31:23.000000000 +0100 @@ -41,6 +41,15 @@ # S5 ATTR{idVendor}=="0a5c", ATTR{idProduct}=="e681", GOTO="adb" +# Allwinner Technology +ATTR{idVendor}!="1f3a", GOTO="not_Allwinner" +# Prestigio PER3464B ebook reader (Mass storage mode) +ATTR{idProduct}=="1000", GOTO="adbmtp" +# Allwinner Technology Android device in fastboot mode +ATTR{idProduct}=="1010", GOTO="adbfast" +GOTO="android_usb_rules_end" +LABEL="not_Allwinner" + # Amazon Lab126 ATTR{idVendor}!="1949", GOTO="not_Amazon" # Amazon Kindle Fire @@ -128,9 +137,6 @@ GOTO="android_usb_rules_end" LABEL="not_Asus" -# Azpen Onda (Need product specific rules) -#ATTR{idVendor}=="1f3a", GOTO="user" - # BQ ATTR{idVendor}!="2a47", GOTO="not_BQ" # Aquaris 4.5, Krillin (0c02=mtp,adb 2008=mtp) @@ -579,8 +585,12 @@ GOTO="android_usb_rule_match" LABEL="not_Nvidia" -# Oculus (Need product specific rules) -#ATTR{idVendor}=="2833", GOTO="user" +# Oculus +ATTR{idVendor}!="2833", GOTO="not_Oculus" +# Oculus Quest 2, Quest 3 +ATTR{idProduct}=="0186", GOTO="user" +GOTO="android_usb_rules_end" +LABEL="not_Oculus" # OnePlus(Oreo) ATTR{idVendor}!="2a70", GOTO="not_OnePlus"
