Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'acpi-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

Pull ACPI fix from Rafael Wysocki:
"Prevent the ACPI core from registering a platform device for the
SMB0001 HID to avoid IRQ allocation issues (Hans de Goede)"

* tag 'acpi-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
ACPI / platform: Add SMB0001 HID to forbidden_id_list

+1
+1
drivers/acpi/acpi_platform.c
··· 30 30 {"PNP0200", 0}, /* AT DMA Controller */ 31 31 {"ACPI0009", 0}, /* IOxAPIC */ 32 32 {"ACPI000A", 0}, /* IOAPIC */ 33 + {"SMB0001", 0}, /* ACPI SMBUS virtual device */ 33 34 {"", 0}, 34 35 }; 35 36