platform/x86: x86-android-tablets: Fix Bluetooth on Lenovo Yoga Book
authorHans de Goede <hdegoede@redhat.com>
Sat, 29 Apr 2023 18:02:29 +0000 (20:02 +0200)
committerHans de Goede <hdegoede@redhat.com>
Tue, 9 May 2023 09:54:42 +0000 (11:54 +0200)
commitd190a7786eafe17670c3a63326a8f97a4497449e
tree700013eec45b1e8823c2322c09a7626b5884a356
parentc91050661032ef91a359d537d2b99a211ee6bd10
platform/x86: x86-android-tablets: Fix Bluetooth on Lenovo Yoga Book

The Lenovo Yoga Book yb1-x90f/l has (another) bug in its DSDT where
the UART resource for the BTH0 ACPI device contains
"\\_SB.PCIO.URT1" as path to the UART.

Note that is with a letter 'O' instead of the number '0' which is wrong.

Add a x86_serdev_info entry to make the x86-android-tablets module
manually setup the /sys/bus/serial device for the Bluetooth UART
to fix Bluetooth not working due to this bug.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20230429180230.97716-1-hdegoede@redhat.com
drivers/platform/x86/x86-android-tablets/lenovo.c