diff -u bluez-4.32/debian/hid2hci.rules bluez-4.32/debian/hid2hci.rules --- bluez-4.32/debian/hid2hci.rules +++ bluez-4.32/debian/hid2hci.rules @@ -8 +8 @@ -ACTION=="add", ATTRS{idVendor}=="413c", ATTRS{bInterfaceProtocol}=="02", ATTRS{bmAttributes}=="e0", RUN+="/usr/sbin/hid2hci --tohci" +ACTION=="add", ENV{ID_VENDOR}=="413c", ENV{ID_CLASS}=="mouse", ATTRS{bmAttributes}=="e0", KERNEL=="mouse*", RUN+="/usr/sbin/hid2hci --tohci" diff -u bluez-4.32/debian/changelog bluez-4.32/debian/changelog --- bluez-4.32/debian/changelog +++ bluez-4.32/debian/changelog @@ -1,3 +1,10 @@ +bluez (4.32-0ubuntu4.1) jaunty-proposed; urgency=low + + * debian/hid2hci.rules: + - Update rule to work properly with newer version of udev. (LP: #330934) + + -- Mario Limonciello Thu, 23 Apr 2009 10:43:48 -0500 + bluez (4.32-0ubuntu4) jaunty; urgency=low * debian/bluez-utils.preinst: Correct think-o. LP: #350393.