From: Christian Pointner Date: Tue, 19 Jul 2011 18:54:50 +0000 (+0000) Subject: updated udev rules for openbsd autosuspend X-Git-Url: https://git.realraum.at/?p=svn42.git;a=commitdiff_plain;h=00893489de549f8713be5246bd4f69a28bc28e84 updated udev rules for openbsd autosuspend --- diff --git a/udev.rules b/udev.rules index 2a99506..4bff711 100644 --- a/udev.rules +++ b/udev.rules @@ -2,4 +2,7 @@ # # copy this to /etc/udev/rules.d/ and change serial number to your needs -SUBSYSTEMS=="usb", KERNEL=="ttyUSB*", ATTRS{serial}=="A40015qH", SYMLINK+="door", OWNER="tuer", GROUP="nogroup" +SUBSYSTEMS=="usb", KERNEL=="ttyUSB*", ATTRS{serial}=="A6008ifG", SYMLINK+="door", OWNER="tuer", GROUP="nogroup" + +# disable autosuspend for OpenPCD +ACTION=="add", ATTR{idVendor}=="16c0", ATTR{idProduct}=="076b", MODE="664", OWNER="tuer", ATTR{power/autosuspend}="0"