From: Rafael J. Wysocki Date: Thu, 7 Nov 2013 00:42:17 +0000 (+0100) Subject: ACPI / hotplug: Do not execute "insert in progress" _OST X-Git-Tag: v3.13-rc1~96^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=176a88d79d6b5aebabaff16734e8b3107efcaaad;p=pandora-kernel.git ACPI / hotplug: Do not execute "insert in progress" _OST According to the ACPI spec (5.0, Section 6.3.5), the "Device insertion in progress (pending)" (0x80) _OST status code is reserved for the "Insertion Processing" (0x200) source event which is "a result of an OSPM action". Specifically, it is not a notification, so that status code should not be used during notification processing, which unfortunately is done by acpi_scan_bus_device_check(). For this reason, drop the ACPI_OST_SC_INSERT_IN_PROGRESS _OST status evaluation from there (it was a mistake to put it in there in the first place). Signed-off-by: Rafael J. Wysocki Cc: All applicable --- Reading git-diff-tree failed