xref: /netbsd-src/sys/external/bsd/acpica/dist/common/ahids.c (revision bdc22b2e01993381dcefeff2bc9b56ca75a4235c)
1 /******************************************************************************
2  *
3  * Module Name: ahids - Table of ACPI/PNP _HID/_CID values
4  *
5  *****************************************************************************/
6 
7 /*
8  * Copyright (C) 2000 - 2018, Intel Corp.
9  * All rights reserved.
10  *
11  * Redistribution and use in source and binary forms, with or without
12  * modification, are permitted provided that the following conditions
13  * are met:
14  * 1. Redistributions of source code must retain the above copyright
15  *    notice, this list of conditions, and the following disclaimer,
16  *    without modification.
17  * 2. Redistributions in binary form must reproduce at minimum a disclaimer
18  *    substantially similar to the "NO WARRANTY" disclaimer below
19  *    ("Disclaimer") and any redistribution must be conditioned upon
20  *    including a substantially similar Disclaimer requirement for further
21  *    binary redistribution.
22  * 3. Neither the names of the above-listed copyright holders nor the names
23  *    of any contributors may be used to endorse or promote products derived
24  *    from this software without specific prior written permission.
25  *
26  * Alternatively, this software may be distributed under the terms of the
27  * GNU General Public License ("GPL") version 2 as published by the Free
28  * Software Foundation.
29  *
30  * NO WARRANTY
31  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
32  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
33  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR
34  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
35  * HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
36  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
37  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
38  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
39  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
40  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
41  * POSSIBILITY OF SUCH DAMAGES.
42  */
43 
44 #include "acpi.h"
45 #include "accommon.h"
46 
47 #define _COMPONENT          ACPI_UTILITIES
48         ACPI_MODULE_NAME    ("ahids")
49 
50 
51 /*
52  * ACPI/PNP Device IDs with description strings
53  */
54 const AH_DEVICE_ID  AslDeviceIds[] =
55 {
56     {"10EC5640",    "Realtek I2S Audio Codec"},
57     {"80860F09",    "Intel PWM Controller"},
58     {"80860F0A",    "Intel Atom UART Controller"},
59     {"80860F0E",    "Intel SPI Controller"},
60     {"80860F14",    "Intel Baytrail SDIO/MMC Host Controller"},
61     {"80860F28",    "Intel SST Audio DSP"},
62     {"80860F41",    "Intel Baytrail I2C Host Controller"},
63     {"ACPI0001",    "SMBus 1.0 Host Controller"},
64     {"ACPI0002",    "Smart Battery Subsystem"},
65     {"ACPI0003",    "Power Source Device"},
66     {"ACPI0004",    "Module Device"},
67     {"ACPI0005",    "SMBus 2.0 Host Controller"},
68     {"ACPI0006",    "GPE Block Device"},
69     {"ACPI0007",    "Processor Device"},
70     {"ACPI0008",    "Ambient Light Sensor Device"},
71     {"ACPI0009",    "I/O xAPIC Device"},
72     {"ACPI000A",    "I/O APIC Device"},
73     {"ACPI000B",    "I/O SAPIC Device"},
74     {"ACPI000C",    "Processor Aggregator Device"},
75     {"ACPI000D",    "Power Meter Device"},
76     {"ACPI000E",    "Time and Alarm Device"},
77     {"ACPI000F",    "User Presence Detection Device"},
78     {"ACPI0010",    "Processor Container Device"},
79     {"ACPI0011",    "Generic Buttons Device"},
80     {"ACPI0012",    "NVDIMM Root Device"},
81     {"ACPI0013",    "Generic Event Device"},
82     {"ACPI0014",    "Wireless Power Calibration Device"},
83     {"ADMA0F28",    "Intel Audio DMA"},
84     {"AMCR0F28",    "Intel Audio Machine Driver"},
85     {"ATK4001",     "Asus Radio Control Button"},
86     {"ATML1000",    "Atmel Touchscreen Controller"},
87     {"AUTH2750",    "AuthenTec AES2750"},
88     {"BCM2E39",     "Broadcom BT Serial Bus Driver over UART Bus Enumerator"},
89     {"BCM4752E",    "Broadcom GPS Controller"},
90     {"BMG0160",     "Bosch Gyro Sensor"},
91     {"CPLM3218",    "Capella Micro CM3218x Ambient Light Sensor"},
92     {"DELLABCE",    "Dell Airplane Mode Switch Driver"},
93     {"DLAC3002",    "Qualcomm Atheros Bluetooth UART Transport"},
94     {"FTTH5506",    "FocalTech 5506 Touch Controller"},
95     {"HAD0F28",     "Intel HDMI Audio Driver"},
96     {"INBC0000",    "GPIO Expander"},
97     {"INT0002",     "Virtual GPIO Controller"},
98     {"INT0800",     "Intel 82802 Firmware Hub Device"},
99     {"INT3394",     "ACPI System Fan"},
100     {"INT3396",     "Standard Power Management Controller"},
101     {"INT33A0",     "Intel Smart Connect Technology Device"},
102     {"INT33A1",     "Intel Power Engine"},
103     {"INT33BB",     "Intel Baytrail SD Host Controller"},
104     {"INT33BD",     "Intel Baytrail Mailbox Device"},
105     {"INT33BE",     "Camera Sensor OV5693"},
106     {"INT33C0",     "Intel Serial I/O SPI Host Controller"},
107     {"INT33C1",     "Intel Serial I/O SPI Host Controller"},
108     {"INT33C2",     "Intel Serial I/O I2C Host Controller"},
109     {"INT33C3",     "Intel Serial I/O I2C Host Controller"},
110     {"INT33C4",     "Intel Serial I/O UART Host Controller"},
111     {"INT33C5",     "Intel Serial I/O UART Host Controller"},
112     {"INT33C6",     "Intel SD Host Controller"},
113     {"INT33C7",     "Intel Serial I/O GPIO Host Controller"},
114     {"INT33C8",     "Intel Smart Sound Technology Host Controller"},
115     {"INT33C9",     "Wolfson Microelectronics Audio WM5102"},
116     {"INT33CA",     "Intel SPB Peripheral"},
117     {"INT33CB",     "Intel Smart Sound Technology Audio Codec"},
118     {"INT33D1",     "Intel GPIO Buttons"},
119     {"INT33D2",     "Intel GPIO Buttons"},
120     {"INT33D3",     "Intel GPIO Buttons"},
121     {"INT33D4",     "Intel GPIO Buttons"},
122     {"INT33D6",     "Intel Virtual Buttons Device"},
123     {"INT33F0",     "Camera Sensor MT9M114"},
124     {"INT33F4",     "XPOWER PMIC Controller"},
125     {"INT33F5",     "TI PMIC Controller"},
126     {"INT33FB",     "MIPI-CSI Camera Sensor OV2722"},
127     {"INT33FC",     "Intel Baytrail GPIO Controller"},
128     {"INT33FD",     "Intel Baytrail Power Management IC"},
129     {"INT33FE",     "XPOWER Battery Device"},
130     {"INT3400",     "Intel Dynamic Power Performance Management"},
131     {"INT3401",     "Intel Extended Thermal Model CPU"},
132     {"INT3403",     "DPTF Temperature Sensor"},
133     {"INT3406",     "Intel Dynamic Platform & Thermal Framework Display Participant"},
134     {"INT3407",     "DPTF Platform Power Meter"},
135     {"INT340E",     "Motherboard Resources"},
136     {"INT3420",     "Intel Bluetooth RF Kill"},
137     {"INT3F0D",     "ACPI Motherboard Resources"},
138     {"INTCF1A",     "Sony IMX175 Camera Sensor"},
139     {"INTCFD9",     "Intel Baytrail SOC GPIO Controller"},
140     {"INTL9C60",    "Intel Baytrail SOC DMA Controller"},
141     {"INVN6500",    "InvenSense MPU-6500 Six Axis Gyroscope and Accelerometer"},
142     {"LNXCPU",      "Linux Logical CPU"},
143     {"LNXPOWER",    "ACPI Power Resource (power gating)"},
144     {"LNXPWRBN",    "System Power Button"},
145     {"LNXSYBUS",    "System Bus"},
146     {"LNXSYSTM",    "ACPI Root Node"},
147     {"LNXTHERM",    "ACPI Thermal Zone"},
148     {"LNXVIDEO",    "ACPI Video Controller"},
149     {"MAX17047",    "Fuel Gauge Controller"},
150     {"MSFT0101",    "TPM 2.0 Security Device"},
151     {"NXP5442",     "NXP 5442 Near Field Communications Controller"},
152     {"NXP5472",     "NXP NFC"},
153     {"PNP0000",     "8259-compatible Programmable Interrupt Controller"},
154     {"PNP0001",     "EISA Interrupt Controller"},
155     {"PNP0002",     "MCA Interrupt Controller"},
156     {"PNP0003",     "IO-APIC Interrupt Controller"},
157     {"PNP0100",     "PC-class System Timer"},
158     {"PNP0103",     "HPET System Timer"},
159     {"PNP0200",     "PC-class DMA Controller"},
160     {"PNP0300",     "IBM PC/XT Keyboard Controller (83 key)"},
161     {"PNP0301",     "IBM PC/XT Keyboard Controller (86 key)"},
162     {"PNP0302",     "IBM PC/XT Keyboard Controller (84 key)"},
163     {"PNP0303",     "IBM Enhanced Keyboard (101/102-key, PS/2 Mouse)"},
164     {"PNP0400",     "Standard LPT Parallel Port"},
165     {"PNP0401",     "ECP Parallel Port"},
166     {"PNP0500",     "Standard PC COM Serial Port"},
167     {"PNP0501",     "16550A-compatible COM Serial Port"},
168     {"PNP0510",     "Generic IRDA-compatible Device"},
169     {"PNP0800",     "Microsoft Sound System Compatible Device"},
170     {"PNP0A03",     "PCI Bus"},
171     {"PNP0A05",     "Generic Container Device"},
172     {"PNP0A06",     "Generic Container Device"},
173     {"PNP0A08",     "PCI Express Bus"},
174     {"PNP0B00",     "AT Real-Time Clock"},
175     {"PNP0B01",     "Intel PIIX4-compatible RTC/CMOS Device"},
176     {"PNP0B02",     "Dallas Semiconductor-compatible RTC/CMOS Device"},
177     {"PNP0C01",     "System Board"},
178     {"PNP0C02",     "PNP Motherboard Resources"},
179     {"PNP0C04",     "x87-compatible Floating Point Processing Unit"},
180     {"PNP0C08",     "ACPI Core Hardware"},
181     {"PNP0C09",     "Embedded Controller Device"},
182     {"PNP0C0A",     "Control Method Battery"},
183     {"PNP0C0B",     "Fan (Thermal Solution)"},
184     {"PNP0C0C",     "Power Button Device"},
185     {"PNP0C0D",     "Lid Device"},
186     {"PNP0C0E",     "Sleep Button Device"},
187     {"PNP0C0F",     "PCI Interrupt Link Device"},
188     {"PNP0C10",     "System Indicator Device"},
189     {"PNP0C11",     "Thermal Zone"},
190     {"PNP0C12",     "Device Bay Controller"},
191     {"PNP0C14",     "Windows Management Instrumentation Device"},
192     {"PNP0C15",     "Docking Station"},
193     {"PNP0C33",     "Error Device"},
194     {"PNP0C40",     "Standard Button Controller"},
195     {"PNP0C50",     "HID Protocol Device (I2C bus)"},
196     {"PNP0C60",     "Display Sensor Device"},
197     {"PNP0C70",     "Dock Sensor Device"},
198     {"PNP0C80",     "Memory Device"},
199     {"PNP0D10",     "XHCI USB Controller with debug"},
200     {"PNP0D15",     "XHCI USB Controller without debug"},
201     {"PNP0D20",     "EHCI USB Controller without debug"},
202     {"PNP0D25",     "EHCI USB Controller with debug"},
203     {"PNP0D40",     "SDA Standard Compliant SD Host Controller"},
204     {"PNP0D80",     "Windows-compatible System Power Management Controller"},
205     {"PNP0F03",     "Microsoft PS/2-style Mouse"},
206     {"PNP0F13",     "PS/2 Mouse"},
207     {"RTL8723",     "Realtek Wireless Controller"},
208     {"SMB0349",     "Charger"},
209     {"SMO91D0",     "Sensor Hub"},
210     {"SMSC3750",    "SMSC 3750 USB MUX"},
211     {"SSPX0000",    "Intel SSP Device"},
212     {"TBQ24296",    "Charger"},
213 
214     {NULL, NULL}
215 };
216 
217 
218 /*******************************************************************************
219  *
220  * FUNCTION:    AcpiAhMatchHardwareId
221  *
222  * PARAMETERS:  HardwareId          - String representation of an _HID or _CID
223  *
224  * RETURN:      ID info struct. NULL if HardwareId is not found
225  *
226  * DESCRIPTION: Lookup an _HID/_CID in the device ID table
227  *
228  ******************************************************************************/
229 
230 const AH_DEVICE_ID *
231 AcpiAhMatchHardwareId (
232     char                    *HardwareId)
233 {
234     const AH_DEVICE_ID      *Info;
235 
236 
237     for (Info = AslDeviceIds; Info->Name; Info++)
238     {
239         if (!strcmp (HardwareId, Info->Name))
240         {
241             return (Info);
242         }
243     }
244 
245     return (NULL);
246 }
247