Fedora 10, Dell Latitude E6500 e il Bluetooth

C'è un problema di modulo non caricato nel kernel, nella combinazione Fedora10, Dell Latitude E6500 e il modulo bluetooth Dell Wireless 370.
La soluzione è aggiungere una regola all'udev:

/etc/udev/rules.d/96-bluetooth-hid.rules

questo è il file:
#***************************************************************
# This rule covers a variety of Dell Bluetooth adapters
# it looks like a bit of an odd rule, because it is matching
# on a mouse device that is self powered, but that is where
# a HID report needs to be sent to switch modes.
ACTION=="add", SYSFS{idVendor}=="413c", ATTRS{bInterfaceProtocol}=="02",
ATTRS{bmAttributes}=="e0", RUN+="/usr/sbin/hid2hci --tohci"
#***************************************************************