[Bug 103441] System crashes when bluetooth mouse is disconnected.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.kernel.org/show_bug.cgi?id=103441

bastienphilbert@xxxxxxxxx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bastienphilbert@xxxxxxxxx

--- Comment #1 from bastienphilbert@xxxxxxxxx ---
In the file drivers/input/evdev.c from the root of the kernel directory can you
change in the function evdev_cleanup:
if (evdev->open) {
                 input_flush_device(handle, NULL);
                 input_close_device(handle);
         }
}
to:
if (evdev->open)
                 input_close_device(handle);

and tell me if that fixes your problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.
--
To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux