Hello. udev was built from sources with no patching or very special rulesets installed. After a simple update from 130 to 131 some of my custom rules stopped working. And I can't find information about syntax change in git log. In the example below the first rule creates a symlink, but the second one creates none. It works with 130 but does not work on 131 and 132. The same results for another device (and partitions are there untouched). BUS=="usb", ATTRS{serial}=="A500000000025423", KERNEL=="sd?", NAME="%k", SYMLINK+="usbflash", GROUP="cdrom" BUS=="usb", ATTRS{serial}=="A500000000025423", KERNEL=="sd?[1-3]", NAME="%k", SYMLINK+="usbflash%n", GROUP="cdrom" Target: i686-pc-linux-gnu Configured with: ../gcc-4.2.4/configure --prefix=/usr --libexecdir=/usr/lib --enable-languages=c,c++,objc --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-shared --disable-nls --with-x=no Thread model: posix gcc version 4.2.4 (CRUX) libtool 2.2.6 Linux amilo.home 2.6.26.1-mk38 #1 Sun Aug 3 17:08:19 EEST 2008 i686 Intel(R) Pentium(R) M processor 1.73GHz GenuineIntel GNU/Linux -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html