From: Zhang Rui Date: Fri, 30 May 2014 02:24:04 +0000 (+0200) Subject: ACPI / scan: drop IDs that do not comply with the ACPI PNP ID rule X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~5^2~7^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1d2c4cf0bfa6a9b484ebcb2ce99c5f38d05c680;p=pandora-kernel.git ACPI / scan: drop IDs that do not comply with the ACPI PNP ID rule The PNP ACPI scan handler device ID list includes all the IDs from all of the struct pnp_device_id instances in the tree, but some of them do not follow the ACPI PNP ID rule (3 letters + 4 hex digits). For those IDs, the coressponding devices will never be enumerated via ACPI, so it is safe to remove them from the PNP ACPI ID list. Signed-off-by: Zhang Rui [rjw: Subject and changelog] Signed-off-by: Rafael J. Wysocki Reviewed-by: Mika Westerberg --- Reading git-diff-tree failed