Comment 6 for bug 114565

Revision history for this message
Hanno Stock (hefe_bia) (hanno-stock) wrote :

Update:

For Hardy the udev rule is:

Create /etc/udev/rules.d/45-garmin.rules file:
SUBSYSTEM!="usb", GOTO="garmin_rules_end"
ACTION!="add", GOTO="garmin_rules_end"
ATTRS{idVendor}=="091e", ATTRS{idProduct}=="0003", MODE="0660", GROUP="plugdev"
LABEL="garmin_rules_end"

I'd suggest to put this file in its own package and let QLandkarte, etc. depend on it.