Lines Matching +full:dual +full:- +full:radio
1 // SPDX-License-Identifier: GPL-2.0-only
37 {"CDC0001"}, /* Opl3-SAx */
50 {"YMH0006"}, /* Opl3-SA */
51 {"YMH0022"}, /* Opl3-SAx */
83 /* radio-cadet */
84 {"MSM0c24"}, /* ADS Cadet AM/FM Radio Card */
85 /* radio-gemtek */
86 {"ADS7183"}, /* AOpen FX-3D/Pro Radio */
87 /* radio-sf16fmr2 */
88 {"MFRad13"}, /* tuner subdevice of SF16-FMD2 */
94 /* fintek-cir */
96 /* ite-cir */
100 {"ITE8709"}, /* SRAM-Bridged IT8512 */
101 /* nuvoton-cir */
117 /* nsc-ircc */
121 /* smsc-ircc2 */
128 /* apple-gmux */
156 {"BRI0A49"}, /* Boca Complete Ofc Communicator 14.4 Data-FAX */
159 {"CPI4050"}, /* Computer Peripherals Inc. EuroViVa CommCenter-33.6 SP PnP */
163 {"DMB1032"}, /* Creative Modem Blaster Flash56 DI5601-1 */
165 {"ETT0002"}, /* E-Tech CyberBULLET PC56RVP */
166 {"FUJ0202"}, /* Fujitsu 33600 PnP-I2 R Plug & Play */
167 {"FUJ0205"}, /* Fujitsu FMV-FX431 Plug & Play */
168 {"FUJ0206"}, /* Fujitsu 33600 PnP-I4 R Plug & Play */
169 {"FUJ0209"}, /* Fujitsu Fax Voice 33600 PNP-I5 R Plug & Play */
172 {"HAY0001"}, /* Hayes Optima 288 V.34-V.FC + FAX + Voice Plug & Play */
223 {"PNP0501"}, /* Generic 16550A-compatible COM port */
226 {"PNPC031"}, /* Dial-Up Networking Serial Cable between 2 PCs */
227 {"PNPC032"}, /* Dial-Up Networking Parallel Cable between 2 PCs */
291 {"FUJ02E6"}, /* Fujitsu P-series tablet PC device */
294 {"LTS0001"}, /* LG C1 EXPRESS DUAL (C1-PB11A3) touch screen (actually a FUJ02E6 in disguise) */
301 /* cs423x-pnpbios */
307 /* es18xx-pnpbios */
310 /* snd-opl3sa2-pnpbios */
340 for (devid = acpi_pnp_device_ids; devid->id[0]; devid++) in acpi_pnp_match()
341 if (matching_id(idstr, (char *)devid->id)) { in acpi_pnp_match()
354 * object, because there is a proper non-PNP driver in the kernel for the
393 return adev->handler == &acpi_pnp_handler || is_cmos_rtc_device(adev); in acpi_is_pnp_device()