Comment 4 for bug 114565

Revision history for this message
Luka Renko (lure) wrote :

Some more background info:
http://www.gpsbabel.org/os/Linux_Hotplug.html

I have fixed permissions by adding /etc/udev/rules.d/45-garmin.rules file:
SUBSYSTEM!="usb_device", GOTO="garmin_rules_end"
ACTION!="add", GOTO="garmin_rules_end"

ATTRS{idVendor}=="091e", ATTRS{idProduct}=="0003", MODE="0660", GROUP="plugdev"

LABEL="garmin_rules_end"

The only problem is that I do not know what would be the best package to install this file.