https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238037

--- Comment #15 from marc.priggeme...@gmail.com ---
I updated the diff in https://reviews.freebsd.org/D16698 and added a sysctl to
send the human interface device to sleep and wake it up again. I would kindly
ask you to check whether sending the (HID) device to sleep manually before
suspending and waking it up manually after resuming helps. I'm hoping that
putting the device into controlled sleep will make the bus scan obsolete.

go to sleep:
sysctl dev.iichid.0.power_state=1

wake up:
sysctl dev.iichid.0.power_state=0

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to