Bug 877998 - udev rule for hid2hci doesn't work with kernel 3.6
Summary: udev rule for hid2hci doesn't work with kernel 3.6
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: bluez
Version: 17
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Bastien Nocera
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-11-19 12:04 UTC by Alexander Holler
Modified: 2013-02-05 17:04 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-12-08 04:32:50 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Alexander Holler 2012-11-19 12:04:21 UTC
Since kernel 3.6 the udev rule for hid2hci doesn't work anymore. At least for devices from Logitech the name of the subsystem has to be changed from usb to usbmisc. So in the file /lib/udev/rules.d/97-bluetooth-hid2hci.rules from bluez-hid2hci(-4.99-2.fc17.x86_64) the following has to be changed:

- SUBSYSTEM!="usb", GOTO="hid2hci_end"
+ SUBSYSTEM!="usbmisc", GOTO="hid2hci_end"

I don't know if that is needed for the Dell devices too.

The reason is the following commit in the mainline kernel:

7e97243c2080ecae7129e83635227fdebd4feef6

(USB: rename the usb misc class from "usb" to "usbmisc")

Regards,

Alexander

Comment 1 Alexander Holler 2012-11-19 12:24:49 UTC
Using

SUBSYSTEM!="usb*", GOTO="hid2hci_end"

instead of 

SUBSYSTEM!="usbmisc", GOTO="hid2hci_end"

in my proposal above should match the subsystem usb too, if that hasn't changed for Dell devices, so using "usb*" might be the better solution. It works here too using a dongle from Logitech.

Comment 2 Alexander Holler 2012-11-20 11:24:18 UTC
Btw., using "usb*" instead of "usbmisc" would work with kernels < 3.6 too, so it looks like the right choice.

Comment 3 Fedora Update System 2012-11-21 17:29:22 UTC
bluez-4.101-4.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/bluez-4.101-4.fc18

Comment 4 Fedora Update System 2012-11-21 17:44:28 UTC
bluez-4.101-5.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/bluez-4.101-5.fc18

Comment 5 Fedora Update System 2012-11-21 20:54:50 UTC
Package bluez-4.101-4.fc18:
* should fix your issue,
* was pushed to the Fedora 18 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing bluez-4.101-4.fc18'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-18715/bluez-4.101-4.fc18
then log in and leave karma (feedback).

Comment 6 Fedora Update System 2012-12-08 04:32:52 UTC
bluez-4.101-5.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 7 Fedora Update System 2013-01-10 11:02:45 UTC
bluez-4.101-6.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/bluez-4.101-6.fc18

Comment 8 Fedora Update System 2013-02-05 17:04:23 UTC
bluez-4.101-6.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.