Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2019 08:45:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 240339] [ig4] I2C2 (touchpad bus) broken on the Google Pixelbook (Sunrise Point PCH)
Message-ID:  <bug-240339-227-xNKsRKHVGt@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-240339-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-240339-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240339

--- Comment #5 from Vladimir Kondratyev <wulf@freebsd.org> ---
Try to set SDA_RX_HOLD to 1. That is what Linux does.
reg_write(sc, IG4_REG_SDA_HOLD, 28); -> reg_write(sc, IG4_REG_SDA_HOLD, 0x1=
0000
+ 28);

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



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