https://bugs.kde.org/show_bug.cgi?id=402096
--- Comment #6 from S.Trzmiel <x...@x-s.com.pl> --- (In reply to Stefan Brüns from comment #3) > Hardware vendors are unfortunately to dumb to properly implement standards > ... > > Therefor, UDisks adds a list of quirks for known devices. > > Try adding a file "/etc/udev/rules.d/80-udisks2-local.rule" with the > following contents to your system: > --- >8 --- > SUBSYSTEMS=="usb", ENV{ID_VENDOR_ID}=="0bda",ENV{ID_MODEL_ID}=="0129", > ENV{ID_DRIVE_FLASH_CF}="1" > --- 8< --- > > Also please provide the output of the following commands: > $> udevadm info -n /dev/sdX > /tmp/udev_info_sdX.txt > $> udevadm info -n /dev/sdXN > /tmp/udev_info_sdXN.txt > > replace sdX with the correct device name for your card reader, e.g. sdb, sdc > ... > replace N in sdXN with the number(s) of the partitions. udevdm output provided. I've created udev rule, even rebooted OS to be sure it's loaded (most likely unnessesary) but it made no difference, removing SDcard still power downs the reader Right now it loks like this: #--- >8 --- SUBSYSTEMS=="usb", ENV{ID_VENDOR_ID}=="0bda",ENV{ID_MODEL_ID}=="0129", ENV{ID_DRIVE_FLASH_CF}="1" #--- 8< --- I've tried with header footer/commented out, not commented and not present, still no difference -- You are receiving this mail because: You are watching all bug changes.