From 11988d6722522dd91ee989c75e5d6f9b3dece951 Mon Sep 17 00:00:00 2001 From: Redecorating <69827514+Redecorating@users.noreply.github.com> Date: Sat, 20 Nov 2021 22:09:01 +1100 Subject: [PATCH] use correct clock for mbp162 uart to fix bluetooth Before it was getting random data but with the clock rate corrected it works. I don't know if this fix will make its way into 5.16, so the 9002 patch might need replacing with this for 5.16 https://lore.kernel.org/lkml/20211120083312.41230-1-redecorating@protonmail.com/T/#u --- 9002-add-bluetooth-support-for-16,2.patch | 4 ++-- PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/9002-add-bluetooth-support-for-16,2.patch b/9002-add-bluetooth-support-for-16,2.patch index 58a27f0..4013ae7 100644 --- a/9002-add-bluetooth-support-for-16,2.patch +++ b/9002-add-bluetooth-support-for-16,2.patch @@ -15,8 +15,8 @@ index c54d19fb1..33d5043fd 100644 { PCI_VDEVICE(INTEL, 0x34ea), (kernel_ulong_t)&bxt_i2c_info }, { PCI_VDEVICE(INTEL, 0x34eb), (kernel_ulong_t)&bxt_i2c_info }, { PCI_VDEVICE(INTEL, 0x34fb), (kernel_ulong_t)&spt_info }, -+ /* ICL-N*/ -+ { PCI_VDEVICE(INTEL, 0x38a8), (kernel_ulong_t)&bxt_uart_info }, ++ /* ICL-N */ ++ { PCI_VDEVICE(INTEL, 0x38a8), (kernel_ulong_t)&spt_uart_info }, /* TGL-H */ { PCI_VDEVICE(INTEL, 0x43a7), (kernel_ulong_t)&bxt_uart_info }, { PCI_VDEVICE(INTEL, 0x43a8), (kernel_ulong_t)&bxt_uart_info }, diff --git a/PKGBUILD b/PKGBUILD index b0c1327..de13530 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -268,5 +268,5 @@ sha256sums=('57b2cf6991910e3b67a1b3490022e8a0674b6965c74c12da1e99d138d1991ee8' 'e9e564bdd8f45c552c0f1b32ffa142c887f449f9aadcd190f8d7d143c7567259' 'f7ae3714acad6190bd8ec49ec02640bcd03e1e089426187ba293298cfa158068' '31e414978a947bdb71f27ed364c4da73b81fcf1921250cb69ee1bcf2bbd25636' - '57731fa10509eb689649e6d1ea33b2c3e20a8116617bd848b565d42379b2b6b6' + '5d36770f436b69e69633d060deb55a37b8b3871983068e95fb33d5a195f00574' '22b2695afcc4103743e55ceeda4691a59ddce84a8f16d1d572159dd2ff7f8537')