diff options
author | Fabio Erculiani <lxnay@gentoo.org> | 2011-01-11 07:17:51 +0000 |
---|---|---|
committer | Fabio Erculiani <lxnay@gentoo.org> | 2011-01-11 07:17:51 +0000 |
commit | b473f03d331ed7d0bf9c6b02ef93a0ef85966670 (patch) | |
tree | 3bf935fff36051c66f978a81aa099efefbe9696a /app-misc/cwiid/files | |
parent | Version bump. Import from perl-experimental (diff) | |
download | gentoo-2-b473f03d331ed7d0bf9c6b02ef93a0ef85966670.tar.gz gentoo-2-b473f03d331ed7d0bf9c6b02ef93a0ef85966670.tar.bz2 gentoo-2-b473f03d331ed7d0bf9c6b02ef93a0ef85966670.zip |
add dodoc, implement udev rules, remove useless bluetooth use flag, close bug #351227, thanks to Jouni Rinne
(Portage version: 2.1.9.28/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/cwiid/files')
-rw-r--r-- | app-misc/cwiid/files/60-cwiid.rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-misc/cwiid/files/60-cwiid.rules b/app-misc/cwiid/files/60-cwiid.rules new file mode 100644 index 000000000000..80689062a871 --- /dev/null +++ b/app-misc/cwiid/files/60-cwiid.rules @@ -0,0 +1,2 @@ +# make possible to use cwiid device as user +KERNEL=="uinput", MODE="0660", GROUP="plugdev" |