Bug 811681

Summary: Bluetooth mouse stops working because of "device file is duplicate. Ignoring." from evdev
Product: [Fedora] Fedora Reporter: Jonathan Briggs <zlynx>
Component: xorg-x11-drv-evdevAssignee: Peter Hutterer <peter.hutterer>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 16CC: xgl-maint
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-04-20 01:38:27 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jonathan Briggs 2012-04-11 17:32:09 UTC
Description of problem:
The bluetooth mouse will stop working, apparently at random. It does not recover. Not even restarting the bluetooth service, or disconnecting and reconnecting the mouse fixes it in X.

The interesting thing is that doing a "cat /dev/input/mouse1" works perfectly. The mouse events are visible to the kernel.

In the /var/log/Xorg.0.log file, there are these messages whenever the mouse connection is reset:

[100147.444] (II) config/udev: Adding input device lynx’s mouse (/dev/input/mouse1)
[100147.444] (II) No input driver specified, ignoring this device.
[100147.444] (II) This device may have been added with another device file.
[100147.445] (II) config/udev: Adding input device lynx’s mouse (/dev/input/event13)
[100147.445] (**) lynx’s mouse: Applying InputClass "evdev pointer catchall"
[100147.445] (II) Using input driver 'evdev' for 'lynx’s mouse'
[100147.445] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[100147.445] (**) lynx’s mouse: always reports core events
[100147.445] (**) evdev: lynx’s mouse: Device: "/dev/input/event13"
[100147.445] (WW) evdev: lynx’s mouse: device file is duplicate. Ignoring.
[100147.454] (EE) PreInit returned 8 for "lynx’s mouse"
[100147.454] (II) UnloadModule: "evdev"
[100147.454] (II) Unloading evdev


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Peter Hutterer 2012-04-20 01:31:52 UTC
full Xorg.log please.

Comment 2 Peter Hutterer 2012-04-20 01:38:27 UTC

*** This bug has been marked as a duplicate of bug 811534 ***