Patch "platform/x86: serial-multi-instantiate: Add CLSA0101 Laptop" has been added to the 5.19-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    platform/x86: serial-multi-instantiate: Add CLSA0101 Laptop

to the 5.19-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     platform-x86-serial-multi-instantiate-add-clsa0101-l.patch
and it can be found in the queue-5.19 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 984a3a7a60056530125d10cf79ee579e95663841
Author: Lucas Tanure <tanureal@xxxxxxxxxxxxxxxxxxxxx>
Date:   Wed Jul 27 10:59:24 2022 +0100

    platform/x86: serial-multi-instantiate: Add CLSA0101 Laptop
    
    [ Upstream commit 88392a0dd0ab263edb4ca416ebdecabd8289158a ]
    
    The device CLSA0101 has two instances of CS35L41
    connected by I2C.
    
    Signed-off-by: Lucas Tanure <tanureal@xxxxxxxxxxxxxxxxxxxxx>
    Link: https://lore.kernel.org/r/20220727095924.80884-5-tanureal@xxxxxxxxxxxxxxxxxxxxx
    Link: https://lore.kernel.org/r/20220816194639.13870-1-cam@xxxxxxxxxxx
    Signed-off-by: Takashi Iwai <tiwai@xxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/platform/x86/serial-multi-instantiate.c b/drivers/platform/x86/serial-multi-instantiate.c
index 1e8063b7c169e..e98007197cf52 100644
--- a/drivers/platform/x86/serial-multi-instantiate.c
+++ b/drivers/platform/x86/serial-multi-instantiate.c
@@ -329,6 +329,7 @@ static const struct acpi_device_id smi_acpi_ids[] = {
 	{ "CSC3551", (unsigned long)&cs35l41_hda },
 	/* Non-conforming _HID for Cirrus Logic already released */
 	{ "CLSA0100", (unsigned long)&cs35l41_hda },
+	{ "CLSA0101", (unsigned long)&cs35l41_hda },
 	{ }
 };
 MODULE_DEVICE_TABLE(acpi, smi_acpi_ids);



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux