Comment 2 for bug 385934

Revision history for this message
Mario Limonciello (superm1) wrote :

Thanks for filing a new bug.
So previously we were solving this problem by a pm-utils hack to run hid2hci on resume from S3. Can't do that anymore with the udev rules dynamically filling in the data. So we either needto:
 1) prod the killswitch in the kernel
 2) prod the killswitch in userspace
 3) find a way to have the kernel replay the plugin event.

I think the root of the problem is that the kernel thinks that the device was plugged in throughout the entire suspend, but it really wasn't. (I may be wrong here).