scan.c (5e63b2ea3dfbab9307e197004a3c5ee4e1442582) scan.c (d9c01c530cc5e3b6d5bdfeae12c3d0f33fae7498)
1// SPDX-License-Identifier: GPL-2.0-only
2/*
3 * scan.c - support for transforming the ACPI namespace into individual objects
4 */
5
6#define pr_fmt(fmt) "ACPI: " fmt
7
8#include <linux/module.h>

--- 1730 unchanged lines hidden (view full) ---

1739 * its own device id.
1740 * Normally we only instantiate one client device for the first
1741 * resource, using the ACPI HID as id. These special cases are handled
1742 * by the drivers/platform/x86/serial-multi-instantiate.c driver, which
1743 * knows which client device id to use for each resource.
1744 */
1745 {"BSG1160", },
1746 {"BSG2150", },
1// SPDX-License-Identifier: GPL-2.0-only
2/*
3 * scan.c - support for transforming the ACPI namespace into individual objects
4 */
5
6#define pr_fmt(fmt) "ACPI: " fmt
7
8#include <linux/module.h>

--- 1730 unchanged lines hidden (view full) ---

1739 * its own device id.
1740 * Normally we only instantiate one client device for the first
1741 * resource, using the ACPI HID as id. These special cases are handled
1742 * by the drivers/platform/x86/serial-multi-instantiate.c driver, which
1743 * knows which client device id to use for each resource.
1744 */
1745 {"BSG1160", },
1746 {"BSG2150", },
1747 {"CSC3551", },
1747 {"INT33FE", },
1748 {"INT3515", },
1748 {"INT33FE", },
1749 {"INT3515", },
1750 /* Non-conforming _HID for Cirrus Logic already released */
1751 {"CLSA0100", },
1749 /*
1750 * HIDs of device with an UartSerialBusV2 resource for which userspace
1751 * expects a regular tty cdev to be created (instead of the in kernel
1752 * serdev) and which have a kernel driver which expects a platform_dev
1753 * such as the rfkill-gpio driver.
1754 */
1755 {"BCM4752", },
1756 {"LNV4752", },

--- 940 unchanged lines hidden ---
1752 /*
1753 * HIDs of device with an UartSerialBusV2 resource for which userspace
1754 * expects a regular tty cdev to be created (instead of the in kernel
1755 * serdev) and which have a kernel driver which expects a platform_dev
1756 * such as the rfkill-gpio driver.
1757 */
1758 {"BCM4752", },
1759 {"LNV4752", },

--- 940 unchanged lines hidden ---