- opensync module work:
[barry.git] / udev / README
blobfc8bfd2ba80f2568045ae6b3b9f80f11d839a4da
1 This describes the udev files in this directory and what they are used for:
4 10-blackberry.rules
5 10-blackberry.rules.Debian
7         udev rules for running bcharge when you plugin your Blackberry.
8         Creates symlinks as well.
10         The .Debian file is for systems that use older versions of udev.
13 10-blackberry.perms
15         For RedHat/Fedora systems, this file goes into:
17                 /etc/security/console.perms.d/
19         It will dynamically give ownership of the /dev/bb-* (well, the
20         target of those symlinks) to the logged in console or xconsole
21         user. The idea was taken from this page:
23         http://gentoo-wiki.com/HOWTO_Griffin_PowerMate_with_UDEV_and_Kernel_2.6.x
25         Search for 'New alternative'.
28 99-barry-perms
30         For systems that don't support /etc/security/console.perms.d/,
31         this udev script utilizes a special group "barry" and sets
32         the devices to mode "0660".
34         You will need to create a "barry" group on your system to use this.
37 March 2007