Hello,

  So I have it working now. Here's the deal.

You can remove the hal .fdi files, all access control has been moved back to
udev.

You place a file in /lib/udev/rules.d/69-blackberry.rules with the following
contents

ACTION!="add", GOTO="blackberry_end"
SUBSYSTEM!="usb", GOTO="blackberry_end"

ATTR{idVendor}=="0fca", ENV{ACL_MANAGE}="1"

LABEL="blackberry_end"

Currently the only idVendor I have there is matching the pearl. I assume all
blackberries have the same idVendor...

This should fix fedora 12 and other distros doing the same changes. I'll
file a bug with the barry package maintainer so it gets fixed in F12...
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to