1 This describes the udev files in this directory and what they are used for:
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.
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'.
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.