Skip to content

Commit 622532b

Browse files
Witold Szczeponikrafaeljw
authored andcommitted
ACPI / PNP: add two IDs to list for PNPACPI device enumeration
Commit eec15ed (ACPI / PNP: use device ID list for PNPACPI device enumeration) changed the way how ACPI devices are enumerated and when they are added to the PNP bus. However, it broke the sound card support on (at least) a vintage IBM ThinkPad 600E: with said commit applied, two of the necessary "CSC01xx" devices are not added to the PNP bus and hence can not be found during the initialization of the "snd-cs4236" module. As a consequence, loading "snd-cs4236" causes null pointer exceptions. The attached patch fixes the problem end re-enables sound on the IBM ThinkPad 600E. Fixes: eec15ed (ACPI / PNP: use device ID list for PNPACPI device enumeration) Signed-off-by: Witold Szczeponik <Witold.Szczeponik@gmx.net> Cc: 3.16+ <stable@vger.kernel.org> # 3.16+ Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 5ebe6af commit 622532b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/acpi/acpi_pnp.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,8 @@ static const struct acpi_device_id acpi_pnp_device_ids[] = {
304304
{"PNPb006"},
305305
/* cs423x-pnpbios */
306306
{"CSC0100"},
307+
{"CSC0103"},
308+
{"CSC0110"},
307309
{"CSC0000"},
308310
{"GIM0100"}, /* Guillemot Turtlebeach something appears to be cs4232 compatible */
309311
/* es18xx-pnpbios */

0 commit comments

Comments
 (0)