On Wed, 19 Aug 2015 17:45:28 +0800
"Tom Yan" <[email protected]> wrote:

> Hi all!
> 
> So I added the following rules:
> [tom@localhost ~]$ grep . /etc/udev/rules.d/*
> /etc/udev/rules.d/uas.rules:DRIVERS=="uas", TAG+="uaccess"
> /etc/udev/rules.d/usb-storage.rules:DRIVERS=="usb-storage",
> TAG+="uaccess"

Can you try:

ACTION=="add|change", SUBSYSTEMS=="usb",
ENV{ID_USB_DRIVER}=="usb-storage", TAG+="uaccess"

in usb-storage.rules ?

You might wanna rename the rule to something like 90-usb-storage.rules,
but thats besides the point.

-- 
Robert Milasan

L3 Support Engineer
SUSE Linux (http://www.suse.com)
email: [email protected]
GPG fingerprint: B6FE F4A8 0FA3 3040 3402  6FE7 2F64 167C 1909 6D1A
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to