Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Oct 2024 14:18:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 280290] hms(4): Broken fresh after boot, fixed by resume
Message-ID:  <bug-280290-227-CbbJriD8Vx@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-280290-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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

--- Comment #26 from Edward Tomasz Napierala <trasz@FreeBSD.org> ---
Okay, I think I know what's going on.  I've added some strategic printfs, and
it looks like this:

iichid_attach: start
hidbus0: <HID bus> on iichid0
hkbd0: <DLL079F:00 044E:120B Keyboard> on hidbus0
kbd2 at hkbd0
iichid_intr_start: done
iichid_attach: done

What seems to happen is that iichid_intr_start() sets the power correctly, but
then iichid_attach() sets it back off, just before returning.

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-280290-227-CbbJriD8Vx>