Bug 733862

Summary: Recent udev breaks bluetooth mouse + fix
Product: [Fedora] Fedora Reporter: Hans de Goede <hdegoede>
Component: udevAssignee: Harald Hoyer <harald>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 16CC: harald, jonathan, kay
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: udev-173-3.fc16 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-09-09 17:01:46 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Hans de Goede 2011-08-27 20:44:06 UTC
After upgrading to Fedora 16 my bluetooth mouse stopped working, even after it was sucessfully
paired. Doing cat /dev/input/mouse2 (which is the bluetooth mouse) does show events getting generated, but the pointer does not move in X.

I've managed to pin this down to:
/lib/udev/rules.d/60-persistent-input.rules

Doing udevadm info --path=... --query=all on both working and non working mouse devices I found that the bluetooth mouse was missing:
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1

Commenting the following line in /lib/udev/rules.d/60-persistent-input.rules :
SUBSYSTEMS=="bluetooth", GOTO="persistent_input_end"

Makes these env variables get set for the bluetooth mouse and make it work under X again.

Comment 2 Fedora Update System 2011-08-29 15:16:35 UTC
udev-173-3.fc16 has been submitted as an update for Fedora 16.
https://admin.fedoraproject.org/updates/udev-173-3.fc16

Comment 3 Fedora Update System 2011-08-30 20:34:36 UTC
Package udev-173-3.fc16:
* should fix your issue,
* was pushed to the Fedora 16 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing udev-173-3.fc16'
as soon as you are able to, then reboot.
Please go to the following url:
https://admin.fedoraproject.org/updates/udev-173-3.fc16
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2011-09-09 17:01:42 UTC
udev-173-3.fc16 has been pushed to the Fedora 16 stable repository.  If problems still persist, please make note of it in this bug report.