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 2026-05-04 12:49:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/android-udev-rules (Old) and /work/SRC/openSUSE:Factory/.android-udev-rules.new.30200 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "android-udev-rules" Mon May 4 12:49:39 2026 rev:28 rq:1350284 version:20260423 Changes: -------- --- /work/SRC/openSUSE:Factory/android-udev-rules/android-udev-rules.changes 2025-06-01 21:37:37.711959822 +0200 +++ /work/SRC/openSUSE:Factory/.android-udev-rules.new.30200/android-udev-rules.changes 2026-05-04 12:51:21.392142370 +0200 @@ -1,0 +2,9 @@ +Thu Apr 23 16:07:08 UTC 2026 - [email protected] + +- Update to version 20260423 + * chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #354 + * chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #355 + * fix(ci): create adbusers as system group for udev verification by @M0Rf30 in #358 + * feat: Add adb rule for Lenovo Legion Tab Y700 by @Ylarod in #360 + +------------------------------------------------------------------- Old: ---- android-udev-rules-20250525.tar.gz New: ---- android-udev-rules-20260423.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ android-udev-rules.spec ++++++ --- /var/tmp/diff_new_pack.cWDALw/_old 2026-05-04 12:51:21.832160488 +0200 +++ /var/tmp/diff_new_pack.cWDALw/_new 2026-05-04 12:51:21.832160488 +0200 @@ -1,7 +1,7 @@ # # spec file for package android-udev-rules # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # 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: 20250525 +Version: 20260423 Release: 0 Summary: Udev rules for Android Debug Bridge License: GPL-3.0-or-later ++++++ android-udev-rules-20250525.tar.gz -> android-udev-rules-20260423.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/android-udev-rules-20250525/.github/workflows/verify.yml new/android-udev-rules-20260423/.github/workflows/verify.yml --- old/android-udev-rules-20250525/.github/workflows/verify.yml 2025-05-25 13:49:45.000000000 +0200 +++ new/android-udev-rules-20260423/.github/workflows/verify.yml 2026-04-23 17:52:00.000000000 +0200 @@ -13,9 +13,9 @@ runs-on: ubuntu-latest container: docker.io/archlinux:latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Test 51-android.rules - run: | - groupadd adbusers + run: | + groupadd -r adbusers udevadm verify 51-android.rules diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/android-udev-rules-20250525/51-android.rules new/android-udev-rules-20260423/51-android.rules --- old/android-udev-rules-20250525/51-android.rules 2025-05-25 13:49:45.000000000 +0200 +++ new/android-udev-rules-20260423/51-android.rules 2026-04-23 17:52:00.000000000 +0200 @@ -454,6 +454,20 @@ ATTR{idVendor}!="17ef", GOTO="not_Lenovo" # Lenovo Tab K10 ATTR{idProduct}=="201c", GOTO="adb" +# Lenovo Legion Tab Y700 ADB / non-data-transfer mode +ATTR{idProduct}=="7f3d", GOTO="adb" +# Lenovo Legion Tab Y700 File Transfer +ATTR{idProduct}=="7f41", GOTO="adbmtp" +# Lenovo Legion Tab Y700 MTP (ADB disabled) +ATTR{idProduct}=="7f40", GOTO="mtp" +# Lenovo Legion Tab Y700 MIDI +ATTR{idProduct}=="7f4b", GOTO="adbmidi" +# Lenovo Legion Tab Y700 MIDI (ADB disabled) +ATTR{idProduct}=="7f4a", GOTO="midi" +# Lenovo Legion Tab Y700 PTP +ATTR{idProduct}=="7f45", GOTO="adbptp" +# Lenovo Legion Tab Y700 PTP (ADB disabled) +ATTR{idProduct}=="7f44", GOTO="ptp" GOTO="android_usb_rules_end" LABEL="not_Lenovo" @@ -742,6 +756,10 @@ # Xiaomi A1 (90bb=midi,adb) ATTR{idProduct}=="90bb", GOTO="adbmidi" ATTR{idProduct}=="90dc", GOTO="adb" +# Lenovo Legion Tab Y700 / FP3 USB tethering mode (ADB disabled) +ATTR{idProduct}=="f00e", GOTO="rndis" +# Lenovo Legion Tab Y700 USB tethering mode +ATTR{idProduct}=="9024", GOTO="adbrndis" # OnePlus 5 / 6 / 6T ATTR{idProduct}=="9011", SYMLINK+="android_adb" # OnePlus 6 / Asia
