Comment 28 for bug 1112907

Revision history for this message
Martin Pitt (pitti) wrote :

I made two patches which both address this problem.

The first one is a direct workaround for this particular bluetooth HID issue where the kernel creates new native sysfs devices for those after each nap. This would even still be relevant if the kernel gets fixed to actually do send out remove events properly, as we don't really want upower to signal device removals/additions all the time.

Pro: unintrusive as it does not change behaviour for all other kinds of devices, suitable for a stable release update
Con: rather hackish, and does not guard against similar problems with other device types