Hi Wolfram,
a very quiet rc1 week with only one fix from Maxim.
Thanks,
Andi
The following changes since commit 4cece764965020c22cff7665b18a012006359095:
Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git tags/i2c-host-fixes-6.9-rc2
for you to fetch changes up to d1ef7a9ca867ab5c161d1647b2a8ec93a2ea155d:
i2c: i801: Fix a refactoring that broke a touchpad on Lenovo P1 (2024-03-26 00:47:08 +0100)
----------------------------------------------------------------
One fix in the i801 driver where a bug caused touchpad
malfunctions on some Lenovo P1 models by incorrectly overwriting
a status variable during successful SMBUS transactions.
----------------------------------------------------------------
Maxim Levitsky (1):
i2c: i801: Fix a refactoring that broke a touchpad on Lenovo P1
drivers/i2c/busses/i2c-i801.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
On Thu, Mar 28, 2024 at 09:38:15PM +0100, Andi Shyti wrote:
> Hi Wolfram,
>
> a very quiet rc1 week with only one fix from Maxim.
>
> Thanks,
> Andi
>
> The following changes since commit 4cece764965020c22cff7665b18a012006359095:
>
> Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git tags/i2c-host-fixes-6.9-rc2
>
> for you to fetch changes up to d1ef7a9ca867ab5c161d1647b2a8ec93a2ea155d:
>
> i2c: i801: Fix a refactoring that broke a touchpad on Lenovo P1 (2024-03-26 00:47:08 +0100)
Thanks, pulled!