You are not logged in.
I have a working udev rule for my android phones that suddenly doesn' work, I think this happend after upgrading the udev package today... Is there something I need to do to make my rule work with the new version of udev, or is there something else I am missing?
My rules looks like this:
SUBSYSTEM=="usb|usb_device", SYSFS{idVendor}=="0bb4", MODE="0660", GROUP="plugdev"
SUBSYSTEM=="usb|usb_device", SYSFS{idVendor}=="04e8", MODE="0660", GROUP="plugdev"
SUBSYSTEM=="usb|usb_device", SYSFS{idVendor}=="18d1", MODE="0660", GROUP="plugdev"
SUBSYSTEM=="usb|usb_device", ATTR{idVendor}=="0bb4", ATTR{idProduct}=="0c02", SYMLINK+="android_adb"
SUBSYSTEM=="usb|usb_device", ATTR{idVendor}=="04e8", ATTR{idProduct}=="0c02", SYMLINK+="android_adb"
SUBSYSTEM=="usb|usb_device", ATTR{idVendor}=="18d1", ATTR{idProduct}=="4e12", SYMLINK+="android_adb"And my user is a member of the plugdev group...
Regards,
BTJ
Last edited by bjorntj (2011-11-09 09:56:02)
Someone wrote:
"I understand that if you play a Windows CD backwards you hear strange Satanic messages"
To which someone replied:
"It's even worse than that; play it forwards and it installs Windows"
Offline
http://mailman.archlinux.org/pipermail/ … 21795.html
The long deprecated keys: SYSFS=, ID=, BUS= have been removed.
Offline
Hmmm... So where can I find information about how my rule should look like now?
Edit: Dooh... never mind.... ![]()
BTJ
Last edited by bjorntj (2011-11-09 09:50:09)
Someone wrote:
"I understand that if you play a Windows CD backwards you hear strange Satanic messages"
To which someone replied:
"It's even worse than that; play it forwards and it installs Windows"
Offline